summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2020-02-21 15:52:44 -0800
committerJames E. Blair <jeblair@redhat.com>2020-02-27 07:49:40 -0800
commitbbe2d364959316a24a205dec037c612368ff881f (patch)
treede7a7fb0bbf0dcdfd7a9946a43e233ac250d106b /Dockerfile
parent32bfbae4656acb5917f0ee20dff3a5a5a088383d (diff)
downloadzuul-bbe2d364959316a24a205dec037c612368ff881f.tar.gz
Stream output from kubectl pods
When we get a pod from nodepool, this starts a kubectl port-forward on the pod so that zuul-console and the normal method of streaming command output will work. Change-Id: Iae85347c3d8e0a74e330a7b62b513c7b41641383 Story: 2007321 Task: 38832 Depends-On: https://review.opendev.org/709259
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e1f305184..a1d463634 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -44,7 +44,7 @@ FROM opendevorg/python-base as zuul
COPY --from=builder /output/ /output
RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list \
&& apt-get update \
- && apt-get install -t stretch-backports -y bubblewrap \
+ && apt-get install -t stretch-backports -y bubblewrap socat \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN /output/install-from-bindep \