Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Outillage
prezbuilder
Commits
5c1ba237
Commit
5c1ba237
authored
Jun 29, 2020
by
Guillaume Perréal
Browse files
Ajoute le script prezbuilder-docker, pour passer via docker.
parent
a8cfed21
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/prezbuilder-docker
0 → 100755
View file @
5c1ba237
#!/usr/bin/env bash
exec
docker run
\
--rm
-t
\
--init
\
-u
`
id
-u
`
:
`
id
-g
`
\
-v
`
readlink
${
2
:-
src
}
`
:/src:ro
\
-v
`
readlink
${
3
:-
public
}
`
:/public
\
-p
3000:3000/tcp
\
-p
35729:35729/tcp
\
gitlab-registry.irstea.fr/pole-is/tools/prezbuilder:
${
CI_COMMIT_REF_NAME
:-
master
}
\
${
1
:-
build
}
Write
Preview
Markdown
is supported
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