Use an image from registry

This commit is contained in:
Nikolai Rodionov
2023-02-07 20:36:18 +01:00
parent 977c7560e4
commit 132eff662a
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ RUN mkdir /out && for bin in `find /tmp | grep helm`; do cp $bin /out/; done
RUN chmod +x /out/helm
RUN chmod +x /out/helmfile
FROM check-da-helm-base
FROM ghcr.io/allanger/check-da-helm-base
COPY --from=builder /out/ /usr/bin
RUN apk update --no-cache && apk add --no-cache jq bash
ENTRYPOINT ["cdh"]