Skip to content

Commit

Permalink
Merge pull request #63 from tonyxrmdavidson/ubiImageUpdate
Browse files Browse the repository at this point in the history
This commit will update the registry.access.redhat.com/ubi8/ubi-minimal image tag
  • Loading branch information
tonyxrmdavidson authored May 16, 2024
2 parents fccaf54 + 148b2cf commit 674d429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 make build

# Use distroless as minimal base image to package the model-registry storage initializer binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
WORKDIR /
# copy the storage initializer binary
COPY --from=builder /workspace/bin/mr-storage-initializer .
Expand Down

0 comments on commit 674d429

Please sign in to comment.