Skip to content

Commit

Permalink
Remove unnecessary RUBY_CMD from Ruby images
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 15, 2025
1 parent b130e9b commit 7a2c5d9
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 95 deletions.
2 changes: 1 addition & 1 deletion ci/base-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Custom language specific base images contributed by AppThreat from this [repo](h
Below table summarizes all available container image versions. These images include additional language-specific build tools and development libraries to enable automatic restore and build operations.

| Language | Version | Container Image Tags | Comments |
|----------|--------------------------|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
| -------- | ------------------------ | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Java | 23 | ghcr.io/cyclonedx/cdxgen:master | Default all-in-one container image with all the latest and greatest tools with Node 23 runtime. |
| Java | 23 | ghcr.io/cyclonedx/cdxgen-deno:master | Default all-in-one container image with all the latest and greatest tools with deno runtime. |
| Java | 11 | ghcr.io/cyclonedx/cdxgen-java11-slim:v11, ghcr.io/cyclonedx/cdxgen-java11:v11 | Java 11 version with and without Android 33 SDK. |
Expand Down
1 change: 0 additions & 1 deletion ci/base-images/cdxgen/Dockerfile.ruby25
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ENV CDXGEN_IN_CONTAINER=true \
NODE_COMPILE_CACHE="/opt/cdxgen-node-cache" \
CDXGEN_GEM_HOME="/tmp/gems" \
ATOM_RUBY_HOME=/root/.rbenv/versions/3.4.1 \
RUBY_CMD=/root/.rbenv/versions/3.4.1/bin/ruby \
PYTHONPATH=/opt/pypi
ENV PATH=${PATH}:/usr/local/bin:/opt/pypi/bin:/opt/cdxgen/node_modules/.bin:

Expand Down
1 change: 0 additions & 1 deletion ci/base-images/cdxgen/debian/Dockerfile.ruby26
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ENV CDXGEN_IN_CONTAINER=true \
NODE_COMPILE_CACHE="/opt/cdxgen-node-cache" \
CDXGEN_GEM_HOME="/tmp/gems" \
ATOM_RUBY_HOME=/root/.rbenv/versions/3.4.1 \
RUBY_CMD=/root/.rbenv/versions/3.4.1/bin/ruby \
PYTHONPATH=/opt/pypi
ENV PATH=${PATH}:/usr/local/bin:/opt/pypi/bin:/opt/cdxgen/node_modules/.bin:

Expand Down
1 change: 0 additions & 1 deletion ci/base-images/cdxgen/debian/Dockerfile.ruby33
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ENV CDXGEN_IN_CONTAINER=true \
NODE_COMPILE_CACHE="/opt/cdxgen-node-cache" \
CDXGEN_GEM_HOME="/tmp/gems" \
ATOM_RUBY_HOME=/root/.rbenv/versions/3.4.1 \
RUBY_CMD=/root/.rbenv/versions/3.4.1/bin/ruby \
PYTHONPATH=/opt/pypi
ENV PATH=${PATH}:/usr/local/bin:/opt/pypi/bin:/opt/cdxgen/node_modules/.bin:

Expand Down
Loading

0 comments on commit 7a2c5d9

Please sign in to comment.