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
scripts
Commits
69195f41
Commit
69195f41
authored
Nov 28, 2019
by
Markus Frosch
Browse files
docker: Remove --user flag from run
parent
503370c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
icinga-build-docker
View file @
69195f41
...
...
@@ -55,7 +55,6 @@ docker run -i --rm "${dockeropt[@]}" \
--env-file
"
${
env_file
}
"
\
-v
"
$(
pwd
)
"
:/tmp/build
\
--workdir
/tmp/build
\
--user
"
$(
id
-u
)
"
\
"
${
DOCKER_IMAGE
}
"
\
"
$@
"
...
...
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