Sops and gpg command (#597)

This commit is contained in:
Denis Kadyshev 2022-12-23 20:51:53 +07:00 committed by GitHub
parent c83ba69f3e
commit 50fd0d786e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@ FROM alpine:3.16
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.
ARG HOME="/helm"

View File

@ -18,6 +18,7 @@ LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile
RUN apt update -qq && \
apt install --no-install-recommends -y \
ca-certificates \
gnupg \
git bash curl jq wget openssh-client && \
rm -rf /var/lib/apt/lists/*

View File

@ -18,6 +18,7 @@ LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile
RUN apt update -qq && \
apt install --no-install-recommends -y \
ca-certificates \
gnupg \
git bash curl jq wget openssh-client && \
rm -rf /var/lib/apt/lists/*