Openshift Pipelines operator v1.1.1

This commit is contained in:
John Peterson
2020-10-12 12:30:43 -07:00
parent c19effd7e7
commit 54102eac60
176 changed files with 19721 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Build the manager binary
FROM quay.io/operator-framework/helm-operator:v1.0.1
LABEL name="JFrog Pipelines Enterprise Operator" \
description="Openshift operator to deploy JFrog Pipelines Enterprise based on the Red Hat Universal Base Image." \
vendor="JFrog" \
summary="JFrog Pipelines Enterprise Operator" \
com.jfrog.license_terms="https://jfrog.com/platform/enterprise-plus-eula/"
COPY licenses/ /licenses
ENV HOME=/opt/helm
COPY watches.yaml ${HOME}/watches.yaml
COPY helm-charts ${HOME}/helm-charts
WORKDIR ${HOME}