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
Gepetto
dashboard
Commits
7c012145
Commit
7c012145
authored
Mar 01, 2018
by
Guilhem Saurel
Browse files
move Dockerfile to buildfarm
parent
5df89716
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
deleted
100644 → 0
View file @
5df89716
ARG
REGISTRY=eur0c.laas.fr:5000
ARG
NAMESPACE=buildfarm
ARG
IMAGE=robotpkg
ARG
TARGET=14.04
FROM
${REGISTRY}/${NAMESPACE}/${IMAGE}:${TARGET}
ARG
ROBOTPKG
ARG
ROBOTPKG_DEPS=true
ARG
ADDITIONAL_DEPENDENCIES=""
ARG
CHECKOUT=false
RUN
/get_deps.sh robotpkg-
${
ROBOTPKG
}
$CHECKOUT
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