Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
raspbian-base
Commits
7c172dbc
Commit
7c172dbc
authored
Nov 26, 2018
by
Markus Frosch
Browse files
Embed qemu-arm-static
parent
375e1dd4
Pipeline
#3011
failed with stage
in 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
7c172dbc
FROM
scratch
FROM
scratch
ADD
rootfs.tar.xz /
ADD
rootfs.tar.xz /
COPY
qemu-arm-static /usr/bin/qemu-arm-static
CMD
["bash"]
CMD
["bash"]
Makefile
View file @
7c172dbc
...
@@ -20,6 +20,7 @@ rootfs.tar.xz:
...
@@ -20,6 +20,7 @@ rootfs.tar.xz:
mv
"
$@
.tmp"
"
$@
"
mv
"
$@
.tmp"
"
$@
"
build
:
tarball
build
:
tarball
cp
-av
/usr/bin/qemu-arm-static
.
docker
build
--tag
"$(IMAGE)"
.
docker
build
--tag
"$(IMAGE)"
.
push
:
push
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment