Commit d9aed2c5 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #38793 from euank/hyperkube-jq

Automatic merge from submit-queue (batch tested with PRs 37190, 38793) cluster/images/hyperkube: add jq for some volume plugins **What this PR does / why we need it**: Some flexvolume plugins use jq. See also https://github.com/coreos/bugs/issues/1706 It weighs in at about 400kb, so seems sane to include. **Release note**: ```release-note NONE ``` cc @luxas @pbx0
parents 275bed8b c8115baa
...@@ -28,6 +28,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \ ...@@ -28,6 +28,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
util-linux \ util-linux \
socat \ socat \
git \ git \
jq \
nfs-common \ nfs-common \
glusterfs-client \ glusterfs-client \
cifs-utils \ cifs-utils \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment