Making Python version uniform across all airship components.
Change-Id: Ia6ee58fd11a83151b1011b2a21779f8a17edad0c
This commit is contained in:
parent
f30c68e627
commit
fb88969c91
@ -1,4 +1,4 @@
|
||||
ARG FROM=python:3.5
|
||||
ARG FROM=python:3.6
|
||||
FROM ${FROM}
|
||||
|
||||
LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc://#airshipit@freenode'
|
||||
|
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ COMMIT ?= commit-id
|
||||
PYTHON = python3
|
||||
CHARTS := $(patsubst charts/%/.,%,$(wildcard charts/*/.))
|
||||
IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG}
|
||||
PYTHON_BASE_IMAGE ?= python:3.5
|
||||
PYTHON_BASE_IMAGE ?= python:3.6
|
||||
|
||||
# VERSION INFO
|
||||
GIT_COMMIT = $(shell git rev-parse HEAD)
|
||||
|
Loading…
Reference in New Issue
Block a user