Sops and gpg command (#597)
This commit is contained in:
parent
c83ba69f3e
commit
50fd0d786e
|
|
@ -15,7 +15,7 @@ FROM alpine:3.16
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile
|
LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates git bash curl jq openssh-client
|
RUN apk add --no-cache ca-certificates git bash curl jq openssh-client gnupg
|
||||||
|
|
||||||
# Set Helm home variables so that also non-root users can use plugins etc.
|
# Set Helm home variables so that also non-root users can use plugins etc.
|
||||||
ARG HOME="/helm"
|
ARG HOME="/helm"
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile
|
||||||
RUN apt update -qq && \
|
RUN apt update -qq && \
|
||||||
apt install --no-install-recommends -y \
|
apt install --no-install-recommends -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
gnupg \
|
||||||
git bash curl jq wget openssh-client && \
|
git bash curl jq wget openssh-client && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile
|
||||||
RUN apt update -qq && \
|
RUN apt update -qq && \
|
||||||
apt install --no-install-recommends -y \
|
apt install --no-install-recommends -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
gnupg \
|
||||||
git bash curl jq wget openssh-client && \
|
git bash curl jq wget openssh-client && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue