From 38880b3364a8f1878a67139d3814ea0839fa6768 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" Date: Tue, 28 May 2024 17:58:12 +0000 Subject: [PATCH 1/2] chore(deps): pin centos docker tag to a27fd80 --- ae5_tools/Dockerfile.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ae5_tools/Dockerfile.dist b/ae5_tools/Dockerfile.dist index c1ab8843..dfca0cfc 100644 --- a/ae5_tools/Dockerfile.dist +++ b/ae5_tools/Dockerfile.dist @@ -1,6 +1,6 @@ # The base image is flexible; it simply needs to be able # to support Anaconda-built glibc binaries. -FROM centos:8 +FROM centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 # Miniconda is a minimal Python environment, consisting only of Python # and the conda package manager. Instead of hosting it in the same directory From bf3c04bb1d3da410070307523d20470d6edc194a Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Tue, 28 May 2024 20:00:32 +0200 Subject: [PATCH 2/2] Update Dockerfile.dist --- ae5_tools/Dockerfile.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ae5_tools/Dockerfile.dist b/ae5_tools/Dockerfile.dist index dfca0cfc..c76cc7ea 100644 --- a/ae5_tools/Dockerfile.dist +++ b/ae5_tools/Dockerfile.dist @@ -1,6 +1,6 @@ # The base image is flexible; it simply needs to be able # to support Anaconda-built glibc binaries. -FROM centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 +FROM centos:8.4.2105@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 # Miniconda is a minimal Python environment, consisting only of Python # and the conda package manager. Instead of hosting it in the same directory @@ -30,4 +30,4 @@ RUN tar xfz project.tar.gz --strip-components=1 && \ rm -rf ~/.conda project.tar.gz # The CMD layer will be added by AE5-tools to execute the default -# or desired command over port 8086 \ No newline at end of file +# or desired command over port 8086