Files
JFrog-Cloud-Installers/Openshift4/helm/xray-operator/Dockerfile
2021-02-03 22:21:17 +05:30

14 lines
512 B
Docker

# Build the manager binary
FROM quay.io/operator-framework/helm-operator:v1.3.0
LABEL name="JFrog Xray Enterprise Operator" \
description="Openshift operator to deploy JFrog Xray Enterprise based on the Red Hat Universal Base Image" \
vendor="JFrog" \
summary="JFrog Xray Enterprise Operator" \
com.jfrog.license_terms="https://jfrog.com/xray/eula/"
COPY licenses/ /licenses
ENV HOME=/opt/helm
COPY watches.yaml ${HOME}/watches.yaml
COPY helm-charts ${HOME}/helm-charts
WORKDIR ${HOME}