Skip to content

Commit 3a3d69c

Browse files
Switch to golang-1.12 for image builds
1 parent 28cae3f commit 3a3d69c

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

images/cli-artifacts/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It builds an image containing the Mac version of the installer layered on top of the
33
# Linux installer image.
44

5-
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.11 AS builder
5+
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
66
WORKDIR /go/src/github.com/openshift/origin
77
COPY . .
88
RUN OS_RELEASE_WITHOUT_LINKS=y OS_BUILD_RELEASE_ARCHIVES=n OS_ONLY_BUILD_PLATFORMS="^(darwin|windows)/amd64$" bash -x hack/build-cross.sh

images/cli/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.11 AS builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
22
WORKDIR /go/src/github.com/openshift/origin
33
COPY . .
44
RUN make build WHAT=cmd/oc; \

images/hyperkube/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.11 AS builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
22
WORKDIR /go/src/github.com/openshift/origin
33
COPY . .
44
RUN make build WHAT=vendor/k8s.io/kubernetes/cmd/hyperkube; \

images/hypershift/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.11 AS builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
22
WORKDIR /go/src/github.com/openshift/origin
33
COPY . .
44
RUN make build WHAT=cmd/hypershift; \

images/sdn/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.11 AS builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
22
WORKDIR /go/src/github.com/openshift/origin
33
COPY . .
44
RUN make build WHAT=" \

images/template-service-broker/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.11 AS builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
22
WORKDIR /go/src/github.com/openshift/origin
33
COPY . .
44
RUN make build WHAT=cmd/template-service-broker; \

images/tests/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.11 AS builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
22
WORKDIR /go/src/github.com/openshift/origin
33
COPY . .
44
RUN make build WHAT=cmd/openshift-tests; \

0 commit comments

Comments
 (0)