~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts podman build -t 38.102.83.9:5001/openstack-k8s-operators/openstack-operator:17b1faec894dfcad58164b52f38cf6acda76f9dc . [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:eaacaedf7cb8afeed496639879c6c7e8c24cff479ee4bcfe75da992fadf28ef1 Copying blob sha256:5358899e410bfce986d2c942b25d00da533aebebaf1e642bc664b9c1b9363293 Copying config sha256:d430deac428f1e99d63c83cf8f072b3be8ac4909d044f8e52f500497352a36a5 Writing manifest to image destination Storing signatures [1/2] STEP 2/17: ARG CACHITO_ENV_FILE=/remote-source/cachito.env --> a7307ecc2af2 [1/2] STEP 3/17: ARG REMOTE_SOURCE=. --> e083b3de2913 [1/2] STEP 4/17: ARG REMOTE_SOURCE_DIR=/remote-source --> 82abe606e85b [1/2] STEP 5/17: ARG REMOTE_SOURCE_SUBDIR= --> eaf33d1f5cef [1/2] STEP 6/17: ARG DEST_ROOT=/dest-root --> 695b9bf65ad8 [1/2] STEP 7/17: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> 0766668154cb [1/2] STEP 8/17: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> 4dd5deeb430d [1/2] STEP 9/17: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> b91580bc876a [1/2] STEP 10/17: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> 0d338591bd89 [1/2] STEP 11/17: USER root --> 94d193f2b6fb [1/2] STEP 12/17: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> 216ffb18ad89 [1/2] STEP 13/17: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> 6b776a4084bd [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 cmd/main.go --> 2ffbd9ba9233 [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 --> 4de510a4e1d0 [1/2] STEP 16/17: RUN cp -r config/services ${DEST_ROOT}/services --> c27dea12b0f5 [1/2] STEP 17/17: RUN cp -r bindata ${DEST_ROOT}/bindata --> 1fc9c301ce50 [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 --> 5eb08db29bef [2/2] STEP 3/19: ARG USER_ID=65532 --> f488ce61313a [2/2] STEP 4/19: ARG IMAGE_COMPONENT="openstack-operator-container" --> 2cfddff168ef [2/2] STEP 5/19: ARG IMAGE_NAME="openstack-operator" --> 24f0c625f4d9 [2/2] STEP 6/19: ARG IMAGE_VERSION="1.0.0" --> 57a11128a5c2 [2/2] STEP 7/19: ARG IMAGE_SUMMARY="Openstack Operator" --> a43ae5e58437 [2/2] STEP 8/19: ARG IMAGE_DESC="This image includes the openstack-operator" --> 4ed194e939c3 [2/2] STEP 9/19: ARG IMAGE_TAGS="cn-openstack openstack" --> 773ff0f8150b [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}" --> 052d74482dfd [2/2] STEP 11/19: ENV USER_UID=$USER_ID OPERATOR_SERVICES=/usr/share/openstack-operator/services/ --> bf7c3c6cba84 [2/2] STEP 12/19: WORKDIR / --> b90202051b78 [2/2] STEP 13/19: COPY --from=builder ${DEST_ROOT}/manager . --> 9d2973a29fb3 [2/2] STEP 14/19: COPY --from=builder ${DEST_ROOT}/operator . --> 68a906fd7b40 [2/2] STEP 15/19: COPY --from=builder ${DEST_ROOT}/services ${OPERATOR_SERVICES} --> 84a764c6efce [2/2] STEP 16/19: COPY --from=builder ${DEST_ROOT}/bindata /bindata --> fc391768a5be [2/2] STEP 17/19: USER $USER_ID --> 42f33a0321f3 [2/2] STEP 18/19: ENV PATH="/:${PATH}" --> f6d88d3e26b3 [2/2] STEP 19/19: ENTRYPOINT ["/manager"] [2/2] COMMIT 38.102.83.9:5001/openstack-k8s-operators/openstack-operator:17b1faec894dfcad58164b52f38cf6acda76f9dc --> 401b121cf8c5 Successfully tagged 38.102.83.9:5001/openstack-k8s-operators/openstack-operator:17b1faec894dfcad58164b52f38cf6acda76f9dc 401b121cf8c5d329bc3ff0ecd258c90cc6f846db8f746faa4e3181a842f59cda ~/ci-framework-data/artifacts