8 lines
172 B
Docker
8 lines
172 B
Docker
FROM ghcr.io/helmfile/helmfile:v0.157.0
|
|
|
|
RUN mkdir -p /home/argocd/cmp-server/config/
|
|
COPY plugin.yaml /home/argocd/cmp-server/config/
|
|
|
|
WORKDIR /plugin
|
|
COPY generate.sh ./
|