diff options
author | Bin Yang <Bin.Yang@windriver.com> | 2019-10-24 14:45:03 +0000 |
---|---|---|
committer | Bin Yang <Bin.Yang@windriver.com> | 2019-10-24 14:45:03 +0000 |
commit | 45583488b282b2542b7d4293696103dd8d31fcc0 (patch) | |
tree | 821c5230af8edb26d1187e44f6bd7415cc34bbd1 | |
parent | acd6f4b1b4a27815fa1292287f0dec14b4fa07da (diff) |
Set python 3.7 as base1.5.0
python 3.8 result onappylog abnormal
Issue-ID: MULTICLOUD-866
Signed-off-by: Bin Yang <Bin.Yang@windriver.com>
Change-Id: Idc383ce71c6b7a09af6853998b9cb60c816cd60a
-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} |