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

Commit

Permalink
rootless: support forwarding signals from RootlessKit to dockerd
Browse files Browse the repository at this point in the history
See rootless-containers/rootlesskit#127

RootlessKit changes: rootless-containers/rootlesskit@v0.9.1...v0.9.2

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Upstream-commit: f310bd29bd5ab52caa0536c85d564461a70abf16
Component: engine
  • Loading branch information
AkihiroSuda committed Mar 15, 2020
1 parent 8a0383a commit ebc4dd1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# v0.9.1
: ${ROOTLESSKIT_COMMIT:=db9657404cd538820e9e83d90dab2a78d8b833e6}
# v0.9.2
: ${ROOTLESSKIT_COMMIT:=eefbc3f7fb73d9a993605c9ff9a36bfcad6c1270}

install_rootlesskit() {
case "$1" in
Expand Down

0 comments on commit ebc4dd1

Please sign in to comment.