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

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Feb 6, 2025
1 parent a7ba4f9 commit b5f11c3
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-1088
FROM registry.access.redhat.com/ubi8/ubi:8.10-1184
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 b5f11c3

Please sign in to comment.