Skip to content

Commit

Permalink
Merge pull request opendatahub-io#99 from opendatahub-io/ubiImageUpdate
Browse files Browse the repository at this point in the history
This commit updates ubi-minimal:8.9 to ubi-minimal:latest
  • Loading branch information
tonyxrmdavidson authored May 16, 2024
2 parents 73e149f + 3f48ed6 commit 0632eb3
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 @@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65532:65532
Expand Down

0 comments on commit 0632eb3

Please sign in to comment.