Skip to content

Commit beba7a8

Browse files
Merge pull request #791 from wking/ConsolePlugin-CRD-after-operator
OCPBUGS-15834: Dockerfile: Shift ConsolePlugin CRD after the operator Deployment
2 parents 653ebbc + 586001f commit beba7a8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Dockerfile.rhel7

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ COPY manifests /manifests/
1616
COPY quickstarts/*.yaml /manifests/
1717

1818
# extensions manifests generated from openshift/api types
19-
COPY vendor/github.com/openshift/api/console/v1/*.crd.yaml /manifests/
20-
COPY vendor/github.com/openshift/api/console/v1alpha1/*.crd.yaml /manifests/
19+
COPY vendor/github.com/openshift/api/console/v1/0000_10_consoleclidownload.crd.yaml /manifests/
20+
COPY vendor/github.com/openshift/api/console/v1/0000_10_consoleexternalloglink.crd.yaml /manifests/
21+
COPY vendor/github.com/openshift/api/console/v1/0000_10_consolelink.crd.yaml /manifests/
22+
COPY vendor/github.com/openshift/api/console/v1/0000_10_consolenotification.crd.yaml /manifests/
23+
COPY vendor/github.com/openshift/api/console/v1/0000_10_consoleplugin.crd.yaml /manifests/08-a-consoleplugin.crd.yaml
24+
COPY vendor/github.com/openshift/api/console/v1/0000_10_consolequickstart.crd.yaml /manifests/
25+
COPY vendor/github.com/openshift/api/console/v1/0000_10_consoleyamlsample.crd.yaml /manifests/
2126
COPY vendor/github.com/openshift/api/operator/v1/0000_70_console-operator.crd.yaml /manifests/
2227
COPY vendor/github.com/openshift/api/helm/v1beta1/0000_10-helm-chart-repository.crd.yaml /manifests/
2328
COPY vendor/github.com/openshift/api/helm/v1beta1/0000_10-project-helm-chart-repository.crd.yaml /manifests/

0 commit comments

Comments
 (0)