mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Merge pull request #136352 from dims/fix-zookeeper-installer-netcat
test/images: Fix zookeeper-installer netcat package for bookworm
This commit is contained in:
@@ -19,7 +19,7 @@ FROM $BASEIMAGE
|
||||
|
||||
CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/
|
||||
|
||||
RUN clean-install wget bash netcat
|
||||
RUN clean-install wget bash netcat-openbsd
|
||||
|
||||
ADD on-start.sh /
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.6
|
||||
1.7
|
||||
|
||||
Reference in New Issue
Block a user