File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ COPY --from=default-jdk /usr/lib/jvm /usr/lib/jvm
149149# Install the following tools
150150# - awscli: AWS CLI
151151# - datadog-ci: Datadog CI tool
152+ # - vault: tool for managing secrets: https://datadoghq.atlassian.net/wiki/spaces/RUNTIME/pages/2701559033/Vault
152153RUN <<-EOT
153154 set -eux
154155 sudo apt-get update
@@ -159,7 +160,7 @@ RUN <<-EOT
159160 sudo curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci"
160161 sudo chmod +x /usr/local/bin/datadog-ci
161162
162- # vault
163+ # vault installation inspired by https://github.com/DataDog/datadog-agent-buildimages/blob/main/agent-deploy/Dockerfile
163164 VAULT_VERSION=1.20.4
164165 curl -fsSL "https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip" -o vault.zip
165166 unzip vault.zip
You can’t perform that action at this time.
0 commit comments