File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ ENV GO_PACKAGE github.com/openshift/cluster-config-operator
5
5
RUN go build -ldflags "-X $GO_PACKAGE/pkg/version.versionFromGit=$(git describe --long --tags --abbrev=7 --match 'v[0-9]*')" ./cmd/cluster-config-operator
6
6
7
7
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
8
- RUN mkdir -p /usr/share/bootkube/manifests
9
- COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/manifests/* /usr/share/bootkube/manifests/
8
+ RUN mkdir -p /usr/share/bootkube/manifests/manifests
9
+ RUN mkdir -p /usr/share/bootkube/manifests/bootstrap-manifests
10
+ COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/manifests/* /usr/share/bootkube/manifests/manifests/
10
11
COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/cluster-config-operator /usr/bin/
11
12
COPY manifests /manifests
12
13
LABEL io.openshift.release.operator true
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ ENV GO_PACKAGE github.com/openshift/cluster-config-operator
5
5
RUN go build -ldflags "-X $GO_PACKAGE/pkg/version.versionFromGit=$(git describe --long --tags --abbrev=7 --match 'v[0-9]*')" ./cmd/cluster-config-operator
6
6
7
7
FROM registry.svc.ci.openshift.org/ocp/4.0:base
8
- RUN mkdir -p /usr/share/bootkube/manifests
9
- COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/manifests/* /usr/share/bootkube/manifests/
8
+ RUN mkdir -p /usr/share/bootkube/manifests/manifests
9
+ RUN mkdir -p /usr/share/bootkube/manifests/bootstrap-manifests
10
+ COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/manifests/* /usr/share/bootkube/manifests/manifests/
10
11
COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/cluster-config-operator /usr/bin/
11
12
COPY manifests /manifests
12
13
LABEL io.openshift.release.operator true
You can’t perform that action at this time.
0 commit comments