Set python 3.7 as base 55/97555/1 1.5.0
authorBin Yang <Bin.Yang@windriver.com>
Thu, 24 Oct 2019 14:45:03 +0000 (14:45 +0000)
committerBin Yang <Bin.Yang@windriver.com>
Thu, 24 Oct 2019 14:45:03 +0000 (14:45 +0000)
python 3.8 result onappylog abnormal

Issue-ID: MULTICLOUD-866
Signed-off-by: Bin Yang <Bin.Yang@windriver.com>
Change-Id: Idc383ce71c6b7a09af6853998b9cb60c816cd60a

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}