Name: prometheus-webhook-snmp-2 Namespace: service-telemetry Created: 4 minutes ago Labels: build=prometheus-webhook-snmp buildconfig=prometheus-webhook-snmp openshift.io/build-config.name=prometheus-webhook-snmp openshift.io/build.start-policy=Serial Annotations: openshift.io/build-config.name=prometheus-webhook-snmp openshift.io/build.number=2 openshift.io/build.pod-name=prometheus-webhook-snmp-2-build Status: Complete Started: Sun, 14 Jun 2026 00:35:50 UTC Duration: 1m4s PullImages: 8s Build: 48s PushImage: 1s Build Config: prometheus-webhook-snmp Build Pod: prometheus-webhook-snmp-2-build Image Digest: sha256:28841dcbd5ccc3c837641d9274c897f7057b56fe72376063a9f9b35fdde0062a Strategy: Docker Dockerfile: FROM registry.access.redhat.com/ubi9:latest # >> ignore SC2086 because passing quoted env vars to dnf causes issues (fail to install) # hadolint ignore=SC2086 RUN INSTALL_PKGS="\ procps-ng \ lsof \ python3 \ python3-devel \ gcc \ " && \ dnf -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False install $INSTALL_PKGS && \ dnf -y clean all COPY . /source/app WORKDIR /source/app RUN python3 -m pip install --no-cache-dir -r requirements-build.txt && \ python3 -m pip install --no-cache-dir . && \ python3 -m pip freeze # Cleanup # >> ignore SC2086 because passing quoted env vars to dnf causes issues (fail to install) # hadolint ignore=SC2086 RUN UNINSTALL_PKGS="\ gcc \ " && \ dnf remove -y $UNINSTALL_PKGS && \ dnf -y clean all ENV SNMP_COMMUNITY="public" ENV SNMP_PORT=162 ENV SNMP_HOST="localhost" ENV SNMP_RETRIES=5 ENV SNMP_TIMEOUT=1 ENV ALERT_OID_LABEL="oid" ENV TRAP_OID_PREFIX="1.3.6.1.4.1.50495.15" ENV TRAP_DEFAULT_OID="1.3.6.1.4.1.50495.15.1.2.1" ENV TRAP_DEFAULT_SEVERITY="" EXPOSE 9099 CMD ["sh", "-c", "/usr/local/bin/prometheus-webhook-snmp --debug --snmp-port=\"${SNMP_PORT}\" --snmp-host=\"${SNMP_HOST}\" --snmp-community=\"${SNMP_COMMUNITY}\" --snmp-retries=\"${SNMP_RETRIES}\" --snmp-timeout=\"${SNMP_TIMEOUT}\" --alert-oid-label=\"${ALERT_OID_LABEL}\" --trap-oid-prefix=\"${TRAP_OID_PREFIX}\" --trap-default-oid=\"${TRAP_DEFAULT_OID}\" --trap-default-severity=\"${TRAP_DEFAULT_SEVERITY}\" run"] From Image: DockerImage registry.access.redhat.com/ubi9@sha256:c628b778d487286b5e718e23e14c23f60b9b44cd20e7e69050ef59e655625630 Volumes: Output to: ImageStreamTag prometheus-webhook-snmp:latest Binary: provided on build Push Secret: builder-dockercfg-26msm Build trigger cause: Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 4m32s default-scheduler Successfully assigned service-telemetry/prometheus-webhook-snmp-2-build to crc Normal Started 4m31s kubelet spec.initContainers{git-clone}: Started container git-clone Normal AddedInterface 4m31s multus Add eth0 [10.217.0.100/23] from ovn-kubernetes Normal Pulled 4m31s kubelet spec.initContainers{git-clone}: Container image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe" already present on machine Normal Created 4m31s kubelet spec.initContainers{git-clone}: Created container git-clone Normal BuildStarted 4m30s build-controller Build service-telemetry/prometheus-webhook-snmp-2 is now running Normal Pulled 4m29s kubelet spec.initContainers{manage-dockerfile}: Container image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe" already present on machine Normal Created 4m29s kubelet spec.initContainers{manage-dockerfile}: Created container manage-dockerfile Normal Started 4m28s kubelet spec.initContainers{manage-dockerfile}: Started container manage-dockerfile Normal Pulled 4m28s kubelet spec.containers{docker-build}: Container image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d7a908a23111a624c3fa04dc3105a7a97f48ee60105308bbb6ed42a40d63c2fe" already present on machine Normal Created 4m27s kubelet spec.containers{docker-build}: Created container docker-build Normal Started 4m27s kubelet spec.containers{docker-build}: Started container docker-build Normal BuildCompleted 3m28s build-controller Build service-telemetry/prometheus-webhook-snmp-2 completed successfully