Skip to content

Commit

Permalink
test update ubi-minimal (#77)
Browse files Browse the repository at this point in the history
* test update ubi-minimal

* remove fixed version
  • Loading branch information
jpinsonneau committed Aug 12, 2024
1 parent 5b3bf62 commit 4567032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN GOARCH=$TARGETARCH make compile
RUN mkdir -p output

# Create final image from ubi + built binary
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.4
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9-minimal:9.4
RUN microdnf update -y && microdnf install -y tar
WORKDIR /
COPY --from=builder /opt/app-root/build .
Expand Down

0 comments on commit 4567032

Please sign in to comment.