Add docker images #5
@ -2,8 +2,8 @@ FROM ghcr.io/allanger/dumb-downloader as builder
|
||||
ARG ARGOCD_VERSION=v2.5.10
|
||||
ENV RUST_LOG=info
|
||||
RUN mkdir /out
|
||||
RUN dudo -l "https://github.com/argoproj/argo-cd/releases/download/{{ version }}/argocd-{{ os }}-{{ arch }}" -i /out/argocd -p $ARGOCD_VERSION
|
||||
RUN chmod +x /out/argocd
|
||||
RUN dudo -l "https://github.com/argoproj/argo-cd/releases/download/{{ version }}/argocd-{{ os }}-{{ arch }}" -i /tmp/argocd -p $ARGOCD_VERSION
|
||||
RUN mv /tmp/argocd /out/argocd && chmod +x /out/argocd
|
||||
|
||||
FROM ghcr.io/allanger/check-da-helm-base
|
||||
COPY --from=builder /out/ /usr/bin
|
||||
|
Reference in New Issue
Block a user