Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit b42dd30

Browse files
committed
bump up rootlesskit to v0.11.0
Important fix: Lock state dir for preventing automatic clean-up by systemd-tmpfiles (rootless-containers/rootlesskit#188) Full changes:rootless-containers/rootlesskit@v0.10.0...v0.11.0 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> (cherry picked from commit c6accc67f2e754a6f5a7e43eaddad9580a31cab3) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> Upstream-commit: 4b181db52b8322dde5e6175bac917a21a49ff160 Component: engine
1 parent 1e4b4ad commit b42dd30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/engine/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.10.0
4-
: ${ROOTLESSKIT_COMMIT:=f766387c3b360bc6dc6c2f353e9e630cf2c6ee86}
3+
# v0.11.0
4+
: ${ROOTLESSKIT_COMMIT:=2886253e467c5444a4d2ac7084e53aa3cc50055d}
55

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

0 commit comments

Comments
 (0)