Skip to content

Commit e26128e

Browse files
Bug 1915926: Update ose-openstack-machine-controllers builder & base images to be consistent with ART
1 parent 5f60693 commit e26128e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
22
WORKDIR /go/src/sigs.k8s.io/cluster-api-provider-openstack
33
COPY . .
44

55
RUN 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

99
COPY --from=builder /go/src/sigs.k8s.io/cluster-api-provider-openstack/machine-controller-manager /

Dockerfile.rhel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
22
WORKDIR /go/src/sigs.k8s.io/cluster-api-provider-openstack
33
COPY . .
44

55
RUN 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
88
RUN INSTALL_PKGS=" \
99
openssh \
1010
" && \

0 commit comments

Comments
 (0)