Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .gdc-ii-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
microservices:
lcm-bricks:
docker:
dockerfile: './Dockerfile'
# specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
# image when promoteImage configure false
promoteImage: false
# specifies whether run register pipeline components for the image when promote image. Default always run register
# pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
registerPipelineComponentsWhenPromote: false
argumentsFromFiles:
BRICKS_VERSION: 'VERSION'
# lcm-bricks:
# docker:
# dockerfile: './Dockerfile'
# # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
# # image when promoteImage configure false
# promoteImage: false
# # specifies whether run register pipeline components for the image when promote image. Default always run register
# # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
# registerPipelineComponentsWhenPromote: false
# argumentsFromFiles:
# BRICKS_VERSION: 'VERSION'
lcm-bricks-nextversion:
docker:
dockerfile: './Dockerfile'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-9.4.1
ruby-version: jruby-9.4.12.1
bundler-cache: true
- uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
needs: [jruby-gem-release, rubygems-release]
strategy:
matrix:
ruby-version: [3.2.1, jruby-9.4.1]
ruby-version: [3.2.1, jruby-9.4.12.1]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
ruby-version: [2.5, 2.6, 2.7.6, 3.2.1, jruby-9.2.21, jruby-9.3.14, jruby-9.4.1]
ruby-version: [2.5, 2.6, 2.7.6, 3.2.1, jruby-9.2.21, jruby-9.3.14, jruby-9.4.12.1]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM 020413372491.dkr.ecr.us-east-1.amazonaws.com/tools/gdc-java-11-jre-centos9:202501070635.05b6a77

ARG RVM_VERSION=stable
ARG JRUBY_VERSION=9.4.1.0
ARG JRUBY_VERSION=9.4.12.1

LABEL image_name="GDC LCM Bricks"
LABEL maintainer="LCM <lcm@gooddata.com>"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.jruby
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jruby:9.4.1.0
FROM jruby:9.4.12.1

MAINTAINER Tomas Korcak <korczis@gmail.com>

Expand Down