mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-07 01:36:57 +00:00
Change builder image to avoid pull limit (#176)
Signed-off-by: Jian Qiu <jqiu@redhat.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/openshift/origin-release:golang-1.16 AS builder
|
||||
FROM registry.ci.openshift.org/open-cluster-management/builder:go1.16-linux AS builder
|
||||
WORKDIR /go/src/open-cluster-management.io/registration
|
||||
COPY . .
|
||||
ENV GO_PACKAGE open-cluster-management.io/registration
|
||||
|
||||
Reference in New Issue
Block a user