File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
66WORKDIR /go/src/github.com/openshift/origin
77COPY . .
88RUN OS_RELEASE_WITHOUT_LINKS=y OS_BUILD_RELEASE_ARCHIVES=n OS_ONLY_BUILD_PLATFORMS="^(darwin|windows)/amd64$" bash -x hack/build-cross.sh
Original file line number Diff line number Diff line change 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
22WORKDIR /go/src/github.com/openshift/origin
33COPY . .
44RUN make build WHAT=cmd/oc; \
Original file line number Diff line number Diff line change 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
22WORKDIR /go/src/github.com/openshift/origin
33COPY . .
44RUN make build WHAT=vendor/k8s.io/kubernetes/cmd/hyperkube; \
Original file line number Diff line number Diff line change 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
22WORKDIR /go/src/github.com/openshift/origin
33COPY . .
44RUN make build WHAT=cmd/hypershift; \
Original file line number Diff line number Diff line change 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
22WORKDIR /go/src/github.com/openshift/origin
33COPY . .
44RUN make build WHAT=" \
Original file line number Diff line number Diff line change 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
22WORKDIR /go/src/github.com/openshift/origin
33COPY . .
44RUN make build WHAT=cmd/template-service-broker; \
Original file line number Diff line number Diff line change 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
22WORKDIR /go/src/github.com/openshift/origin
33COPY . .
44RUN make build WHAT=cmd/openshift-tests; \
You can’t perform that action at this time.
0 commit comments