Use an image from registry
This commit is contained in:
@ -5,7 +5,7 @@ RUN mkdir /out
|
||||
RUN clin -l "https://github.com/argoproj/argo-cd/releases/download/{{ version }}/argocd-{{ os }}-{{ arch }}" -i /out/argocd -p $ARGOCD_VERSION
|
||||
RUN chmod +x /out/argocd
|
||||
|
||||
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"]
|
||||
|
Reference in New Issue
Block a user