Skip to content

Commit

Permalink
MSF-25372: Upgrade lcm-bricks image to C9S
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Kim Viet authored and vietnguyenkim-gooddata committed Oct 9, 2023
1 parent 8c434ba commit 0a6d8b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM 020413372491.dkr.ecr.us-east-1.amazonaws.com/tools/gdc-java-8-jre-centos8:202308081603.4a43db3
FROM 020413372491.dkr.ecr.us-east-1.amazonaws.com/tools/gdc-java-11-jre-centos9:202309111310.cdb8b79

ARG RVM_VERSION=stable
ARG JRUBY_VERSION=9.4.1.0

LABEL image_name="GDC LCM Bricks"
LABEL maintainer="LCM <[email protected]>"
LABEL git_repository_url="https://github.com/gooddata/gooddata-ruby/"
LABEL parent_image="020413372491.dkr.ecr.us-east-1.amazonaws.com/tools/gdc-java-8-jre-centos8:202308081603.4a43db3"
LABEL parent_image="020413372491.dkr.ecr.us-east-1.amazonaws.com/tools/gdc-java-11-jre-centos9:202309111310.cdb8b79"

# which is required by RVM
RUN yum install -y curl which patch make git maven procps \
RUN yum install -y which patch make git maven procps \
&& yum clean all \
&& rm -rf /var/cache/yum

Expand Down

0 comments on commit 0a6d8b1

Please sign in to comment.