Skip to content

Commit

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

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Oct 27, 2024
1 parent cd82069 commit e6291c0
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-minimal:8.10-1052.1724178568
FROM registry.access.redhat.com/ubi8-minimal:8.10-1086
COPY --from=builder /app/ovirt-populator /usr/local/bin/ovirt-populator
# RUN microdnf install -y python3-ovirt-engine-sdk4 ovirt-imageio-client && microdnf clean all
RUN microdnf install -y python3 python3-devel libcurl-devel gcc openssl-devel libxml2-devel
Expand Down

0 comments on commit e6291c0

Please sign in to comment.