1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/contrib
Kir Kolyshkin 06d9020fac contrib/check-config.sh: fix INET_XFRM_MODE_TRANSPORT
This parameter was removed by kernel commit 4c145dce260137,
which made its way to kernel v5.3-rc1. Since that commit,
the functionality is built-in (i.e. it is available as long
as CONFIG_XFRM is on).

Make the check conditional.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2021-01-12 13:55:13 -08:00
..
apparmor
busybox Pin busybox to fixed version and verify sha256 2020-04-03 09:55:26 +02:00
docker-device-tool
gitdm run shfmt 2020-03-03 12:27:49 +09:00
httpserver
init Revert "Add multi-user.target to After=" 2020-12-10 15:04:00 +01:00
nnp-test Upgrading the versions of images in Dockerfile. 2020-06-30 12:24:06 +08:00
syntax
syscall-test Upgrading the versions of images in Dockerfile. 2020-06-30 12:24:06 +08:00
udev
check-config.sh contrib/check-config.sh: fix INET_XFRM_MODE_TRANSPORT 2021-01-12 13:55:13 -08:00
dockerd-rootless-setuptool.sh dockerd-rootless-setuptool.sh: show more helpful error messages 2020-11-24 15:10:27 +09:00
dockerd-rootless.sh dockerd-rootless.sh: support containerd v1.4 shim socket path convention 2020-06-26 16:45:49 +09:00
dockerize-disk.sh run shfmt 2020-03-03 12:27:49 +09:00
download-frozen-image-v2.sh Allow download-frozen-images to work without go 2020-09-28 19:10:16 +00:00
editorconfig
mac-install-bundle.sh run shfmt 2020-03-03 12:27:49 +09:00
mkimage-alpine.sh run shfmt 2020-03-03 12:27:49 +09:00
mkimage-arch-pacman.conf
mkimage-arch.sh run shfmt 2020-03-03 12:27:49 +09:00
mkimage-archarm-pacman.conf
mkimage-crux.sh run shfmt 2020-03-03 12:27:49 +09:00
mkimage-pld.sh
mkimage-yum.sh run shfmt 2020-03-03 12:27:49 +09:00
nuke-graph-directory.sh run shfmt 2020-03-03 12:27:49 +09:00
README.md
report-issue.sh run shfmt 2020-03-03 12:27:49 +09:00

The contrib directory contains scripts, images, and other helpful things which are not part of the core docker distribution. Please note that they could be out of date, since they do not receive the same attention as the rest of the repository.