moby--moby/contrib
Brian Goff dedf8528a5 Allow download-frozen-images to work without `go`
Currently we use the `go` command to read GOARCH and use the value for
matching manifests.

This change allows:

1. Specifying the arch through `TARGETARCH`
2. Falling back to `dpkg` if `go` is not available
3. Falling back to `uname -m` if `dpkg` is not available
4. A default value (amd64) if none of these commands is available.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2020-09-28 19:10:16 +00:00
..
apparmor AppArmor: add missing rules for running in userns 2019-09-30 16:17:13 +02:00
busybox Pin busybox to fixed version and verify sha256 2020-04-03 09:55:26 +02:00
docker-device-tool Fix some inefassign warnings 2019-09-18 12:57:29 +02:00
gitdm run shfmt 2020-03-03 12:27:49 +09:00
httpserver Remove solaris files 2017-10-24 15:39:34 -04:00
init Add multi-user.target to After= 2020-07-29 14:33:55 -04:00
mkimage run shfmt 2020-03-03 12:27:49 +09:00
nnp-test Upgrading the versions of images in Dockerfile. 2020-06-30 12:24:06 +08:00
syntax Remove vim syntax files 2020-01-14 13:01:18 -04:00
syscall-test Upgrading the versions of images in Dockerfile. 2020-06-30 12:24:06 +08:00
udev
README.md Add .md extension to readme for markdown rendering 2016-02-24 20:39:46 +00:00
check-config.sh run shfmt 2020-03-03 12:27:49 +09:00
dockerd-rootless-setuptool.sh dockerd-rootless-setuptool.sh: use safer XRD on non-systemd hosts 2020-06-17 12:10:28 +09:00
dockerd-rootless.sh dockerd-rootless.sh: allow specifying DOCKERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER 2020-06-24 15:43:45 +09:00
dockerize-disk.sh run shfmt 2020-03-03 12:27:49 +09:00
download-frozen-image-v1.sh Upgrading the versions of images in Dockerfile. 2020-06-30 12:24:06 +08:00
download-frozen-image-v2.sh Allow download-frozen-images to work without `go` 2020-09-28 19:10:16 +00:00
editorconfig added editorconfig 2016-10-20 22:18:16 -02:00
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 Fixed arm arch image maker to support arm versions other than 7 2016-07-10 18:46:35 -07:00
mkimage-crux.sh run shfmt 2020-03-03 12:27:49 +09:00
mkimage-pld.sh add script to make base image for PLD Linux 2016-05-31 09:20:51 +03:00
mkimage-yum.sh run shfmt 2020-03-03 12:27:49 +09:00
mkimage.sh Upgrading the versions of images in Dockerfile. 2020-06-30 12:24:06 +08:00
nuke-graph-directory.sh run shfmt 2020-03-03 12:27:49 +09:00
report-issue.sh run shfmt 2020-03-03 12:27:49 +09:00

README.md

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.