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
busybox
docker-device-tool
gitdm
httpserver
init Add multi-user.target to After= 2020-07-29 14:33:55 -04:00
mkimage
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
README.md
check-config.sh
dockerd-rootless-setuptool.sh
dockerd-rootless.sh
dockerize-disk.sh
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
mac-install-bundle.sh
mkimage-alpine.sh
mkimage-arch-pacman.conf
mkimage-arch.sh
mkimage-archarm-pacman.conf
mkimage-crux.sh
mkimage-pld.sh
mkimage-yum.sh
mkimage.sh Upgrading the versions of images in Dockerfile. 2020-06-30 12:24:06 +08:00
nuke-graph-directory.sh
report-issue.sh

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.