diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-10-28 02:33:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-28 02:33:37 +0000 |
commit | 538ddd1709c6b9afd63422d8d9c559fdba5c2d9d (patch) | |
tree | 174a9bc651bcc9fbb3987d4361885bb2d24a3869 | |
parent | d121849819765879f4323a3ead32ad7b1f374568 (diff) | |
parent | 6ba24735bc470424a0bb6cd00b5c6962e31b0757 (diff) |
Merge "Set python 3.7 as base" into elalto1.4.3
-rw-r--r-- | fcaps/docker/Dockerfile | 2 | ||||
-rw-r--r-- | pike/docker/Dockerfile | 2 | ||||
-rw-r--r-- | starlingx/docker/Dockerfile | 2 | ||||
-rw-r--r-- | windriver/docker/Dockerfile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/fcaps/docker/Dockerfile b/fcaps/docker/Dockerfile index 021e40eb..3369e5e6 100644 --- a/fcaps/docker/Dockerfile +++ b/fcaps/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.7-alpine ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} diff --git a/pike/docker/Dockerfile b/pike/docker/Dockerfile index 292cb26e..bad59678 100644 --- a/pike/docker/Dockerfile +++ b/pike/docker/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3-slim +FROM python:3.7-slim ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} diff --git a/starlingx/docker/Dockerfile b/starlingx/docker/Dockerfile index bc169f92..9020057d 100644 --- a/starlingx/docker/Dockerfile +++ b/starlingx/docker/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3-alpine +FROM python:3.7-alpine ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} diff --git a/windriver/docker/Dockerfile b/windriver/docker/Dockerfile index 50f4f917..909e13d3 100644 --- a/windriver/docker/Dockerfile +++ b/windriver/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.7-alpine ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} |