mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
14 lines
586 B
Docker
14 lines
586 B
Docker
FROM scratch
|
|
|
|
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
|
|
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
|
|
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
|
|
LABEL operators.operatorframework.io.bundle.package.v1=openshiftxray-operator
|
|
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
|
|
LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha
|
|
|
|
COPY 1.0.1/manifests /manifests/
|
|
COPY 1.0.1/metadata /metadata/
|
|
LABEL com.redhat.openshift.versions="v4.5,v4.6"
|
|
LABEL com.redhat.delivery.operator.bundle=true
|