Files
ontime-operator/Dockerfile
2025-10-21 18:29:58 -05:00

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}