We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049b63f commit 4952908Copy full SHA for 4952908
build/ovirt-populator/Containerfile
@@ -7,7 +7,7 @@ ENV GOEXPERIMENT strictfipsruntime
7
8
RUN GOOS=linux GOARCH=amd64 go build -o ovirt-populator github.com/konveyor/forklift-controller/cmd/ovirt-populator
9
10
-FROM registry.access.redhat.com/ubi8/ubi:8.10-1088
+FROM registry.access.redhat.com/ubi8/ubi:8.10-1161.1735829865
11
COPY --from=builder /app/ovirt-populator /usr/local/bin/ovirt-populator
12
RUN subscription-manager refresh && \
13
dnf install -y python3-ovirt-engine-sdk4 ovirt-imageio-client && dnf clean all
0 commit comments