Skip to content

Commit 5a727cb

Browse files
kushmansinghKushagra Mansingh
authored and
Kushagra Mansingh
committed
Update github.com/moby/buildkit to v0.11.0
1 parent 7c75349 commit 5a727cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deploy/kicbase/Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN if [ "$PREBUILT_AUTO_PAUSE" != "true" ]; then cd ./cmd/auto-pause/ && go bui
3939
# for a kubernetes node image, it doesn't contain much we don't need
4040
FROM ubuntu:focal-20221019 as kicbase
4141

42-
ARG BUILDKIT_VERSION="v0.10.3"
42+
ARG BUILDKIT_VERSION="v0.11.0"
4343
ARG FUSE_OVERLAYFS_VERSION="v1.7.1"
4444
ARG CONTAINERD_FUSE_OVERLAYFS_VERSION="1.0.3"
4545
ARG CRIO_VERSION="1.24"
@@ -223,8 +223,8 @@ RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/' | sed 's/
223223
# enable podman socket on archs that support it
224224
RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/') && if [ "$ARCH" != "ppc64le" ]; then systemctl enable podman.socket; fi
225225
# enable docker which is default
226-
RUN systemctl enable docker.service
227-
# making SSH work for docker container
226+
RUN systemctl enable docker.service
227+
# making SSH work for docker container
228228
# based on https://github.com/rastasheep/ubuntu-sshd/blob/master/18.04/Dockerfile
229229
RUN mkdir /var/run/sshd
230230
RUN echo 'root:root' |chpasswd
@@ -240,7 +240,7 @@ RUN sed -ri 's/mountopt = "nodev,metacopy=on"/mountopt = "nodev"/g' /etc/contain
240240

241241
EXPOSE 22
242242
# create docker user for minikube ssh. to match VM using "docker" as username
243-
RUN adduser --ingroup docker --disabled-password --gecos '' docker
243+
RUN adduser --ingroup docker --disabled-password --gecos '' docker
244244
RUN adduser docker sudo
245245
RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/') && if [ "$ARCH" != "ppc64le" ]; then adduser docker podman; fi
246246
RUN adduser docker buildkit
@@ -255,5 +255,5 @@ RUN mkdir -p /kind
255255
RUN rm -rf \
256256
/usr/share/doc/* \
257257
/usr/share/man/* \
258-
/usr/share/local/*
258+
/usr/share/local/*
259259
RUN echo "kic! Build: ${COMMIT_SHA} Time :$(date)" > "/kic.txt"

0 commit comments

Comments
 (0)