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.
2 parents b4b6d8a + 4230828 commit 7a76cfbCopy full SHA for 7a76cfb
genapkovl-lima.sh
@@ -278,7 +278,8 @@ if [ "${LIMA_INSTALL_ZSTD}" == "true" ]; then
278
fi
279
280
if [ "${LIMA_INSTALL_TINI}" == "true" ]; then
281
- echo "tini" >> "$tmp"/etc/apk/world
+ echo tini-static >> "$tmp"/etc/apk/world
282
+ ln -sf /sbin/tini-static "$tmp"/usr/bin/tini
283
284
285
if [ "${LIMA_INSTALL_CRI_DOCKERD}" == "true" ]; then
mkimg.lima.sh
@@ -59,7 +59,7 @@ profile_lima() {
59
apks="$apks sshfs"
60
61
62
- apks="$apks tini"
+ apks="$apks tini-static"
63
64
if [ "${LIMA_INSTALL_IPTABLES}" == "true" ] || [ "${LIMA_INSTALL_NERDCTL_FULL}" == "true" ]; then
65
apks="$apks iptables ip6tables"
0 commit comments