Set python 3.7 as base 89/97589/1
authorBin Yang <Bin.Yang@windriver.com>
Thu, 24 Oct 2019 14:45:03 +0000 (14:45 +0000)
committerXiaohua Zhang <xiaohua.zhang@windriver.com>
Fri, 25 Oct 2019 00:41:51 +0000 (00:41 +0000)
python 3.8 result onappylog abnormal

Issue-ID: MULTICLOUD-866
Signed-off-by: Bin Yang <Bin.Yang@windriver.com>
Change-Id: Idc383ce71c6b7a09af6853998b9cb60c816cd60a
(cherry picked from commit 45583488b282b2542b7d4293696103dd8d31fcc0)

fcaps/docker/Dockerfile
pike/docker/Dockerfile
starlingx/docker/Dockerfile
windriver/docker/Dockerfile

index 021e40e..3369e5e 100644 (file)
@@ -1,4 +1,4 @@
-FROM python:3-alpine
+FROM python:3.7-alpine
 
 ARG HTTP_PROXY=${HTTP_PROXY}
 ARG HTTPS_PROXY=${HTTPS_PROXY}
index 292cb26..bad5967 100644 (file)
@@ -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}
index bc169f9..9020057 100644 (file)
@@ -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}
index 50f4f91..909e13d 100644 (file)
@@ -1,4 +1,4 @@
-FROM python:3-alpine
+FROM python:3.7-alpine
 
 ARG HTTP_PROXY=${HTTP_PROXY}
 ARG HTTPS_PROXY=${HTTPS_PROXY}