parent
fcd0865da6
commit
ca64df8e77
|
|
@ -10,7 +10,7 @@
|
|||
# Contributors:
|
||||
# Red Hat, Inc. - initial API and implementation
|
||||
|
||||
FROM quay.io/operator-framework/upstream-registry-builder as builder
|
||||
FROM quay.io/operator-framework/upstream-registry-builder:v1.15.3 as builder
|
||||
|
||||
COPY deploy manifests/eclipse-che-preview-kubernetes
|
||||
RUN /bin/initializer -o ./bundles.db
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
# Contributors:
|
||||
# Red Hat, Inc. - initial API and implementation
|
||||
|
||||
FROM quay.io/operator-framework/upstream-registry-builder as builder
|
||||
FROM quay.io/operator-framework/upstream-registry-builder:v1.15.3 as builder
|
||||
|
||||
COPY deploy manifests/eclipse-che-preview-openshift
|
||||
RUN /bin/initializer -o ./bundles.db
|
||||
|
|
|
|||
Loading…
Reference in New Issue