Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi8/ubi docker tag to…
Browse files Browse the repository at this point in the history
… v8.10-1184.1739286368

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Feb 26, 2025
1 parent d94e220 commit 309f475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ovirt-populator/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV GOEXPERIMENT strictfipsruntime

RUN GOOS=linux GOARCH=amd64 go build -o ovirt-populator github.com/konveyor/forklift-controller/cmd/ovirt-populator

FROM registry.access.redhat.com/ubi8/ubi:8.10-1161.1735829865
FROM registry.access.redhat.com/ubi8/ubi:8.10-1184.1739286368
COPY --from=builder /app/ovirt-populator /usr/local/bin/ovirt-populator
RUN subscription-manager refresh && \
dnf install -y python3-ovirt-engine-sdk4 ovirt-imageio-client && dnf clean all
Expand Down

0 comments on commit 309f475

Please sign in to comment.