Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
docker-abuild
Commits
8d734662
Commit
8d734662
authored
Oct 18, 2019
by
Richard Mortier
Browse files
dabuild: unabstractify `docker` invocation
Signed-off-by:
Richard Mortier
<
mort@cantab.net
>
parent
eed1a4d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
dabuild.in
View file @
8d734662
...
...
@@ -87,7 +87,10 @@ if [ "$DABUILD_CACHE" = "true" ]; then
fi
## go!
ABUILD_WORKDIR
=
/home/builder/aports/
${
PWD
#*/aports/
}
DOCKER
=
"docker run -ti
$ABUILD_VOLUMES
-e DABUILD_DEBUG
$DABUILD_ARGS
"
$DOCKER
--workdir
$ABUILD_WORKDIR
\
%%ABUILD_IMAGE%%:
$ABUILD_VERSION
-
$DABUILD_ARCH
"
$@
"
docker run
--tty
--interactive
\
$ABUILD_RM
\
$ABUILD_VOLUMES
\
-e
DABUILD_DEBUG
\
$DABUILD_ARGS
\
--workdir
/home/builder/aports/
${
PWD
#*/aports/
}
\
%%ABUILD_IMAGE%%:
$ABUILD_VERSION
-
$DABUILD_ARCH
"
$@
"
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