Skip to content

Commit

Permalink
Merge pull request #79 from jpinsonneau/ubi9-minimal
Browse files Browse the repository at this point in the history
Ubi9-minimal
  • Loading branch information
jpinsonneau authored Aug 13, 2024
2 parents 4567032 + 4b2ee0d commit 5dd0071
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-minimal:9.4
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9-minimal:9.4-1194
RUN microdnf update -y && microdnf install -y tar
WORKDIR /
COPY --from=builder /opt/app-root/build .
Expand Down

0 comments on commit 5dd0071

Please sign in to comment.