File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11microservices :
2- lcm-bricks :
3- docker :
4- dockerfile : ' ./Dockerfile'
5- # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
6- # image when promoteImage configure false
7- promoteImage : false
8- # specifies whether run register pipeline components for the image when promote image. Default always run register
9- # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
10- registerPipelineComponentsWhenPromote : false
11- argumentsFromFiles :
12- BRICKS_VERSION : ' VERSION'
132 lcm-bricks-nextversion :
143 docker :
154 dockerfile : ' ./Dockerfile'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ LABEL git_repository_url="https://github.com/gooddata/gooddata-ruby/"
99LABEL parent_image="020413372491.dkr.ecr.us-east-1.amazonaws.com/tools/gdc-java-11-jre-centos9:202501070635.05b6a77"
1010
1111# which is required by RVM
12- RUN yum install -y which patch make unzip gnupg git maven procps gzip \
12+ RUN yum install -y gcc gcc-c++ which patch make unzip gnupg git maven procps gzip \
1313 && yum clean all \
1414 && rm -rf /var/cache/yum
1515
You can’t perform that action at this time.
0 commit comments