Files
open-cluster-management/build/Dockerfile
2020-06-06 13:32:40 -04:00

10 lines
430 B
Docker

FROM docker.io/openshift/origin-release:golang-1.13 AS builder
WORKDIR /go/src/github.com/open-cluster-management/registration-operator
COPY ../. .
ENV GO_PACKAGE github.com/open-cluster-management/registration-operator
RUN make build --warn-undefined-variables
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.1-398
COPY --from=builder /go/src/github.com/open-cluster-management/registration-operator/registration-operator /