Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
docker-cubicweb
Commits
5ed2f489eedc
Commit
f2bd87e3
authored
May 21, 2019
by
Philippe Pepiot
Browse files
build: pull base image for --checkrebuild
parent
a7499f9c1bd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.py
View file @
5ed2f489
...
...
@@ -107,6 +107,10 @@ def red(text):
def
build
(
rebuild
=
False
):
if
rebuild
:
# pull base images
check_call
(
'docker'
,
'pull'
,
'debian:stretch-slim'
)
check_call
(
'docker'
,
'pull'
,
'debian:buster-slim'
)
for
matrix
in
MATRIX
:
for
python
,
dist
,
cw
,
onbuild
in
itertools
.
product
(
*
matrix
):
build_image
(
python
,
dist
,
cw
,
onbuild
)
...
...
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