-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "MSF-25372: Upgrade lcm-bricks image to C9S"
This reverts commit 8604905
- Loading branch information
1 parent
13787e1
commit e3ff42a
Showing
2 changed files
with
5 additions
and
5 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-11-jre-centos9:202310031054.5119496 | ||
FROM 020413372491.dkr.ecr.us-east-1.amazonaws.com/tools/gdc-java-8-jre-centos8:202308081603.4a43db3 | ||
|
||
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-11-jre-centos9:202310031054.5119496" | ||
LABEL parent_image="020413372491.dkr.ecr.us-east-1.amazonaws.com/tools/gdc-java-8-jre-centos8:202308081603.4a43db3" | ||
|
||
# which is required by RVM | ||
RUN yum install -y which patch make git maven procps \ | ||
RUN yum install -y curl which patch make git maven procps \ | ||
&& yum clean all \ | ||
&& rm -rf /var/cache/yum | ||
|
||
|
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