Name: sg-bridge-2-build Namespace: service-telemetry Priority: 0 Service Account: builder Node: crc/192.168.126.11 Start Time: Fri, 23 Jan 2026 08:36:14 +0000 Labels: openshift.io/build.name=sg-bridge-2 Annotations: k8s.ovn.org/pod-networks: {"default":{"ip_addresses":["10.217.0.76/23"],"mac_address":"0a:58:0a:d9:00:4c","gateway_ips":["10.217.0.1"],"routes":[{"dest":"10.217.0.0... k8s.v1.cni.cncf.io/network-status: [{ "name": "ovn-kubernetes", "interface": "eth0", "ips": [ "10.217.0.76" ], "mac": "0a:58:0a:d9:00:4c", "default": true, "dns": {} }] openshift.io/build.name: sg-bridge-2 openshift.io/scc: privileged Status: Succeeded IP: 10.217.0.76 IPs: IP: 10.217.0.76 Controlled By: Build/sg-bridge-2 Init Containers: git-clone: Container ID: cri-o://7c773209e293f7d8235a51c42d45e562d9d942c52b0a7de1585a20268259bbb8 Image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe Image ID: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe Port: Host Port: SeccompProfile: RuntimeDefault Args: openshift-git-clone --v=0 State: Terminated Reason: Completed Exit Code: 0 Started: Fri, 23 Jan 2026 08:36:15 +0000 Finished: Fri, 23 Jan 2026 08:36:16 +0000 Ready: True Restart Count: 0 Environment: BUILD: {"kind":"Build","apiVersion":"build.openshift.io/v1","metadata":{"name":"sg-bridge-2","namespace":"service-telemetry","uid":"f3eee723-a320-42ac-9201-358b61632422","resourceVersion":"36117","generation":1,"creationTimestamp":"2026-01-23T08:36:14Z","labels":{"build":"sg-bridge","buildconfig":"sg-bridge","openshift.io/build-config.name":"sg-bridge","openshift.io/build.start-policy":"Serial"},"annotations":{"openshift.io/build-config.name":"sg-bridge","openshift.io/build.number":"2"},"ownerReferences":[{"apiVersion":"build.openshift.io/v1","kind":"BuildConfig","name":"sg-bridge","uid":"29e7f281-c82e-4ed2-abca-449d3bfe4e67","controller":true}],"managedFields":[{"manager":"openshift-apiserver","operation":"Update","apiVersion":"build.openshift.io/v1","time":"2026-01-23T08:36:14Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:openshift.io/build-config.name":{},"f:openshift.io/build.number":{}},"f:labels":{".":{},"f:build":{},"f:buildconfig":{},"f:openshift.io/build-config.name":{},"f:openshift.io/build.start-policy":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"29e7f281-c82e-4ed2-abca-449d3bfe4e67\"}":{}}},"f:spec":{"f:output":{"f:to":{}},"f:revision":{".":{},"f:git":{".":{},"f:author":{".":{},"f:email":{},"f:name":{}},"f:commit":{},"f:committer":{".":{},"f:email":{},"f:name":{}},"f:message":{}},"f:type":{}},"f:serviceAccount":{},"f:source":{"f:binary":{},"f:dockerfile":{},"f:type":{}},"f:strategy":{"f:dockerStrategy":{".":{},"f:from":{}},"f:type":{}}},"f:status":{"f:conditions":{".":{},"k:{\"type\":\"New\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:status":{},"f:type":{}}},"f:config":{},"f:phase":{}}}}]},"spec":{"serviceAccount":"builder","source":{"type":"Binary","binary":{},"dockerfile":"# --- Build the bridge\nFROM registry.access.redhat.com/ubi9 AS builder\n\n# dependencies for qpid-proton-c\nCOPY build/repos/opstools.repo /etc/yum.repos.d/opstools.repo\n\n# redhat-rpm-config is required to provide hardening compiling instructions\n# (such as /usr/lib/rpm/redhat/redhat-hardened-cc1) even though we're not\n# building RPMs here\nRUN dnf install qpid-proton-c-devel --setopt=tsflags=nodocs -y \u0026\u0026 \\\n dnf install gcc make redhat-rpm-config -y \u0026\u0026 \\\n dnf clean all\n\nENV SGBRIDGE_DIR=/home/bridge\n\nWORKDIR $SGBRIDGE_DIR\nCOPY . $SGBRIDGE_DIR/\n\nRUN make \u0026\u0026 \\\n mv bridge /tmp/\n\n# --- end build, create bridge runtime layer ---\nFROM registry.access.redhat.com/ubi9\n\n# dependencies for qpid-proton-c\nCOPY build/repos/opstools.repo /etc/yum.repos.d/opstools.repo\n\nRUN dnf install qpid-proton-c --setopt=tsflags=nodocs -y \u0026\u0026 \\\n dnf clean all \u0026\u0026 \\\n rm -rf /var/cache/yum\n\nCOPY --from=builder /tmp/bridge /\n\nENTRYPOINT [\"/bridge\"]\n\nLABEL io.k8s.display-name=\"SmartGateway AMQP Bridge\" \\\n io.k8s.description=\"Reads data from AMQP via proton and writes to a unix or UDP socket\"\n"},"revision":{"type":"Git","git":{"commit":"bab11fba86ad0c21cb35e12b56bf086a3332f1d2","author":{"name":"Victoria Martinez de la Cruz","email":"victoria@redhat.com"},"committer":{"name":"GitHub","email":"noreply@github.com"},"message":"Update base image to RH UBI 9 (#44)\n\nMigrate to RHEL9\r\n\r\n- Use ubi9 as base image and include OpenStack repos\r\n\r\n- Also updates the Dockerfile to be more descriptive\r\n(use SGBRIDGE_DIR instead of D)\r\n\r\n- Update action to run on Ubuntu 22.04\r\n\r\n- Update DoozyX/clang-format-lint-action version"}},"strategy":{"type":"Docker","dockerStrategy":{"from":{"kind":"DockerImage","name":"registry.access.redhat.com/ubi9@sha256:935e1a5a879b441a2abf10792aa72a8194e3508fd06677f0a4f991333c6bc57a"},"pullSecret":{"name":"builder-dockercfg-2dlqm"}}},"output":{"to":{"kind":"DockerImage","name":"image-registry.openshift-image-registry.svc:5000/service-telemetry/sg-bridge:latest"},"pushSecret":{"name":"builder-dockercfg-2dlqm"}},"resources":{},"postCommit":{},"nodeSelector":null},"status":{"phase":"New","outputDockerImageReference":"image-registry.openshift-image-registry.svc:5000/service-telemetry/sg-bridge:latest","config":{"kind":"BuildConfig","namespace":"service-telemetry","name":"sg-bridge"},"output":{},"conditions":[{"type":"New","status":"True","lastUpdateTime":"2026-01-23T08:36:14Z","lastTransitionTime":"2026-01-23T08:36:14Z"}]}} LANG: C.utf8 BUILD_REGISTRIES_CONF_PATH: /var/run/configs/openshift.io/build-system/registries.conf BUILD_REGISTRIES_DIR_PATH: /var/run/configs/openshift.io/build-system/registries.d BUILD_SIGNATURE_POLICY_PATH: /var/run/configs/openshift.io/build-system/policy.json BUILD_STORAGE_CONF_PATH: /var/run/configs/openshift.io/build-system/storage.conf BUILD_BLOBCACHE_DIR: /var/cache/blobs HTTP_PROXY: http_proxy: HTTPS_PROXY: https_proxy: NO_PROXY: no_proxy: Mounts: /tmp/build from buildworkdir (rw) /var/cache/blobs from build-blob-cache (rw) /var/run/configs/openshift.io/build-system from build-system-configs (ro) /var/run/configs/openshift.io/certs from build-ca-bundles (rw) /var/run/configs/openshift.io/pki from build-proxy-ca-bundles (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-pltxg (ro) manage-dockerfile: Container ID: cri-o://7a2b393cf4e5583c0b6868b1a0e492b00639a1f4528fb244c2a6363cdc27a91c Image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe Image ID: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe Port: Host Port: SeccompProfile: RuntimeDefault Args: openshift-manage-dockerfile --v=0 State: Terminated Reason: Completed Exit Code: 0 Started: Fri, 23 Jan 2026 08:36:17 +0000 Finished: Fri, 23 Jan 2026 08:36:17 +0000 Ready: True Restart Count: 0 Environment: BUILD: {"kind":"Build","apiVersion":"build.openshift.io/v1","metadata":{"name":"sg-bridge-2","namespace":"service-telemetry","uid":"f3eee723-a320-42ac-9201-358b61632422","resourceVersion":"36117","generation":1,"creationTimestamp":"2026-01-23T08:36:14Z","labels":{"build":"sg-bridge","buildconfig":"sg-bridge","openshift.io/build-config.name":"sg-bridge","openshift.io/build.start-policy":"Serial"},"annotations":{"openshift.io/build-config.name":"sg-bridge","openshift.io/build.number":"2"},"ownerReferences":[{"apiVersion":"build.openshift.io/v1","kind":"BuildConfig","name":"sg-bridge","uid":"29e7f281-c82e-4ed2-abca-449d3bfe4e67","controller":true}],"managedFields":[{"manager":"openshift-apiserver","operation":"Update","apiVersion":"build.openshift.io/v1","time":"2026-01-23T08:36:14Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:openshift.io/build-config.name":{},"f:openshift.io/build.number":{}},"f:labels":{".":{},"f:build":{},"f:buildconfig":{},"f:openshift.io/build-config.name":{},"f:openshift.io/build.start-policy":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"29e7f281-c82e-4ed2-abca-449d3bfe4e67\"}":{}}},"f:spec":{"f:output":{"f:to":{}},"f:revision":{".":{},"f:git":{".":{},"f:author":{".":{},"f:email":{},"f:name":{}},"f:commit":{},"f:committer":{".":{},"f:email":{},"f:name":{}},"f:message":{}},"f:type":{}},"f:serviceAccount":{},"f:source":{"f:binary":{},"f:dockerfile":{},"f:type":{}},"f:strategy":{"f:dockerStrategy":{".":{},"f:from":{}},"f:type":{}}},"f:status":{"f:conditions":{".":{},"k:{\"type\":\"New\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:status":{},"f:type":{}}},"f:config":{},"f:phase":{}}}}]},"spec":{"serviceAccount":"builder","source":{"type":"Binary","binary":{},"dockerfile":"# --- Build the bridge\nFROM registry.access.redhat.com/ubi9 AS builder\n\n# dependencies for qpid-proton-c\nCOPY build/repos/opstools.repo /etc/yum.repos.d/opstools.repo\n\n# redhat-rpm-config is required to provide hardening compiling instructions\n# (such as /usr/lib/rpm/redhat/redhat-hardened-cc1) even though we're not\n# building RPMs here\nRUN dnf install qpid-proton-c-devel --setopt=tsflags=nodocs -y \u0026\u0026 \\\n dnf install gcc make redhat-rpm-config -y \u0026\u0026 \\\n dnf clean all\n\nENV SGBRIDGE_DIR=/home/bridge\n\nWORKDIR $SGBRIDGE_DIR\nCOPY . $SGBRIDGE_DIR/\n\nRUN make \u0026\u0026 \\\n mv bridge /tmp/\n\n# --- end build, create bridge runtime layer ---\nFROM registry.access.redhat.com/ubi9\n\n# dependencies for qpid-proton-c\nCOPY build/repos/opstools.repo /etc/yum.repos.d/opstools.repo\n\nRUN dnf install qpid-proton-c --setopt=tsflags=nodocs -y \u0026\u0026 \\\n dnf clean all \u0026\u0026 \\\n rm -rf /var/cache/yum\n\nCOPY --from=builder /tmp/bridge /\n\nENTRYPOINT [\"/bridge\"]\n\nLABEL io.k8s.display-name=\"SmartGateway AMQP Bridge\" \\\n io.k8s.description=\"Reads data from AMQP via proton and writes to a unix or UDP socket\"\n"},"revision":{"type":"Git","git":{"commit":"bab11fba86ad0c21cb35e12b56bf086a3332f1d2","author":{"name":"Victoria Martinez de la Cruz","email":"victoria@redhat.com"},"committer":{"name":"GitHub","email":"noreply@github.com"},"message":"Update base image to RH UBI 9 (#44)\n\nMigrate to RHEL9\r\n\r\n- Use ubi9 as base image and include OpenStack repos\r\n\r\n- Also updates the Dockerfile to be more descriptive\r\n(use SGBRIDGE_DIR instead of D)\r\n\r\n- Update action to run on Ubuntu 22.04\r\n\r\n- Update DoozyX/clang-format-lint-action version"}},"strategy":{"type":"Docker","dockerStrategy":{"from":{"kind":"DockerImage","name":"registry.access.redhat.com/ubi9@sha256:935e1a5a879b441a2abf10792aa72a8194e3508fd06677f0a4f991333c6bc57a"},"pullSecret":{"name":"builder-dockercfg-2dlqm"}}},"output":{"to":{"kind":"DockerImage","name":"image-registry.openshift-image-registry.svc:5000/service-telemetry/sg-bridge:latest"},"pushSecret":{"name":"builder-dockercfg-2dlqm"}},"resources":{},"postCommit":{},"nodeSelector":null},"status":{"phase":"New","outputDockerImageReference":"image-registry.openshift-image-registry.svc:5000/service-telemetry/sg-bridge:latest","config":{"kind":"BuildConfig","namespace":"service-telemetry","name":"sg-bridge"},"output":{},"conditions":[{"type":"New","status":"True","lastUpdateTime":"2026-01-23T08:36:14Z","lastTransitionTime":"2026-01-23T08:36:14Z"}]}} LANG: C.utf8 BUILD_REGISTRIES_CONF_PATH: /var/run/configs/openshift.io/build-system/registries.conf BUILD_REGISTRIES_DIR_PATH: /var/run/configs/openshift.io/build-system/registries.d BUILD_SIGNATURE_POLICY_PATH: /var/run/configs/openshift.io/build-system/policy.json BUILD_STORAGE_CONF_PATH: /var/run/configs/openshift.io/build-system/storage.conf BUILD_BLOBCACHE_DIR: /var/cache/blobs HTTP_PROXY: http_proxy: HTTPS_PROXY: https_proxy: NO_PROXY: no_proxy: Mounts: /tmp/build from buildworkdir (rw) /var/cache/blobs from build-blob-cache (rw) /var/run/configs/openshift.io/build-system from build-system-configs (ro) /var/run/configs/openshift.io/certs from build-ca-bundles (rw) /var/run/configs/openshift.io/pki from build-proxy-ca-bundles (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-pltxg (ro) Containers: docker-build: Container ID: cri-o://a5289b7a147dbfa5325ccf088b09f25c3d19ec4e7222978156b8c3cc4632198e Image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe Image ID: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe Port: Host Port: SeccompProfile: Unconfined Args: openshift-docker-build --v=0 State: Terminated Reason: Completed Exit Code: 0 Started: Fri, 23 Jan 2026 08:36:18 +0000 Finished: Fri, 23 Jan 2026 08:37:11 +0000 Ready: False Restart Count: 0 Environment: BUILD: {"kind":"Build","apiVersion":"build.openshift.io/v1","metadata":{"name":"sg-bridge-2","namespace":"service-telemetry","uid":"f3eee723-a320-42ac-9201-358b61632422","resourceVersion":"36117","generation":1,"creationTimestamp":"2026-01-23T08:36:14Z","labels":{"build":"sg-bridge","buildconfig":"sg-bridge","openshift.io/build-config.name":"sg-bridge","openshift.io/build.start-policy":"Serial"},"annotations":{"openshift.io/build-config.name":"sg-bridge","openshift.io/build.number":"2"},"ownerReferences":[{"apiVersion":"build.openshift.io/v1","kind":"BuildConfig","name":"sg-bridge","uid":"29e7f281-c82e-4ed2-abca-449d3bfe4e67","controller":true}],"managedFields":[{"manager":"openshift-apiserver","operation":"Update","apiVersion":"build.openshift.io/v1","time":"2026-01-23T08:36:14Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:openshift.io/build-config.name":{},"f:openshift.io/build.number":{}},"f:labels":{".":{},"f:build":{},"f:buildconfig":{},"f:openshift.io/build-config.name":{},"f:openshift.io/build.start-policy":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"29e7f281-c82e-4ed2-abca-449d3bfe4e67\"}":{}}},"f:spec":{"f:output":{"f:to":{}},"f:revision":{".":{},"f:git":{".":{},"f:author":{".":{},"f:email":{},"f:name":{}},"f:commit":{},"f:committer":{".":{},"f:email":{},"f:name":{}},"f:message":{}},"f:type":{}},"f:serviceAccount":{},"f:source":{"f:binary":{},"f:dockerfile":{},"f:type":{}},"f:strategy":{"f:dockerStrategy":{".":{},"f:from":{}},"f:type":{}}},"f:status":{"f:conditions":{".":{},"k:{\"type\":\"New\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:status":{},"f:type":{}}},"f:config":{},"f:phase":{}}}}]},"spec":{"serviceAccount":"builder","source":{"type":"Binary","binary":{},"dockerfile":"# --- Build the bridge\nFROM registry.access.redhat.com/ubi9 AS builder\n\n# dependencies for qpid-proton-c\nCOPY build/repos/opstools.repo /etc/yum.repos.d/opstools.repo\n\n# redhat-rpm-config is required to provide hardening compiling instructions\n# (such as /usr/lib/rpm/redhat/redhat-hardened-cc1) even though we're not\n# building RPMs here\nRUN dnf install qpid-proton-c-devel --setopt=tsflags=nodocs -y \u0026\u0026 \\\n dnf install gcc make redhat-rpm-config -y \u0026\u0026 \\\n dnf clean all\n\nENV SGBRIDGE_DIR=/home/bridge\n\nWORKDIR $SGBRIDGE_DIR\nCOPY . $SGBRIDGE_DIR/\n\nRUN make \u0026\u0026 \\\n mv bridge /tmp/\n\n# --- end build, create bridge runtime layer ---\nFROM registry.access.redhat.com/ubi9\n\n# dependencies for qpid-proton-c\nCOPY build/repos/opstools.repo /etc/yum.repos.d/opstools.repo\n\nRUN dnf install qpid-proton-c --setopt=tsflags=nodocs -y \u0026\u0026 \\\n dnf clean all \u0026\u0026 \\\n rm -rf /var/cache/yum\n\nCOPY --from=builder /tmp/bridge /\n\nENTRYPOINT [\"/bridge\"]\n\nLABEL io.k8s.display-name=\"SmartGateway AMQP Bridge\" \\\n io.k8s.description=\"Reads data from AMQP via proton and writes to a unix or UDP socket\"\n"},"revision":{"type":"Git","git":{"commit":"bab11fba86ad0c21cb35e12b56bf086a3332f1d2","author":{"name":"Victoria Martinez de la Cruz","email":"victoria@redhat.com"},"committer":{"name":"GitHub","email":"noreply@github.com"},"message":"Update base image to RH UBI 9 (#44)\n\nMigrate to RHEL9\r\n\r\n- Use ubi9 as base image and include OpenStack repos\r\n\r\n- Also updates the Dockerfile to be more descriptive\r\n(use SGBRIDGE_DIR instead of D)\r\n\r\n- Update action to run on Ubuntu 22.04\r\n\r\n- Update DoozyX/clang-format-lint-action version"}},"strategy":{"type":"Docker","dockerStrategy":{"from":{"kind":"DockerImage","name":"registry.access.redhat.com/ubi9@sha256:935e1a5a879b441a2abf10792aa72a8194e3508fd06677f0a4f991333c6bc57a"},"pullSecret":{"name":"builder-dockercfg-2dlqm"}}},"output":{"to":{"kind":"DockerImage","name":"image-registry.openshift-image-registry.svc:5000/service-telemetry/sg-bridge:latest"},"pushSecret":{"name":"builder-dockercfg-2dlqm"}},"resources":{},"postCommit":{},"nodeSelector":null},"status":{"phase":"New","outputDockerImageReference":"image-registry.openshift-image-registry.svc:5000/service-telemetry/sg-bridge:latest","config":{"kind":"BuildConfig","namespace":"service-telemetry","name":"sg-bridge"},"output":{},"conditions":[{"type":"New","status":"True","lastUpdateTime":"2026-01-23T08:36:14Z","lastTransitionTime":"2026-01-23T08:36:14Z"}]}} LANG: C.utf8 PUSH_DOCKERCFG_PATH: /var/run/secrets/openshift.io/push PULL_DOCKERCFG_PATH: /var/run/secrets/openshift.io/pull BUILD_REGISTRIES_CONF_PATH: /var/run/configs/openshift.io/build-system/registries.conf BUILD_REGISTRIES_DIR_PATH: /var/run/configs/openshift.io/build-system/registries.d BUILD_SIGNATURE_POLICY_PATH: /var/run/configs/openshift.io/build-system/policy.json BUILD_STORAGE_CONF_PATH: /var/run/configs/openshift.io/build-system/storage.conf BUILD_BLOBCACHE_DIR: /var/cache/blobs HTTP_PROXY: http_proxy: HTTPS_PROXY: https_proxy: NO_PROXY: no_proxy: Mounts: /tmp/build from buildworkdir (rw) /var/cache/blobs from build-blob-cache (rw) /var/lib/containers from container-storage-root (rw) /var/lib/containers/cache from buildcachedir (rw) /var/lib/kubelet/config.json from node-pullsecrets (rw) /var/run/configs/openshift.io/build-system from build-system-configs (ro) /var/run/configs/openshift.io/certs from build-ca-bundles (rw) /var/run/configs/openshift.io/pki from build-proxy-ca-bundles (rw) /var/run/containers from container-storage-run (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-pltxg (ro) /var/run/secrets/openshift.io/pull from builder-dockercfg-2dlqm-pull (ro) /var/run/secrets/openshift.io/push from builder-dockercfg-2dlqm-push (ro) Conditions: Type Status PodReadyToStartContainers False Initialized True Ready False ContainersReady False PodScheduled True Volumes: buildcachedir: Type: HostPath (bare host directory volume) Path: /var/lib/containers/cache HostPathType: buildworkdir: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: node-pullsecrets: Type: HostPath (bare host directory volume) Path: /var/lib/kubelet/config.json HostPathType: File builder-dockercfg-2dlqm-push: Type: Secret (a volume populated by a Secret) SecretName: builder-dockercfg-2dlqm Optional: false builder-dockercfg-2dlqm-pull: Type: Secret (a volume populated by a Secret) SecretName: builder-dockercfg-2dlqm Optional: false build-system-configs: Type: ConfigMap (a volume populated by a ConfigMap) Name: sg-bridge-2-sys-config Optional: false build-ca-bundles: Type: ConfigMap (a volume populated by a ConfigMap) Name: sg-bridge-2-ca Optional: false build-proxy-ca-bundles: Type: ConfigMap (a volume populated by a ConfigMap) Name: sg-bridge-2-global-ca Optional: false container-storage-root: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: container-storage-run: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: build-blob-cache: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: kube-api-access-pltxg: Type: Projected (a volume that contains injected data from multiple sources) TokenExpirationSeconds: 3607 ConfigMapName: kube-root-ca.crt Optional: false DownwardAPI: true ConfigMapName: openshift-service-ca.crt Optional: false QoS Class: BestEffort Node-Selectors: kubernetes.io/os=linux Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s node.kubernetes.io/unreachable:NoExecute op=Exists for 300s Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 6m52s default-scheduler Successfully assigned service-telemetry/sg-bridge-2-build to crc Normal AddedInterface 6m52s multus Add eth0 [10.217.0.76/23] from ovn-kubernetes Normal Pulled 6m52s kubelet Container image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe" already present on machine Normal Created 6m51s kubelet Created container git-clone Normal Started 6m51s kubelet Started container git-clone Normal Pulled 6m50s kubelet Container image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe" already present on machine Normal Created 6m49s kubelet Created container manage-dockerfile Normal Started 6m49s kubelet Started container manage-dockerfile Normal Pulled 6m49s kubelet Container image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe" already present on machine Normal Created 6m48s kubelet Created container docker-build Normal Started 6m48s kubelet Started container docker-build