Skip to content

Commit

Permalink
chore: install buildx for e2e image and bump Golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Dec 19, 2024
1 parent 67cb56a commit 23f7d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/images/kubekins-e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:buster-slim

ARG GO_VERSION=1.23.1
ARG GO_VERSION=1.23.4

# common util tools
RUN apt-get update && \
Expand Down Expand Up @@ -40,6 +40,7 @@ RUN curl -fsSL https://download.docker.com/linux/$(. /etc/os-release; echo "$ID"
# 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:20.10.* && \
apt-get install docker-buildx-plugin -y && \
rm -rf /var/lib/apt/lists/* && \
sed -i 's/cgroupfs_mount$/#cgroupfs_mount\n/' /etc/init.d/docker \
&& update-alternatives --set iptables /usr/sbin/iptables-legacy \
Expand Down

0 comments on commit 23f7d14

Please sign in to comment.