Skip to content

Commit 44eb6b5

Browse files
author
yenkins-admin
committed
Automated base image update (BUILD pipeline from gdc-docker-images, 89999e9) Link: https://github.com/gooddata/gdc-docker-images/pull/316 Source commits: * https://github.com/gooddata/gdc-docker-images/commit/0873043: Automated base image update (BUILD pipeline from gdc-docker-images, ceb6181) Link: https://github.com/gooddata/gdc-docker-images/pull/315 Source commits: * https://github.com/gooddata/gdc-docker-images/commit/8d131a6: PC-2829: Add CentOS 7.9 image Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com> Image gdc-base-centos changed to harbor.intgdc.com/base/gdc-base-centos:ceb6181 * https://github.com/gooddata/gdc-docker-images/commit/163f09c: PC-2829: Update Java to 7.9 version Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com> * https://github.com/gooddata/gdc-docker-images/commit/18e01b7: PC-2829: Fixup pc image Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com> * https://github.com/gooddata/gdc-docker-images/commit/f2f7c60: PC-2829: Fixup perl image Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com> * https://github.com/gooddata/gdc-docker-images/commit/394ccda: PC-2829: Fixup python3.6 image Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com> * https://github.com/gooddata/gdc-docker-images/commit/617e7f2: PC-2829: Fixup python2.7 image Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com> * https://github.com/gooddata/gdc-docker-images/commit/db908c3: PC-2829: Fixup tox image Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com> * https://github.com/gooddata/gdc-docker-images/commit/c6a2160: PC-2829: Fixup java8 images Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com> * https://github.com/gooddata/gdc-docker-images/commit/9b76cb0: PC-2829: Fixup lorax image Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com> * https://github.com/gooddata/gdc-docker-images/commit/5eec78e: fixup! PC-2829: Fixup pc image Image gdc-java-8-jre changed to harbor.intgdc.com/tools/gdc-java-8-jre:89999e9
1 parent 4751afc commit 44eb6b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM harbor.intgdc.com/tools/gdc-java-8-jre:2fce51b
1+
FROM harbor.intgdc.com/tools/gdc-java-8-jre:89999e9
22

33
ARG RVM_VERSION=stable
44
ARG JRUBY_VERSION=9.2.5.0
55

66
LABEL image_name="GDC LCM Bricks"
77
LABEL maintainer="LCM <lcm@gooddata.com>"
88
LABEL git_repository_url="https://github.com/gooddata/gooddata-ruby/"
9-
LABEL parent_image="harbor.intgdc.com/tools/gdc-java-8-jre:2fce51b"
9+
LABEL parent_image="harbor.intgdc.com/tools/gdc-java-8-jre:89999e9"
1010

1111
# which is required by RVM
1212
RUN yum install -y curl which patch make git maven \

0 commit comments

Comments
 (0)