Skip to content

Commit f7a659b

Browse files
committed
Add comments
1 parent 435b743 commit f7a659b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
152153
RUN <<-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

0 commit comments

Comments
 (0)