Skip to content

Commit a943c25

Browse files
committed
Kicbase: Fix modifying Docker binfmt config
1 parent 23df972 commit a943c25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/kicbase/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ RUN if [ "$PREBUILT_AUTO_PAUSE" != "true" ]; then cd ./cmd/auto-pause/ && go bui
4141
# for a kubernetes node image, it doesn't contain much we don't need
4242
FROM ${UBUNTU_JAMMY_IMAGE} as kicbase
4343

44+
# delete this file due to https://github.com/kubernetes/minikube/issues/17700
45+
RUN rm -f /usr/lib/binfmt.d/python3.10.conf
46+
4447
ARG BUILDKIT_VERSION="v0.12.4"
4548
ARG CRIO_VERSION="1.24"
4649
ARG CRI_DOCKERD_VERSION="v0.3.3"

0 commit comments

Comments
 (0)