Skip to content

Commit

Permalink
Merge pull request #14784 from BenTheElder/upgrade-base-image
Browse files Browse the repository at this point in the history
Upgrade bootstrap base and docker
  • Loading branch information
k8s-ci-robot authored Oct 15, 2019
2 parents 80f5e0b + dad89c8 commit 70267a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/bootstrap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Includes basic workspace setup, with gcloud and a bootstrap runner

FROM debian:stretch
FROM debian:buster

WORKDIR /workspace
RUN mkdir -p /workspace
Expand Down Expand Up @@ -98,7 +98,7 @@ RUN curl -fsSL https://download.docker.com/linux/$(. /etc/os-release; echo "$ID"
# Trying to remount these makes for a very noisy error block in the beginning of
# the pod logs, so we just comment out the call to it... :shrug:
RUN apt-get update && \
apt-get install -y --no-install-recommends docker-ce=5:18.09.* && \
apt-get install -y --no-install-recommends docker-ce=5:19.03.* && \
rm -rf /var/lib/apt/lists/* && \
sed -i 's/cgroupfs_mount$/#cgroupfs_mount\n/' /etc/init.d/docker

Expand Down

0 comments on commit 70267a4

Please sign in to comment.