Skip to content

Commit f868ae3

Browse files
committed
add: devops env vars for aws cli
1 parent 2bae194 commit f868ae3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ FROM base as devops
141141
ARG SOPS_VER=3.7.3
142142
ARG AWS_VAULT_VER=7.2.0
143143

144+
ENV AWS_VAULT_BACKEND=file
145+
ENV AWS_EC2_METADATA_DISABLED=true
146+
144147
USER root
145148

146149
RUN curl -sSL https://github.com/mozilla/sops/releases/download/v${SOPS_VER}/sops-v${SOPS_VER}.linux.amd64 -o /usr/bin/sops && \

0 commit comments

Comments
 (0)