8 lines
194 B
Docker
8 lines
194 B
Docker
# Build the manager binary
|
|
FROM quay.io/operator-framework/helm-operator:v1.41.1
|
|
|
|
ENV HOME=/opt/helm
|
|
COPY watches.yaml ${HOME}/watches.yaml
|
|
COPY helm-charts ${HOME}/helm-charts
|
|
WORKDIR ${HOME}
|