Skip to content

Commit 09dae20

Browse files
committed
Update dockerfile
1 parent 7b21ca1 commit 09dae20

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

Dockerfile.rhel7

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,9 @@ 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/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/
26-
COPY vendor/github.com/openshift/api/operator/v1/0000_70_console-operator.crd.yaml /manifests/
27-
COPY vendor/github.com/openshift/api/helm/v1beta1/0000_10-helm-chart-repository.crd.yaml /manifests/
28-
COPY vendor/github.com/openshift/api/helm/v1beta1/0000_10-project-helm-chart-repository.crd.yaml /manifests/
19+
COPY vendor/github.com/openshift/api/console/v1/*.crd.yaml /manifests/
20+
COPY vendor/github.com/openshift/api/operator/*/*console-operator*.crd.yaml /manifests/
21+
COPY vendor/github.com/openshift/api/helm/*/*crd.yaml /manifests/
2922

3023
LABEL io.k8s.display-name="OpenShift console-operator" \
3124
io.k8s.description="This is a component of OpenShift Container Platform and manages the lifecycle of the web console." \

0 commit comments

Comments
 (0)