-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSF-25372: Upgrade lcm-bricks image to C9S
- Loading branch information
Nguyen Kim Viet
authored and
vietnguyenkim-gooddata
committed
Oct 9, 2023
1 parent
8c434ba
commit dc2d7c2
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-8-jre-centos9:202310031054.5119496 | ||
|
||
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-8-jre-centos9:202310031054.5119496" | ||
|
||
# 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 | ||
|
||
|