mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 15:11:44 +00:00
Move base images directory to top level
These are standalone, better to have them at the top. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
8
base/qemu-user-static/Dockerfile
Normal file
8
base/qemu-user-static/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM alpine:edge
|
||||
RUN \
|
||||
apk update && apk upgrade && \
|
||||
apk add \
|
||||
qemu-aarch64 \
|
||||
qemu-arm \
|
||||
qemu-ppc64le \
|
||||
&& true
|
||||
Reference in New Issue
Block a user