mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 05:43:11 +00:00
15 lines
744 B
Docker
15 lines
744 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=awx-operator
|
|
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
|
|
LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha
|
|
LABEL operators.operatorframework.io.metrics.project_layout=ansible
|
|
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
|
|
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v0.19.4
|
|
|
|
COPY deploy/olm-catalog/awx-operator/manifests /manifests/
|
|
COPY deploy/olm-catalog/awx-operator/metadata /metadata/
|