Skip to content

Commit

Permalink
Merge pull request openshift#1514 from smarterclayton/generate_assets
Browse files Browse the repository at this point in the history
image: Asset generation is required
  • Loading branch information
openshift-merge-robot committed Apr 2, 2019
2 parents 7ed6e89 + b6eb37c commit 954533f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/installer-artifacts/Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.10 AS builder
WORKDIR /go/src/github.com/openshift/installer
COPY . .
RUN SKIP_GENERATION=y GOOS=darwin GOARCH=amd64 hack/build.sh
RUN go generate ./data && \
SKIP_GENERATION=y GOOS=darwin GOARCH=amd64 hack/build.sh

FROM registry.svc.ci.openshift.org/ocp/4.0:installer
COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /usr/share/openshift/mac/openshift-install

0 comments on commit 954533f

Please sign in to comment.