mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 17:06:58 -06:00
10 lines
401 B
Docker
10 lines
401 B
Docker
FROM quay.io/operator-framework/helm-operator:v0.16.0
|
|
|
|
LABEL name="JFrog Artifactory Enterprise Operator" \
|
|
description="Operator to deploy JFrog Artifactory Enterprise based on the Red Hat Universal Base Image." \
|
|
vendor="JFrog" \
|
|
summary="JFrog Artifactory Enterprise Operator"
|
|
COPY licenses/ /licenses
|
|
COPY watches.yaml ${HOME}/watches.yaml
|
|
COPY helm-charts/ ${HOME}/helm-charts/
|