Skip to content

Commit

Permalink
add hvac (#31)
Browse files Browse the repository at this point in the history
* add hvac

* pin version
  • Loading branch information
camaeel authored Mar 29, 2023
1 parent 6ec1198 commit b54744c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jenkins-inbound-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ARG COSIGN_VERSION=1.10.1
ARG SENTRY_CLI_VERSION=2.5.0
ARG CHECKOV_VERSION=2.2.234
ARG VAULT_CRD_RENDERER_VERSION=1.0.4
ARG PIP_HVAC_VERSION=1.1.0

RUN set -eux; \
apt-get update; \
Expand Down Expand Up @@ -96,7 +97,8 @@ RUN set -eux; \

#### install ansible
pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION}; \

pip3 install --no-cache-dir hvac==${PIP_HVAC_VERSION}; \

#### install vault
curl -L "${VAULT_DOWNLOAD_URL}" -o "vault.zip"; \
unzip vault.zip && mv vault /usr/bin && rm vault.zip; \
Expand Down

0 comments on commit b54744c

Please sign in to comment.