Skip to content

Commit f093a28

Browse files
author
yenkins-admin
committed
Automated base image update (BUILD pipeline from gdc-docker-images, 2fce51b) Link: https://github.com/gooddata/gdc-docker-images/pull/198 Source commits: * https://github.com/gooddata/gdc-docker-images/commit/1c743e2: SETI-4255: Fix build filter to work with full match In SETI-4098, we started using full regex match instead of a substring one. Definitions of buildOnChangeOf must now match the full path of the changed files. Second part - tools images. Image gdc-java-8-jre changed to harbor.intgdc.com/tools/gdc-java-8-jre:2fce51b
1 parent 6b20bed commit f093a28

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:0dec94a
1+
FROM harbor.intgdc.com/tools/gdc-java-8-jre:2fce51b
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:0dec94a"
9+
LABEL parent_image="harbor.intgdc.com/tools/gdc-java-8-jre:2fce51b"
1010

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

0 commit comments

Comments
 (0)