Skip to content
View yossicohn's full-sized avatar

Block or report yossicohn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. opentelemetry-python-contrib opentelemetry-python-contrib Public

    Forked from open-telemetry/opentelemetry-python-contrib

    OpenTelemetry instrumentation for Python modules

    Python 1

  2. Dockerfile for SSH copy Dockerfile for SSH copy
    1
    # copying the ssh keys  to/root/.ssh
    2
    RUN mkdir -p /root/.ssh/
    3
    COPY .ssh/* /root/.ssh/
    4
    
                  
    5
    WORKDIR $BUILDER_HOME_DIR
  3. tekton-pipeline-run git source build... tekton-pipeline-run git source build image and push
    1
    apiVersion: tekton.dev/v1beta1
    2
    kind: PipelineRun
    3
    metadata:
    4
      name: pipelinerun-build-push-image
    5
    spec:
  4. tekton-pipeline git source build ima... tekton-pipeline git source build image and push
    1
    apiVersion: tekton.dev/v1beta1
    2
    kind: Pipeline
    3
    metadata:
    4
      name: pipeline-build-push-image
    5
    spec:
  5. kaniko-build-private-repo kaniko-build-private-repo Public

    Dockerfile 2 1

  6. open-telemetry/opentelemetry-python-contrib open-telemetry/opentelemetry-python-contrib Public

    OpenTelemetry instrumentation for Python modules

    Python 730 601