mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Update kubekins-test image to include netcat
This commit is contained in:
@@ -24,8 +24,12 @@ ENV TERM xterm
|
||||
WORKDIR /workspace
|
||||
|
||||
RUN apt-get -o Acquire::Check-Valid-Until=false update && apt-get install -y rsync
|
||||
# file is used when uploading test artifacts to GCS.
|
||||
RUN apt-get install -y file
|
||||
# libapparmor1 is needed for docker-in-docker.
|
||||
RUN apt-get install -y file libapparmor1
|
||||
RUN apt-get install -y libapparmor1
|
||||
# netcat is used by integration test scripts.
|
||||
RUN apt-get install -y netcat-openbsd
|
||||
RUN mkdir -p /go/src/k8s.io/kubernetes
|
||||
RUN ln -s /go/src/k8s.io/kubernetes /workspace/kubernetes
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
all: push
|
||||
|
||||
TAG = 0.5
|
||||
TAG = 0.6
|
||||
|
||||
container:
|
||||
docker build -t gcr.io/google_containers/kubekins-test .
|
||||
|
Reference in New Issue
Block a user