@@ -4,7 +4,7 @@ LABEL maintainer="cyclonedx" \
44 org.opencontainers.image.authors="Prabhu Subramanian <
[email protected] >" \
55 org.opencontainers.image.source="https://github.com/cyclonedx/cdxgen" \
66 org.opencontainers.image.url="https://github.com/cyclonedx/cdxgen" \
7- org.opencontainers.image.version="10.10 .x" \
7+ org.opencontainers.image.version="10.11 .x" \
88 org.opencontainers.image.vendor="cyclonedx" \
99 org.opencontainers.image.licenses="Apache-2.0" \
1010 org.opencontainers.image.title="cdxgen" \
@@ -22,7 +22,6 @@ ARG MAVEN_VERSION=3.9.9
2222ARG GRADLE_VERSION=8.10
2323ARG GO_VERSION=1.23.1
2424ARG PYTHON_VERSION=3.12
25- ARG SOURCEKITTEN_VERSION=0.36.0
2625
2726ENV GOPATH=/opt/app-root/go \
2827 JAVA_VERSION=$JAVA_VERSION \
@@ -42,7 +41,7 @@ ENV GOPATH=/opt/app-root/go \
4241 ANDROID_HOME=/opt/android-sdk-linux \
4342 JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF-8" \
4443 GLOBAL_NODE_MODULES_PATH=/root/.cache/deno/npm/registry.npmjs.org \
45- CDXGEN_PLUGINS_DIR=/root/.cache/deno/npm/registry.npmjs.org/@cyclonedx/cdxgen-plugins-bin/1.6.3 /plugins \
44+ CDXGEN_PLUGINS_DIR=/root/.cache/deno/npm/registry.npmjs.org/@cyclonedx/cdxgen-plugins-bin/1.6.4 /plugins \
4645 SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
4746 SWIFT_PLATFORM=$SWIFT_PLATFORM \
4847 SWIFT_BRANCH=$SWIFT_BRANCH \
@@ -111,14 +110,6 @@ RUN set -e; \
111110 && chmod +x /usr/bin/swift \
112111 && rm -rf "$GNUPGHOME" swift.tar.gz.sig swift.tar.gz \
113112 && swift --version \
114- && mkdir -p /opt/kitten \
115- && curl -L https://github.com/jpsim/SourceKitten/releases/download/${SOURCEKITTEN_VERSION}/SourceKitten-${SOURCEKITTEN_VERSION}.tar.gz -o /opt/kitten/SourceKitten.tar.gz \
116- && cd /opt/kitten/ && tar -xvf SourceKitten.tar.gz \
117- && cd /opt/kitten/SourceKitten-${SOURCEKITTEN_VERSION} \
118- && swift build -c release \
119- && cp /opt/kitten/SourceKitten-${SOURCEKITTEN_VERSION}/.build/release/sourcekitten /usr/local/bin/sourcekitten \
120- && cd /root && rm -rf /opt/kitten \
121- && sourcekitten --help \
122113 && microdnf install -y epel-release \
123114 && mkdir -p ${ANDROID_HOME}/cmdline-tools \
124115 && curl -L https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -o ${ANDROID_HOME}/cmdline-tools/android_tools.zip \
0 commit comments