mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-16 14:18:42 +00:00
update base image
This commit is contained in:
@@ -4,6 +4,6 @@ COPY . .
|
||||
ENV GO_PACKAGE github.com/open-cluster-management/work
|
||||
RUN make build --warn-undefined-variables
|
||||
|
||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.1-398
|
||||
|
||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
|
||||
COPY --from=builder /go/src/github.com/open-cluster-management/work/work /
|
||||
RUN microdnf update && microdnf clean all
|
||||
|
||||
Reference in New Issue
Block a user