We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23df972 commit a943c25Copy full SHA for a943c25
deploy/kicbase/Dockerfile
@@ -41,6 +41,9 @@ RUN if [ "$PREBUILT_AUTO_PAUSE" != "true" ]; then cd ./cmd/auto-pause/ && go bui
41
# for a kubernetes node image, it doesn't contain much we don't need
42
FROM ${UBUNTU_JAMMY_IMAGE} as kicbase
43
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
+
47
ARG BUILDKIT_VERSION="v0.12.4"
48
ARG CRIO_VERSION="1.24"
49
ARG CRI_DOCKERD_VERSION="v0.3.3"
0 commit comments