Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9 docker tag to v9.…
Browse files Browse the repository at this point in the history
…5-1738643550

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 5ff5d73 commit c597c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/virt-v2v/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9:9.4-1214.1729773476 AS appliance
FROM registry.access.redhat.com/ubi9:9.5-1738643550 AS appliance

ENV LIBGUESTFS_BACKEND direct

Expand Down Expand Up @@ -26,7 +26,7 @@ RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o virt-v2v-monitor github
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o image-converter github.com/konveyor/forklift-controller/cmd/image-converter
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o virt-v2v-wrapper virt-v2v/cmd/entrypoint.go

FROM registry.access.redhat.com/ubi9:9.4-1214.1729773476
FROM registry.access.redhat.com/ubi9:9.5-1738643550

# RUN rm /etc/pki/tls/fips_local.cnf && \
# echo -e '[fips_sect]\ntls1-prf-ems-check = 0\nactivate = 1' > /etc/pki/tls/fips_local.cnf && \
Expand Down

0 comments on commit c597c92

Please sign in to comment.