~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts podman build -t 38.102.83.13:5001/openstack-k8s-operators/openstack-operator:03abc22afbf4f9bf7e848b75dae57e47dcecd4fd . [1/2] STEP 1/17: FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1762230058 AS builder Trying to pull registry.access.redhat.com/ubi9/go-toolset:1.24.6-1762230058... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:ae8fd785106b3cfff34750dc967ed6b4930e1cf3a70c6b7b406802027bd0476e Copying blob sha256:8f492f00433a29603a7c5c508aa3149604137fd3effbeaa334996ae40e7c57b6 Copying blob sha256:5358899e410bfce986d2c942b25d00da533aebebaf1e642bc664b9c1b9363293 Copying blob sha256:eaacaedf7cb8afeed496639879c6c7e8c24cff479ee4bcfe75da992fadf28ef1 Copying config sha256:d430deac428f1e99d63c83cf8f072b3be8ac4909d044f8e52f500497352a36a5 Writing manifest to image destination Storing signatures [1/2] STEP 2/17: ARG CACHITO_ENV_FILE=/remote-source/cachito.env --> 0981c91ec712 [1/2] STEP 3/17: ARG REMOTE_SOURCE=. --> 45fa99bcfec8 [1/2] STEP 4/17: ARG REMOTE_SOURCE_DIR=/remote-source --> 310ad7d7b06f [1/2] STEP 5/17: ARG REMOTE_SOURCE_SUBDIR= --> f30933838769 [1/2] STEP 6/17: ARG DEST_ROOT=/dest-root --> 5a5891ee2c5d [1/2] STEP 7/17: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> de514db7e640 [1/2] STEP 8/17: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> cbda750acb45 [1/2] STEP 9/17: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> e0a902334acf [1/2] STEP 10/17: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> d80fbc0dadf4 [1/2] STEP 11/17: USER root --> ed13728f6ea6 [1/2] STEP 12/17: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> 09e56abd0ef7 [1/2] STEP 13/17: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> da0fc6b527f3 [1/2] STEP 14/17: RUN if [ -f $CACHITO_ENV_FILE ] ; then source $CACHITO_ENV_FILE ; fi ; env ${GO_BUILD_EXTRA_ENV_ARGS} go build ${GO_BUILD_EXTRA_ARGS} -a -o ${DEST_ROOT}/manager main.go --> 571909310c67 [1/2] STEP 15/17: RUN if [ -f $CACHITO_ENV_FILE ] ; then source $CACHITO_ENV_FILE ; fi ; env ${GO_BUILD_EXTRA_ENV_ARGS} go build ${GO_BUILD_EXTRA_ARGS} -a -o ${DEST_ROOT}/operator cmd/operator/main.go --> cbec7c279a6f [1/2] STEP 16/17: RUN cp -r config/services ${DEST_ROOT}/services --> 372fb7315eda [1/2] STEP 17/17: RUN cp -r bindata ${DEST_ROOT}/bindata --> 551ea2a7ecbd [2/2] STEP 1/19: FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 Trying to pull registry.access.redhat.com/ubi9/ubi-minimal:9.6... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:2920d84eafa0cf94806ab58f0a2124f7b2d35bcbb06fc89a9106dcc28efe397a Copying config sha256:a2c5a85865a585c3bc8b10f6c269358fdf89fe32be4232885166889d85c76421 Writing manifest to image destination Storing signatures [2/2] STEP 2/19: ARG DEST_ROOT=/dest-root --> 3d7587a32581 [2/2] STEP 3/19: ARG USER_ID=65532 --> f060dc6b941e [2/2] STEP 4/19: ARG IMAGE_COMPONENT="openstack-operator-container" --> 476ce9305a79 [2/2] STEP 5/19: ARG IMAGE_NAME="openstack-operator" --> aa4f4e091731 [2/2] STEP 6/19: ARG IMAGE_VERSION="1.0.0" --> 0f732c04be67 [2/2] STEP 7/19: ARG IMAGE_SUMMARY="Openstack Operator" --> c71931990429 [2/2] STEP 8/19: ARG IMAGE_DESC="This image includes the openstack-operator" --> 31b71774f000 [2/2] STEP 9/19: ARG IMAGE_TAGS="cn-openstack openstack" --> 7c1a4c77fdaa [2/2] STEP 10/19: LABEL com.redhat.component="${IMAGE_COMPONENT}" name="${IMAGE_NAME}" version="${IMAGE_VERSION}" summary="${IMAGE_SUMMARY}" io.k8s.name="${IMAGE_NAME}" io.k8s.description="${IMAGE_DESC}" io.openshift.tags="${IMAGE_TAGS}" --> 7fdd1e494de4 [2/2] STEP 11/19: ENV USER_UID=$USER_ID OPERATOR_SERVICES=/usr/share/openstack-operator/services/ --> f4bd721c970e [2/2] STEP 12/19: WORKDIR / --> 429d93c134b9 [2/2] STEP 13/19: COPY --from=builder ${DEST_ROOT}/manager . --> 04e77a74faab [2/2] STEP 14/19: COPY --from=builder ${DEST_ROOT}/operator . --> fb1064a0c70b [2/2] STEP 15/19: COPY --from=builder ${DEST_ROOT}/services ${OPERATOR_SERVICES} --> b7ff149129f2 [2/2] STEP 16/19: COPY --from=builder ${DEST_ROOT}/bindata /bindata --> fe35f426593d [2/2] STEP 17/19: USER $USER_ID --> 95c071216f38 [2/2] STEP 18/19: ENV PATH="/:${PATH}" --> d245cce0742b [2/2] STEP 19/19: ENTRYPOINT ["/manager"] [2/2] COMMIT 38.102.83.13:5001/openstack-k8s-operators/openstack-operator:03abc22afbf4f9bf7e848b75dae57e47dcecd4fd --> ee7e10ab9e28 Successfully tagged 38.102.83.13:5001/openstack-k8s-operators/openstack-operator:03abc22afbf4f9bf7e848b75dae57e47dcecd4fd ee7e10ab9e2853e9b56e93ad872b374a24dd4630c88caa137969cbdb58d98e4b ~/ci-framework-data/artifacts