Skip to content

Commit

Permalink
Move runtime image to UBI9 from UBI8 to address GLIBC discrepancies o…
Browse files Browse the repository at this point in the history
…f the built binary

Signed-off-by: Jose R. Gonzalez <[email protected]>
  • Loading branch information
komish committed Jun 20, 2023
1 parent de0e772 commit 4447b0c
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 @@ -6,7 +6,7 @@ COPY . .

RUN go build -o ./out/chart-verifier main.go

FROM registry.access.redhat.com/ubi8/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal

COPY --from=build /tmp/src/out/chart-verifier /app/chart-verifier

Expand Down

0 comments on commit 4447b0c

Please sign in to comment.