File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM registry.svc. ci.openshift.org/openshift/release:golang-1.13 AS builder
1+ FROM registry.ci.openshift.org/openshift/release:golang-1.15 AS builder
22WORKDIR /go/src/sigs.k8s.io/cluster-api-provider-openstack
33COPY . .
44
55RUN go build -o ./machine-controller-manager ./cmd/manager
66
7- FROM registry.svc. ci.openshift.org/openshift/origin-v4.0 :base
7+ FROM registry.ci.openshift.org/openshift/origin-v4.7 :base
88
99COPY --from=builder /go/src/sigs.k8s.io/cluster-api-provider-openstack/machine-controller-manager /
Original file line number Diff line number Diff line change 1- FROM registry.svc. ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
1+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
22WORKDIR /go/src/sigs.k8s.io/cluster-api-provider-openstack
33COPY . .
44
55RUN go build -o ./machine-controller-manager ./cmd/manager
66
7- FROM registry.svc. ci.openshift.org/ocp/4.7:base
7+ FROM registry.ci.openshift.org/ocp/4.7:base
88RUN INSTALL_PKGS=" \
99 openssh \
1010 " && \
You can’t perform that action at this time.
0 commit comments