819eda8142
See https://github.com/docker-library/official-images/blob/99433d2ca217bd9479169c93a20b6f6530f94856/README.md#architectures-other-than-amd64 for some context of where these images come from. Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com> Upstream-commit: 91201678c6f58a5e46fe302bed9eb55a7ddcf693 Component: engine
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
|