mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
Add openssh-client to the debian-hyperkube-base image
This commit is contained in:
@@ -20,20 +20,21 @@ FROM BASEIMAGE
|
||||
RUN ln -s /bin/sh /bin/bash
|
||||
|
||||
RUN echo CACHEBUST>/dev/null && clean-install \
|
||||
iptables \
|
||||
ca-certificates \
|
||||
ceph-common \
|
||||
cifs-utils \
|
||||
conntrack \
|
||||
e2fsprogs \
|
||||
ebtables \
|
||||
ethtool \
|
||||
kmod \
|
||||
ca-certificates \
|
||||
conntrack \
|
||||
util-linux \
|
||||
socat \
|
||||
git \
|
||||
jq \
|
||||
nfs-common \
|
||||
glusterfs-client \
|
||||
cifs-utils \
|
||||
ceph-common
|
||||
iptables \
|
||||
jq \
|
||||
kmod \
|
||||
openssh-client \
|
||||
nfs-common \
|
||||
socat \
|
||||
util-linux
|
||||
|
||||
COPY cni-bin/bin /opt/cni/bin
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
REGISTRY?=gcr.io/google-containers
|
||||
IMAGE?=debian-hyperkube-base
|
||||
TAG=0.5
|
||||
TAG=0.6
|
||||
ARCH?=amd64
|
||||
CACHEBUST?=1
|
||||
|
||||
|
Reference in New Issue
Block a user