Skip to content

Commit f199b94

Browse files
thaJeztahnosamad
authored andcommitted
update rootlesskit to v0.14.0
full diff: rootless-containers/rootlesskit@v0.13.1...v0.14.0 v0.14.0 Changes (since v0.13.2) -------------------------------------- - CLI: improve --help output - API: support GET /info - Port API: support specifying IP version explicitly ("tcp4", "tcp6") - rootlesskit-docker-proxy: support libnetwork >= 20201216 convention - Allow vendoring with moby/sys/[email protected] as well as @v0.4.0 - Remove socat port driver - socat driver has been deprecated since v0.7.1 (Dec 2019) - New experimental flag: --ipv6 - Enables IPv6 routing (slirp4netns --enable-ipv6). Unrelated to port driver. v0.13.2 -------------------------------------- - Fix cleaning up crashed state dir - Update Go to 1.16 - Misc fixes Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit e166af9) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 5fad7bb commit f199b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/dockerfile/install/rootlesskit.installer

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
# v0.13.1
4-
: "${ROOTLESSKIT_COMMIT:=5c30c9c2586add2ad659132990fdc230f05035fa}"
3+
# v0.14.0
4+
: "${ROOTLESSKIT_COMMIT:=81d7d047d09a5b93645817ec580181de7a984082}"
55

66
install_rootlesskit() {
77
case "$1" in

0 commit comments

Comments
 (0)