From 9c3edff3a358115d60ca88244e83f749736f67c4 Mon Sep 17 00:00:00 2001 From: yenkins-admin Date: Fri, 4 Feb 2022 15:56:23 +0700 Subject: [PATCH] Automated base image update (BUILD pipeline from gdc-docker-images, 452e95a) Link: https://github.com/gooddata/gdc-docker-images/pull/599 Source commits: * https://github.com/gooddata/gdc-docker-images/commit/24a77bc: Automated base image update (BUILD pipeline from gdc-docker-images, 7307f79) Link: https://github.com/gooddata/gdc-docker-images/pull/598 Source commits: * https://github.com/gooddata/gdc-docker-images/commit/c477ca7: COPS-67: Update C8S image to version 20220131 Image gdc-c8s-base changed to harbor.intgdc.com/base/gdc-c8s-base:7307f79 Image gdc-java-8-jre-centos8 changed to harbor.intgdc.com/tools/gdc-java-8-jre-centos8:452e95a --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 223b4edf8..e8e429e9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM harbor.intgdc.com/tools/gdc-java-8-jre-centos8:6c54afc +FROM harbor.intgdc.com/tools/gdc-java-8-jre-centos8:452e95a ARG RVM_VERSION=stable ARG JRUBY_VERSION=9.2.5.0 @@ -6,7 +6,7 @@ ARG JRUBY_VERSION=9.2.5.0 LABEL image_name="GDC LCM Bricks" LABEL maintainer="LCM " LABEL git_repository_url="https://github.com/gooddata/gooddata-ruby/" -LABEL parent_image="harbor.intgdc.com/tools/gdc-java-8-jre-centos8:6c54afc" +LABEL parent_image="harbor.intgdc.com/tools/gdc-java-8-jre-centos8:452e95a" # which is required by RVM RUN yum install -y curl which patch make git maven procps \