From df8c162b92a4606a36dd51789d6c0d2d2ed88901 Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Fri, 16 Jul 2021 19:00:53 +0000 Subject: [PATCH 1/5] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index d1a8cfb..9b5c910 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,9 @@ ARG BASE_TAG=8.4 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} +# yum Update +yum update -y + # Set necessary environment variables for python and python development environment ARG APP_ROOT=/opt/app-root ENV PYTHON_VERSION=3.8 \ -- GitLab From 0f4e5c83391f126a9610198390684224c4cd3f82 Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Fri, 16 Jul 2021 19:04:49 +0000 Subject: [PATCH 2/5] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b5c910..482930e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG BASE_TAG=8.4 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} # yum Update -yum update -y +RUN yum update -y # Set necessary environment variables for python and python development environment ARG APP_ROOT=/opt/app-root -- GitLab From 559f53ece8cafe371b1bd3eb92bb3a80cc1f914b Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Fri, 16 Jul 2021 19:22:15 +0000 Subject: [PATCH 3/5] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 482930e..12eefa2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} # yum Update RUN yum update -y +RUN yum update management-ingress -y # Set necessary environment variables for python and python development environment ARG APP_ROOT=/opt/app-root -- GitLab From 70b5a36ba27ed7aebdf8dcdec1e3e848e7620288 Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Mon, 19 Jul 2021 16:37:41 +0000 Subject: [PATCH 4/5] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12eefa2..1d7171a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} # yum Update RUN yum update -y -RUN yum update management-ingress -y +RUN yum update --cve CVE-2021-23841 # Set necessary environment variables for python and python development environment ARG APP_ROOT=/opt/app-root -- GitLab From 9919f74cf1966901ef5baca9784695055db7cc64 Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Mon, 19 Jul 2021 17:28:41 +0000 Subject: [PATCH 5/5] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d7171a..482930e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} # yum Update RUN yum update -y -RUN yum update --cve CVE-2021-23841 # Set necessary environment variables for python and python development environment ARG APP_ROOT=/opt/app-root -- GitLab