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 4, 2023
1 parent 299025c commit f95ab78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
matrix:
ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7.6, 3.2.1, jruby-9.1.17, jruby-9.4.1]
steps:
- name: run prepare-env
run: sudo apt update && sudo apt install ruby-dev=1.2.1
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down
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 build-essential ruby-dev \
&& yum clean all \
&& rm -rf /var/cache/yum

Expand Down
1 change: 1 addition & 0 deletions gooddata.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ Gem::Specification.new do |s|
s.add_dependency 'thread_safe'
s.add_dependency 'backports'
s.add_dependency 'tty-spinner'
# s.add_dependency 'bigdecimal', '~> 1.4', '>= 1.4.4'
end

0 comments on commit f95ab78

Please sign in to comment.