Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
b206907e
Commit
b206907e
authored
Jul 23, 2018
by
Daniel Scheffler
Browse files
Updated docker runner build script.
parent
1896f680
Pipeline
#3047
failed with stages
in 6 minutes and 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/CI_docker/build_testsuite_image.sh
View file @
b206907e
...
...
@@ -2,7 +2,7 @@
context_dir
=
"./context"
dockerfile
=
"py_tools_ds_ci.docker"
tag
=
"py_tools_ds_ci:0.1
2.2
"
tag
=
"py_tools_ds_ci:0.1
3.1
"
gitlab_runner
=
"py_tools_ds_gitlab_CI_runner"
echo
"#### Build runner docker image"
...
...
tests/CI_docker/context/py_tools_ds_ci.docker
View file @
b206907e
FROM
gms_base_centos:
pinned_v0.1
FROM
gms_base_centos:
latest
RUN
yum update
-y
&&
\
yum
install
-y
patch
# patch: conda skeleton will not work without: # https://stackoverflow.com/questions/40392161/building-conda-skeleton-from-pypi-package-throws-error
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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