Skip to content

Commit

Permalink
add yq and update kyverno version (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Pawel Franczak <[email protected]>
  • Loading branch information
pawfra and Pawel Franczak authored Nov 17, 2023
1 parent 7884738 commit 61a01fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins-inbound-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG SENTRY_CLI_VERSION=2.21.2
ARG CHECKOV_VERSION=2.4.36
ARG VAULT_CRD_RENDERER_VERSION=1.0.7
ARG PIP_HVAC_VERSION=1.2.1
ARG KYVERNO_CLI_VERSION=v1.11.0-rc.4
ARG KYVERNO_CLI_VERSION=v1.11.0

ENV PIP_BREAK_SYSTEM_PACKAGES=1

Expand All @@ -32,6 +32,7 @@ RUN set -eux; \
unzip \
libffi-dev \
jq \
yq \
xxd \
python3-pip && \
python3 -m pip install --upgrade pip && \
Expand Down

0 comments on commit 61a01fe

Please sign in to comment.