Merge pull request #42 from skeeey/update-image

update base image
This commit is contained in:
OpenShift Merge Robot
2020-06-15 10:50:50 -04:00
committed by GitHub

View File

@@ -5,8 +5,7 @@ ENV GO_PACKAGE github.com/open-cluster-management/registration
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/registration/registration /
COPY --from=builder /go/src/github.com/open-cluster-management/registration/e2e.test /
RUN microdnf update && microdnf clean all