~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts podman build -t 38.102.83.222:5001/openstack-k8s-operators/openstack-operator:2cde86c31fc4a87017885ea5581b1544e78a530e . [1/2] STEP 1/17: FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder Trying to pull registry.access.redhat.com/ubi9/go-toolset:1.24... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:188fe396b95c237772cf0eab4c2bbdaa1333ca038c80ab1076f19683b1a90155 Copying blob sha256:5edb8b7e5fc91c9843da0c08783334a15184126061e834b8625af8ca7ee92e06 Copying blob sha256:74956640af323393be3edafd6bbf4d02e5336ac16c17bd052e9127b7a9f77159 Copying blob sha256:859785206f5760646f83984ae71a45c7ca6aa1029ff438169b0956e3f3a6ef4c Copying config sha256:37bbed2c8c078e3a7a0ec8431f00d5c2d1173cc4bdce17a26e1c4123e1887e18 Writing manifest to image destination Storing signatures [1/2] STEP 2/17: ARG CACHITO_ENV_FILE=/remote-source/cachito.env --> 590fb78006f5 [1/2] STEP 3/17: ARG REMOTE_SOURCE=. --> c42b056c57b4 [1/2] STEP 4/17: ARG REMOTE_SOURCE_DIR=/remote-source --> e822dae102fd [1/2] STEP 5/17: ARG REMOTE_SOURCE_SUBDIR= --> 096813601e00 [1/2] STEP 6/17: ARG DEST_ROOT=/dest-root --> fc4da664625c [1/2] STEP 7/17: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> c12ed24e133c [1/2] STEP 8/17: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> 96528cc76f1f [1/2] STEP 9/17: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> 428d03500917 [1/2] STEP 10/17: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> 2d4951b8643c [1/2] STEP 11/17: USER root --> 78e1f9ccf6c4 [1/2] STEP 12/17: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> 935c7e2b64a6 [1/2] STEP 13/17: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> f4a139000ec4 [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 --> f6f8d8f714d4 [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 --> 6eb2e2c70d4f [1/2] STEP 16/17: RUN cp -r config/services ${DEST_ROOT}/services --> 2dce1bb0ece2 [1/2] STEP 17/17: RUN cp -r bindata ${DEST_ROOT}/bindata --> e91fc64d6c1d [2/2] STEP 1/19: FROM registry.access.redhat.com/ubi9/ubi-minimal:latest Trying to pull registry.access.redhat.com/ubi9/ubi-minimal:latest... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:9f4bff248214d12c7254dc3c25ef82bd14ff143e2a06d159f2a8cc1c9e6ef1fd Copying config sha256:d063735430a3a71130dd3145dd759f2a2cec3e482c17e589a29d44622ba06444 Writing manifest to image destination Storing signatures [2/2] STEP 2/19: ARG DEST_ROOT=/dest-root --> 8c00b71b0bf8 [2/2] STEP 3/19: ARG USER_ID=65532 --> c127d7afddbe [2/2] STEP 4/19: ARG IMAGE_COMPONENT="openstack-operator-container" --> 6a31381696bf [2/2] STEP 5/19: ARG IMAGE_NAME="openstack-operator" --> 21a56d9643a5 [2/2] STEP 6/19: ARG IMAGE_VERSION="1.0.0" --> 8a375e8b651c [2/2] STEP 7/19: ARG IMAGE_SUMMARY="Openstack Operator" --> 4f6621cec868 [2/2] STEP 8/19: ARG IMAGE_DESC="This image includes the openstack-operator" --> a0633803ad23 [2/2] STEP 9/19: ARG IMAGE_TAGS="cn-openstack openstack" --> 986db69cfadd [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}" --> dfe3842b7680 [2/2] STEP 11/19: ENV USER_UID=$USER_ID OPERATOR_SERVICES=/usr/share/openstack-operator/services/ --> 1ea0ac837a2d [2/2] STEP 12/19: WORKDIR / --> d7a8f7ee3af6 [2/2] STEP 13/19: COPY --from=builder ${DEST_ROOT}/manager . --> 6cb59a7c53d5 [2/2] STEP 14/19: COPY --from=builder ${DEST_ROOT}/operator . --> 13dd1d792d18 [2/2] STEP 15/19: COPY --from=builder ${DEST_ROOT}/services ${OPERATOR_SERVICES} --> 12b4969d23cd [2/2] STEP 16/19: COPY --from=builder ${DEST_ROOT}/bindata /bindata --> bd2ca50ad836 [2/2] STEP 17/19: USER $USER_ID --> cb1c124eeac0 [2/2] STEP 18/19: ENV PATH="/:${PATH}" --> 9cb90e314fb7 [2/2] STEP 19/19: ENTRYPOINT ["/manager"] [2/2] COMMIT 38.102.83.222:5001/openstack-k8s-operators/openstack-operator:2cde86c31fc4a87017885ea5581b1544e78a530e --> 73fb8c799afb Successfully tagged 38.102.83.222:5001/openstack-k8s-operators/openstack-operator:2cde86c31fc4a87017885ea5581b1544e78a530e 73fb8c799afb12a470aed3997b2ca474814f00da3da3545dd139280b7387f433 ~/ci-framework-data/artifacts