File tree Expand file tree Collapse file tree
cmd/rootlesskit-docker-proxy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ bin/rootlessctl: $(GO_FILES)
1717
1818bin/rootlesskit-docker-proxy : $(GO_FILES )
1919 @echo " NOTE: rootlesskit-docker-proxy is required only if you use Docker prior to v28."
20- @echo " NOTE: rootlesskit-docker-proxy is DEPRECATED and will be removed in RootlessKit v3 ."
20+ @echo " NOTE: rootlesskit-docker-proxy is DEPRECATED and will be removed in RootlessKit v4 ."
2121 $(GO ) build -o $@ -v ./cmd/rootlesskit-docker-proxy
2222
2323.PHONY : cross
Original file line number Diff line number Diff line change 66//
77// https://github.com/moby/moby/pull/48132/commits/dac7ffa3404138a4f291c16586e5a2c68dad4151
88//
9- // rootlesskit-docker-proxy will be removed in RootlessKit v3 .
9+ // rootlesskit-docker-proxy will be removed in RootlessKit v4 .
1010package main
1111
1212import (
You can’t perform that action at this time.
0 commit comments