Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
bce42b5b
Commit
bce42b5b
authored
Jun 15, 2018
by
J. Fernando Sánchez
Browse files
Updated makefiles from senpy
parent
13138537
Changes
1
Hide whitespace changes
Inline
Side-by-side
.makefiles/python.mk
View file @
bce42b5b
...
...
@@ -26,6 +26,7 @@ Dockerfile-%: Dockerfile.template ## Generate a specific dockerfile (e.g. Docke
quick_build
:
$(addprefix build-
,
$(PYMAIN))
build
:
$(addprefix build-
,
$(PYVERSIONS))
##
Build all images / python versions
docker tag
$(IMAGEWTAG)
-python
$(PYMAIN)
$(IMAGEWTAG)
build-%
:
version Dockerfile-%
##
Build a specific version (e.g. build-2.7)
docker build
-t
'
$(IMAGEWTAG)
-python$*'
-f
Dockerfile-
$*
.
;
...
...
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