Skip to content

first pass at konflux.dockerfile#37

Open
weshayutin wants to merge 1 commit intomigtools:oadp-1.6from
weshayutin:konfluxdockerfile16
Open

first pass at konflux.dockerfile#37
weshayutin wants to merge 1 commit intomigtools:oadp-1.6from
weshayutin:konfluxdockerfile16

Conversation

@weshayutin
Copy link

podman build -f konflux.Dockerfile 
[1/2] STEP 1/12: FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 AS builder
[1/2] STEP 2/12: COPY . .
--> b84ad7e06a25
[1/2] STEP 3/12: WORKDIR $APP_ROOT/app/
--> 75d8b4d0f02b
[1/2] STEP 4/12: COPY go.mod go.mod
--> aaa8beac1770
[1/2] STEP 5/12: COPY go.sum go.sum
--> 7c0cdfbe0910
[1/2] STEP 6/12: RUN go mod download
Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: assessment: CGO_ENABLED=1
Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: assessment: dynamic linking
Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: skipping forced compliance due to broad exemption
Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: EXEMPT: 1


Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: final command line arguments: "mod" "download" 

Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: invoking real go binary
Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: Exited with: 0
--> f2194746e3b3
[1/2] STEP 7/12: COPY cmd/main.go cmd/main.go
--> 961ade91e608
[1/2] STEP 8/12: COPY internal/ internal/
--> 80e01b1e7e1e
[1/2] STEP 9/12: COPY pkg/ pkg/
--> 8a00f8659fce
[1/2] STEP 10/12: ENV BUILDTAGS strictfipsruntime
--> 400ab31785b2
[1/2] STEP 11/12: ENV GOEXPERIMENT strictfipsruntime
--> e7c2f0ab1116
[1/2] STEP 12/12: RUN CGO_ENABLED=1 GOOS=linux go build -tags "$BUILDTAGS" -mod=mod -a -o manager cmd/main.go
Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: assessment: CGO_ENABLED=1
Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: assessment: dynamic linking
Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: skipping forced compliance due to broad exemption
Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: EXEMPT: 1


Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: final command line arguments: "build" "-tags" "strictfipsruntime" "-mod=mod" "-a" "-o" "manager" "cmd/main.go" 

Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: invoking real go binary
Go compliance shim [1] [rhel-9-golang-1.25][openshift-golang-builder]: Exited with: 0
--> c81cb72ef725
[2/2] STEP 1/9: FROM registry.redhat.io/ubi9/ubi:latest
[2/2] STEP 2/9: COPY --from=builder $APP_ROOT/app/manager /manager
--> 5e83c57cd9c9
[2/2] STEP 3/9: USER 65532:65532
--> e93d4a41b8ea
[2/2] STEP 4/9: ENTRYPOINT ["/manager"]
--> 984c17e990e0
[2/2] STEP 5/9: LABEL description="KubeVirt data mover controller"
--> 55cad6997d1a
[2/2] STEP 6/9: LABEL io.k8s.description="KubeVirt data mover controller"
--> e637ab25503a
[2/2] STEP 7/9: LABEL io.k8s.display-name="kubevirt-datamover-controller"
--> b82fbee3dbbf
[2/2] STEP 8/9: LABEL io.openshift.tags="migration"
--> 56223791c328
[2/2] STEP 9/9: LABEL summary="KubeVirt data mover controller"
[2/2] COMMIT
--> 9d4ec6bfb542
9d4ec6bfb542b11d188cab234a2f9cc48c090b1afef68d01f5905829da0d5649

Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
@openshift-ci openshift-ci bot requested review from kaovilai and mrnold March 17, 2026 02:06
@coderabbitai
Copy link

coderabbitai bot commented Mar 17, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6f65713d-f2f9-4530-b8a5-53c44deabe6a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can enable review details to help with troubleshooting, context usage and more.

Enable the reviews.review_details setting to include review details such as the model used, the time taken for each step and more in the review comments.

@openshift-ci
Copy link

openshift-ci bot commented Mar 17, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: weshayutin

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant