mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
See 99433d2ca2/README.md (architectures-other-than-amd64) for some context of where these images come from.
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
9 lines
155 B
Bash
9 lines
155 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
bundle .detect-daemon-osarch
|
|
bundle .ensure-emptyfs
|
|
bundle .ensure-frozen-images
|
|
bundle .ensure-httpserver
|
|
bundle .ensure-syscall-test
|