diff --git a/README.md b/README.md index 08580f6..570cf30 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# synopsys-detect-docker +# detect-docker -The source of Dockerfiles for supported Synopsys Detect Docker [images](https://hub.docker.com/r/blackducksoftware/detect/tags?page=1&ordering=last_updated). +The source of Dockerfiles for supported Detect Docker [images](https://hub.docker.com/r/blackducksoftware/detect/tags?page=1&ordering=last_updated). Dockerfiles are organized by java, alpine (operating system), and Detect version. For each combination, there is a supported standard, buildless, and (starting in Detect 7.14.0) iac image. Buildless images automatically configure Detect to be as resilient as possible by setting --detect.accuracy.required=NONE. IaC images use a base OS that is compatible with the scanner that Detect employs for IaC scans. diff --git a/java/11/alpine/3.13/detect/6.9.1/buildless/Dockerfile b/java/11/alpine/3.13/detect/6.9.1/buildless/Dockerfile index 8194e5c..fff885d 100644 --- a/java/11/alpine/3.13/detect/6.9.1/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/6.9.1/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/6.9.1/synopsys-detect-6.9.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/6.9.1/synopsys-detect-6.9.1.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 6.9.1 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/6.9.1/standard/Dockerfile b/java/11/alpine/3.13/detect/6.9.1/standard/Dockerfile index 252e2c4..8afe6d9 100644 --- a/java/11/alpine/3.13/detect/6.9.1/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/6.9.1/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/6.9.1/synopsys-detect-6.9.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/6.9.1/synopsys-detect-6.9.1.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 6.9.1 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.0.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.0.0/buildless/Dockerfile index 3e36824..e44f1e6 100644 --- a/java/11/alpine/3.13/detect/7.0.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.0.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.0.0/synopsys-detect-7.0.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.0.0/synopsys-detect-7.0.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.0.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.0.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.0.0/standard/Dockerfile index 521a13b..5797fd9 100644 --- a/java/11/alpine/3.13/detect/7.0.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.0.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.0.0/synopsys-detect-7.0.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.0.0/synopsys-detect-7.0.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.0.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.1.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.1.0/buildless/Dockerfile index 6fba8e6..a4719c9 100644 --- a/java/11/alpine/3.13/detect/7.1.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.1.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.1.0/synopsys-detect-7.1.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.1.0/synopsys-detect-7.1.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.1.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.1.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.1.0/standard/Dockerfile index a8999a1..2db4724 100644 --- a/java/11/alpine/3.13/detect/7.1.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.1.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.1.0/synopsys-detect-7.1.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.1.0/synopsys-detect-7.1.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.1.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.10.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.10.0/buildless/Dockerfile index ec37bcb..da69c98 100644 --- a/java/11/alpine/3.13/detect/7.10.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.10.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.10.0/synopsys-detect-7.10.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.10.0/synopsys-detect-7.10.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.10.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.10.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.10.0/standard/Dockerfile index da1d112..e230e13 100644 --- a/java/11/alpine/3.13/detect/7.10.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.10.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.10.0/synopsys-detect-7.10.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.10.0/synopsys-detect-7.10.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.10.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.10.0/template/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.10.0/template/buildless/Dockerfile index 829e740..09b6055 100644 --- a/java/11/alpine/3.13/detect/7.10.0/template/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.10.0/template/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect//synopsys-detect-.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect//synopsys-detect-.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.10.0/template/standard/Dockerfile b/java/11/alpine/3.13/detect/7.10.0/template/standard/Dockerfile index 7756027..95cd367 100644 --- a/java/11/alpine/3.13/detect/7.10.0/template/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.10.0/template/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect//synopsys-detect-.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect//synopsys-detect-.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.11.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.11.0/buildless/Dockerfile index c2ad2b5..2ef2361 100644 --- a/java/11/alpine/3.13/detect/7.11.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.11.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.11.0/synopsys-detect-7.11.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.11.0/synopsys-detect-7.11.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.11.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.11.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.11.0/standard/Dockerfile index f755a96..29a7596 100644 --- a/java/11/alpine/3.13/detect/7.11.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.11.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.11.0/synopsys-detect-7.11.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.11.0/synopsys-detect-7.11.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.11.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.11.1/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.11.1/buildless/Dockerfile index 4fd5c81..91a537f 100644 --- a/java/11/alpine/3.13/detect/7.11.1/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.11.1/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.11.1/synopsys-detect-7.11.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.11.1/synopsys-detect-7.11.1.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.11.1 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.11.1/standard/Dockerfile b/java/11/alpine/3.13/detect/7.11.1/standard/Dockerfile index 350c157..fce45ef 100644 --- a/java/11/alpine/3.13/detect/7.11.1/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.11.1/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.11.1/synopsys-detect-7.11.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.11.1/synopsys-detect-7.11.1.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.11.1 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.12.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.12.0/buildless/Dockerfile index f530243..757d36c 100644 --- a/java/11/alpine/3.13/detect/7.12.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.12.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.12.0/synopsys-detect-7.12.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.12.0/synopsys-detect-7.12.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.12.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.12.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.12.0/standard/Dockerfile index cc7ae43..5b3fd0a 100644 --- a/java/11/alpine/3.13/detect/7.12.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.12.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.12.0/synopsys-detect-7.12.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.12.0/synopsys-detect-7.12.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.12.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.12.1/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.12.1/buildless/Dockerfile index ba6df50..71e69a7 100644 --- a/java/11/alpine/3.13/detect/7.12.1/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.12.1/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.12.1/synopsys-detect-7.12.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.12.1/synopsys-detect-7.12.1.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/7.12.1/standard/Dockerfile b/java/11/alpine/3.13/detect/7.12.1/standard/Dockerfile index 3cf4785..c626712 100644 --- a/java/11/alpine/3.13/detect/7.12.1/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.12.1/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.12.1/synopsys-detect-7.12.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.12.1/synopsys-detect-7.12.1.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/7.13.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.13.0/buildless/Dockerfile index 634ace2..d7ffbae 100644 --- a/java/11/alpine/3.13/detect/7.13.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.13.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.13.0/synopsys-detect-7.13.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.13.0/synopsys-detect-7.13.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/7.13.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.13.0/standard/Dockerfile index 229f244..e94a74f 100644 --- a/java/11/alpine/3.13/detect/7.13.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.13.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.13.0/synopsys-detect-7.13.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.13.0/synopsys-detect-7.13.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/7.13.1/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.13.1/buildless/Dockerfile index 70892e8..57ad676 100644 --- a/java/11/alpine/3.13/detect/7.13.1/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.13.1/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.13.1/synopsys-detect-7.13.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.13.1/synopsys-detect-7.13.1.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/7.13.1/standard/Dockerfile b/java/11/alpine/3.13/detect/7.13.1/standard/Dockerfile index 7d7c089..8d7eaab 100644 --- a/java/11/alpine/3.13/detect/7.13.1/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.13.1/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.13.1/synopsys-detect-7.13.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.13.1/synopsys-detect-7.13.1.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/7.13.2/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.13.2/buildless/Dockerfile index 8ad4ee7..859b652 100644 --- a/java/11/alpine/3.13/detect/7.13.2/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.13.2/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.13.2/synopsys-detect-7.13.2.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.13.2/synopsys-detect-7.13.2.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/7.13.2/standard/Dockerfile b/java/11/alpine/3.13/detect/7.13.2/standard/Dockerfile index 0fd5711..8bada91 100644 --- a/java/11/alpine/3.13/detect/7.13.2/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.13.2/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.13.2/synopsys-detect-7.13.2.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.13.2/synopsys-detect-7.13.2.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/7.14.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.14.0/buildless/Dockerfile index 016db82..0393f18 100644 --- a/java/11/alpine/3.13/detect/7.14.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.14.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.14.0/synopsys-detect-7.14.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.14.0/synopsys-detect-7.14.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/7.14.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.14.0/standard/Dockerfile index 7417d72..f4dba12 100644 --- a/java/11/alpine/3.13/detect/7.14.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.14.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.14.0/synopsys-detect-7.14.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.14.0/synopsys-detect-7.14.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/7.2.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.2.0/buildless/Dockerfile index e23e3c2..0e494f1 100644 --- a/java/11/alpine/3.13/detect/7.2.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.2.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.2.0/synopsys-detect-7.2.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.2.0/synopsys-detect-7.2.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.2.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.2.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.2.0/standard/Dockerfile index 863f55c..ab64118 100644 --- a/java/11/alpine/3.13/detect/7.2.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.2.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.2.0/synopsys-detect-7.2.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.2.0/synopsys-detect-7.2.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.2.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.3.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.3.0/buildless/Dockerfile index ff5528f..fabe6a0 100644 --- a/java/11/alpine/3.13/detect/7.3.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.3.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.3.0/synopsys-detect-7.3.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.3.0/synopsys-detect-7.3.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.3.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.3.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.3.0/standard/Dockerfile index a26d1fb..084be01 100644 --- a/java/11/alpine/3.13/detect/7.3.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.3.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.3.0/synopsys-detect-7.3.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.3.0/synopsys-detect-7.3.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.3.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.4.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.4.0/buildless/Dockerfile index 3018060..717fe20 100644 --- a/java/11/alpine/3.13/detect/7.4.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.4.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.4.0/synopsys-detect-7.4.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.4.0/synopsys-detect-7.4.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.4.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.4.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.4.0/standard/Dockerfile index 4ea437f..ac4d2e5 100644 --- a/java/11/alpine/3.13/detect/7.4.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.4.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.4.0/synopsys-detect-7.4.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.4.0/synopsys-detect-7.4.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.4.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.5.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.5.0/buildless/Dockerfile index 559c6c3..c2926bf 100644 --- a/java/11/alpine/3.13/detect/7.5.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.5.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.5.0/synopsys-detect-7.5.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.5.0/synopsys-detect-7.5.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.5.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.5.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.5.0/standard/Dockerfile index 979ddbb..c97fb7a 100644 --- a/java/11/alpine/3.13/detect/7.5.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.5.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.5.0/synopsys-detect-7.5.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.5.0/synopsys-detect-7.5.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.5.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.6.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.6.0/buildless/Dockerfile index 20075cb..be10400 100644 --- a/java/11/alpine/3.13/detect/7.6.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.6.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.6.0/synopsys-detect-7.6.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.6.0/synopsys-detect-7.6.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.6.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.6.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.6.0/standard/Dockerfile index e75e595..30e039e 100644 --- a/java/11/alpine/3.13/detect/7.6.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.6.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.6.0/synopsys-detect-7.6.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.6.0/synopsys-detect-7.6.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.6.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.7.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.7.0/buildless/Dockerfile index 161577b..d20ce9d 100644 --- a/java/11/alpine/3.13/detect/7.7.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.7.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.7.0/synopsys-detect-7.7.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.7.0/synopsys-detect-7.7.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.7.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.7.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.7.0/standard/Dockerfile index 356bb32..195bc40 100644 --- a/java/11/alpine/3.13/detect/7.7.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.7.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.7.0/synopsys-detect-7.7.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.7.0/synopsys-detect-7.7.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.7.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.8.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.8.0/buildless/Dockerfile index bfdf342..467ada3 100644 --- a/java/11/alpine/3.13/detect/7.8.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.8.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.8.0/synopsys-detect-7.8.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.8.0/synopsys-detect-7.8.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.8.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.8.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.8.0/standard/Dockerfile index 3cd96c5..b94f61f 100644 --- a/java/11/alpine/3.13/detect/7.8.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.8.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.8.0/synopsys-detect-7.8.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.8.0/synopsys-detect-7.8.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.8.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.9.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/7.9.0/buildless/Dockerfile index 5062659..5d7392e 100644 --- a/java/11/alpine/3.13/detect/7.9.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/7.9.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.9.0/synopsys-detect-7.9.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.9.0/synopsys-detect-7.9.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.9.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/7.9.0/standard/Dockerfile b/java/11/alpine/3.13/detect/7.9.0/standard/Dockerfile index a15bc68..c43dc72 100644 --- a/java/11/alpine/3.13/detect/7.9.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/7.9.0/standard/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.9.0/synopsys-detect-7.9.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.9.0/synopsys-detect-7.9.0.jar RUN curl --silent -w "%{http_code}" -L -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE} \ && if [[ ! -f /synopsys-detect.jar ]]; then echo "Unable to download Detect 7.9.0 jar" && exit -1 ; fi diff --git a/java/11/alpine/3.13/detect/8.0.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.0.0/buildless/Dockerfile index 7dec931..57aeb09 100644 --- a/java/11/alpine/3.13/detect/8.0.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.0.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.0.0/synopsys-detect-8.0.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.0.0/synopsys-detect-8.0.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.0.0/standard/Dockerfile b/java/11/alpine/3.13/detect/8.0.0/standard/Dockerfile index 0b81fed..e720279 100644 --- a/java/11/alpine/3.13/detect/8.0.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.0.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.0.0/synopsys-detect-8.0.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.0.0/synopsys-detect-8.0.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.1.1/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.1.1/buildless/Dockerfile index 5f11e7e..b77460b 100644 --- a/java/11/alpine/3.13/detect/8.1.1/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.1.1/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.1.1/synopsys-detect-8.1.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.1.1/synopsys-detect-8.1.1.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.1.1/standard/Dockerfile b/java/11/alpine/3.13/detect/8.1.1/standard/Dockerfile index 0c2d479..6a534a7 100644 --- a/java/11/alpine/3.13/detect/8.1.1/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.1.1/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.1.1/synopsys-detect-8.1.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.1.1/synopsys-detect-8.1.1.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.10.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.10.0/buildless/Dockerfile index bd61a5b..603cbb0 100644 --- a/java/11/alpine/3.13/detect/8.10.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.10.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.10.0/synopsys-detect-8.10.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.10.0/synopsys-detect-8.10.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.10.0/standard/Dockerfile b/java/11/alpine/3.13/detect/8.10.0/standard/Dockerfile index 1f44f8d..ce64d5d 100644 --- a/java/11/alpine/3.13/detect/8.10.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.10.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.10.0/synopsys-detect-8.10.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.10.0/synopsys-detect-8.10.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.11.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.11.0/buildless/Dockerfile index 32e88d0..021e362 100644 --- a/java/11/alpine/3.13/detect/8.11.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.11.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.11.0/synopsys-detect-8.11.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.11.0/synopsys-detect-8.11.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.11.0/standard/Dockerfile b/java/11/alpine/3.13/detect/8.11.0/standard/Dockerfile index 9f81e10..2951ff2 100644 --- a/java/11/alpine/3.13/detect/8.11.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.11.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.11.0/synopsys-detect-8.11.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.11.0/synopsys-detect-8.11.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.11.1/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.11.1/buildless/Dockerfile index fcd35b5..3dc15a4 100644 --- a/java/11/alpine/3.13/detect/8.11.1/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.11.1/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.11.1/synopsys-detect-8.11.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.11.1/synopsys-detect-8.11.1.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.11.1/standard/Dockerfile b/java/11/alpine/3.13/detect/8.11.1/standard/Dockerfile index ee9591b..69d3094 100644 --- a/java/11/alpine/3.13/detect/8.11.1/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.11.1/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.11.1/synopsys-detect-8.11.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.11.1/synopsys-detect-8.11.1.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.2.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.2.0/buildless/Dockerfile index f2437b2..f5547bc 100644 --- a/java/11/alpine/3.13/detect/8.2.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.2.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.2.0/synopsys-detect-8.2.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.2.0/synopsys-detect-8.2.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.2.0/standard/Dockerfile b/java/11/alpine/3.13/detect/8.2.0/standard/Dockerfile index f11ad0f..c68dbde 100644 --- a/java/11/alpine/3.13/detect/8.2.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.2.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.2.0/synopsys-detect-8.2.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.2.0/synopsys-detect-8.2.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.3.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.3.0/buildless/Dockerfile index a8cf50b..5bbb4bf 100644 --- a/java/11/alpine/3.13/detect/8.3.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.3.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.3.0/synopsys-detect-8.3.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.3.0/synopsys-detect-8.3.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.3.0/standard/Dockerfile b/java/11/alpine/3.13/detect/8.3.0/standard/Dockerfile index 01556c9..598a0f5 100644 --- a/java/11/alpine/3.13/detect/8.3.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.3.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.3.0/synopsys-detect-8.3.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.3.0/synopsys-detect-8.3.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.4.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.4.0/buildless/Dockerfile index 19d11dc..ab58fc8 100644 --- a/java/11/alpine/3.13/detect/8.4.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.4.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.4.0/synopsys-detect-8.4.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.4.0/synopsys-detect-8.4.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.4.0/standard/Dockerfile b/java/11/alpine/3.13/detect/8.4.0/standard/Dockerfile index 51ca723..ccd2e6d 100644 --- a/java/11/alpine/3.13/detect/8.4.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.4.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.4.0/synopsys-detect-8.4.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.4.0/synopsys-detect-8.4.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.5.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.5.0/buildless/Dockerfile index 3abde90..187bed0 100644 --- a/java/11/alpine/3.13/detect/8.5.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.5.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.5.0/synopsys-detect-8.5.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.5.0/synopsys-detect-8.5.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.5.0/standard/Dockerfile b/java/11/alpine/3.13/detect/8.5.0/standard/Dockerfile index 7a2d7d0..fcdd97c 100644 --- a/java/11/alpine/3.13/detect/8.5.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.5.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.5.0/synopsys-detect-8.5.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.5.0/synopsys-detect-8.5.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.6.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.6.0/buildless/Dockerfile index 3c37aa8..a1c1508 100644 --- a/java/11/alpine/3.13/detect/8.6.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.6.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.6.0/synopsys-detect-8.6.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.6.0/synopsys-detect-8.6.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.6.0/standard/Dockerfile b/java/11/alpine/3.13/detect/8.6.0/standard/Dockerfile index d7981b5..173e093 100644 --- a/java/11/alpine/3.13/detect/8.6.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.6.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.6.0/synopsys-detect-8.6.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.6.0/synopsys-detect-8.6.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.7.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.7.0/buildless/Dockerfile index edd4262..0b65a72 100644 --- a/java/11/alpine/3.13/detect/8.7.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.7.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.7.0/synopsys-detect-8.7.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.7.0/synopsys-detect-8.7.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.7.0/standard/Dockerfile b/java/11/alpine/3.13/detect/8.7.0/standard/Dockerfile index a371f01..7246037 100644 --- a/java/11/alpine/3.13/detect/8.7.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.7.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.7.0/synopsys-detect-8.7.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.7.0/synopsys-detect-8.7.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.8.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.8.0/buildless/Dockerfile index 078e739..8ac1218 100644 --- a/java/11/alpine/3.13/detect/8.8.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.8.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.8.0/synopsys-detect-8.8.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.8.0/synopsys-detect-8.8.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.8.0/standard/Dockerfile b/java/11/alpine/3.13/detect/8.8.0/standard/Dockerfile index c20b8b2..cb3a1a0 100644 --- a/java/11/alpine/3.13/detect/8.8.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.8.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.8.0/synopsys-detect-8.8.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.8.0/synopsys-detect-8.8.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.9.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/8.9.0/buildless/Dockerfile index affe274..61ce094 100644 --- a/java/11/alpine/3.13/detect/8.9.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/8.9.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.9.0/synopsys-detect-8.9.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.9.0/synopsys-detect-8.9.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/8.9.0/standard/Dockerfile b/java/11/alpine/3.13/detect/8.9.0/standard/Dockerfile index 88bd498..765692f 100644 --- a/java/11/alpine/3.13/detect/8.9.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/8.9.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.9.0/synopsys-detect-8.9.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.9.0/synopsys-detect-8.9.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.0.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/9.0.0/buildless/Dockerfile index 067f4f7..0f0db9e 100644 --- a/java/11/alpine/3.13/detect/9.0.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/9.0.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.0.0/synopsys-detect-9.0.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.0.0/synopsys-detect-9.0.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.0.0/standard/Dockerfile b/java/11/alpine/3.13/detect/9.0.0/standard/Dockerfile index d0a6c3a..dd8b321 100644 --- a/java/11/alpine/3.13/detect/9.0.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/9.0.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.0.0/synopsys-detect-9.0.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.0.0/synopsys-detect-9.0.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.1.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/9.1.0/buildless/Dockerfile index d9de574..18491c5 100644 --- a/java/11/alpine/3.13/detect/9.1.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/9.1.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.1.0/synopsys-detect-9.1.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.1.0/synopsys-detect-9.1.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.1.0/standard/Dockerfile b/java/11/alpine/3.13/detect/9.1.0/standard/Dockerfile index 67a9a61..ace54fa 100644 --- a/java/11/alpine/3.13/detect/9.1.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/9.1.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.1.0/synopsys-detect-9.1.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.1.0/synopsys-detect-9.1.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.10.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/9.10.0/buildless/Dockerfile index b08423b..e0db169 100644 --- a/java/11/alpine/3.13/detect/9.10.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/9.10.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.10.0/synopsys-detect-9.10.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.10.0/synopsys-detect-9.10.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.10.0/standard/Dockerfile b/java/11/alpine/3.13/detect/9.10.0/standard/Dockerfile index 8e4f899..9f15ce0 100644 --- a/java/11/alpine/3.13/detect/9.10.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/9.10.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.10.0/synopsys-detect-9.10.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.10.0/synopsys-detect-9.10.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.2.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/9.2.0/buildless/Dockerfile index 066df19..d74d202 100644 --- a/java/11/alpine/3.13/detect/9.2.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/9.2.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.2.0/synopsys-detect-9.2.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.2.0/synopsys-detect-9.2.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.2.0/standard/Dockerfile b/java/11/alpine/3.13/detect/9.2.0/standard/Dockerfile index 6aeb44a..8b87235 100644 --- a/java/11/alpine/3.13/detect/9.2.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/9.2.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.2.0/synopsys-detect-9.2.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.2.0/synopsys-detect-9.2.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.3.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/9.3.0/buildless/Dockerfile index a1f6cce..03580c5 100644 --- a/java/11/alpine/3.13/detect/9.3.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/9.3.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.3.0/synopsys-detect-9.3.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.3.0/synopsys-detect-9.3.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.3.0/standard/Dockerfile b/java/11/alpine/3.13/detect/9.3.0/standard/Dockerfile index d2f8b51..52f32dc 100644 --- a/java/11/alpine/3.13/detect/9.3.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/9.3.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.3.0/synopsys-detect-9.3.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.3.0/synopsys-detect-9.3.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.4.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/9.4.0/buildless/Dockerfile index a7dd6e0..e45fafc 100644 --- a/java/11/alpine/3.13/detect/9.4.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/9.4.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.4.0/synopsys-detect-9.4.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.4.0/synopsys-detect-9.4.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.4.0/standard/Dockerfile b/java/11/alpine/3.13/detect/9.4.0/standard/Dockerfile index e00ef79..6d2e415 100644 --- a/java/11/alpine/3.13/detect/9.4.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/9.4.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.4.0/synopsys-detect-9.4.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.4.0/synopsys-detect-9.4.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.5.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/9.5.0/buildless/Dockerfile index b88ba01..267bd34 100644 --- a/java/11/alpine/3.13/detect/9.5.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/9.5.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.5.0/synopsys-detect-9.5.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.5.0/synopsys-detect-9.5.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.5.0/standard/Dockerfile b/java/11/alpine/3.13/detect/9.5.0/standard/Dockerfile index 8533e51..ffe5536 100644 --- a/java/11/alpine/3.13/detect/9.5.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/9.5.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.5.0/synopsys-detect-9.5.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.5.0/synopsys-detect-9.5.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.6.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/9.6.0/buildless/Dockerfile index b8c3c2c..be855a4 100644 --- a/java/11/alpine/3.13/detect/9.6.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/9.6.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.6.0/synopsys-detect-9.6.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.6.0/synopsys-detect-9.6.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.6.0/standard/Dockerfile b/java/11/alpine/3.13/detect/9.6.0/standard/Dockerfile index af9f2a5..7a6b713 100644 --- a/java/11/alpine/3.13/detect/9.6.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/9.6.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.6.0/synopsys-detect-9.6.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.6.0/synopsys-detect-9.6.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.7.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/9.7.0/buildless/Dockerfile index dc25653..7ee8068 100644 --- a/java/11/alpine/3.13/detect/9.7.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/9.7.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.7.0/synopsys-detect-9.7.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.7.0/synopsys-detect-9.7.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.7.0/standard/Dockerfile b/java/11/alpine/3.13/detect/9.7.0/standard/Dockerfile index 49c29c0..11d6a4a 100644 --- a/java/11/alpine/3.13/detect/9.7.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/9.7.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.7.0/synopsys-detect-9.7.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.7.0/synopsys-detect-9.7.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.8.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/9.8.0/buildless/Dockerfile index 5703373..81eac3b 100644 --- a/java/11/alpine/3.13/detect/9.8.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/9.8.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.8.0/synopsys-detect-9.8.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.8.0/synopsys-detect-9.8.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.8.0/standard/Dockerfile b/java/11/alpine/3.13/detect/9.8.0/standard/Dockerfile index 7178292..0747c16 100644 --- a/java/11/alpine/3.13/detect/9.8.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/9.8.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.8.0/synopsys-detect-9.8.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.8.0/synopsys-detect-9.8.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.9.0/buildless/Dockerfile b/java/11/alpine/3.13/detect/9.9.0/buildless/Dockerfile index f39740e..d0ba619 100644 --- a/java/11/alpine/3.13/detect/9.9.0/buildless/Dockerfile +++ b/java/11/alpine/3.13/detect/9.9.0/buildless/Dockerfile @@ -10,7 +10,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.9.0/synopsys-detect-9.9.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.9.0/synopsys-detect-9.9.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/alpine/3.13/detect/9.9.0/standard/Dockerfile b/java/11/alpine/3.13/detect/9.9.0/standard/Dockerfile index 928355a..b26d5c5 100644 --- a/java/11/alpine/3.13/detect/9.9.0/standard/Dockerfile +++ b/java/11/alpine/3.13/detect/9.9.0/standard/Dockerfile @@ -13,7 +13,7 @@ ENV BDS_JAVA_HOME=/usr/lib/jvm/java-11-openjdk # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.9.0/synopsys-detect-9.9.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.9.0/synopsys-detect-9.9.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/7.14.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/7.14.0/iac/Dockerfile index 3074341..3b41dd4 100644 --- a/java/11/ubuntu/22.10/detect/7.14.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/7.14.0/iac/Dockerfile @@ -16,7 +16,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.14.0/synopsys-detect-7.14.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/7.14.0/synopsys-detect-7.14.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/8.10.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/8.10.0/iac/Dockerfile index 17fa3ca..8b52e66 100644 --- a/java/11/ubuntu/22.10/detect/8.10.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/8.10.0/iac/Dockerfile @@ -18,7 +18,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.10.0/synopsys-detect-8.10.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.10.0/synopsys-detect-8.10.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/8.11.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/8.11.0/iac/Dockerfile index 7f2952e..2f822ae 100644 --- a/java/11/ubuntu/22.10/detect/8.11.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/8.11.0/iac/Dockerfile @@ -18,7 +18,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.11.0/synopsys-detect-8.11.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.11.0/synopsys-detect-8.11.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/8.11.1/iac/Dockerfile b/java/11/ubuntu/22.10/detect/8.11.1/iac/Dockerfile index 9412513..422d6a0 100644 --- a/java/11/ubuntu/22.10/detect/8.11.1/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/8.11.1/iac/Dockerfile @@ -19,7 +19,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.11.1/synopsys-detect-8.11.1.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.11.1/synopsys-detect-8.11.1.jar RUN wget -O /synopsys-detect.jar --server-response ${DETECT_SOURCE} diff --git a/java/11/ubuntu/22.10/detect/8.2.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/8.2.0/iac/Dockerfile index 5d44fc9..53947d9 100644 --- a/java/11/ubuntu/22.10/detect/8.2.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/8.2.0/iac/Dockerfile @@ -16,7 +16,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.2.0/synopsys-detect-8.2.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.2.0/synopsys-detect-8.2.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/8.3.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/8.3.0/iac/Dockerfile index 442a759..aa7d570 100644 --- a/java/11/ubuntu/22.10/detect/8.3.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/8.3.0/iac/Dockerfile @@ -16,7 +16,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.3.0/synopsys-detect-8.3.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.3.0/synopsys-detect-8.3.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/8.4.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/8.4.0/iac/Dockerfile index 35c188f..e5c1d3d 100644 --- a/java/11/ubuntu/22.10/detect/8.4.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/8.4.0/iac/Dockerfile @@ -16,7 +16,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.4.0/synopsys-detect-8.4.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.4.0/synopsys-detect-8.4.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/8.5.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/8.5.0/iac/Dockerfile index 39da3d3..4e78924 100644 --- a/java/11/ubuntu/22.10/detect/8.5.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/8.5.0/iac/Dockerfile @@ -16,7 +16,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.5.0/synopsys-detect-8.5.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.5.0/synopsys-detect-8.5.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/8.6.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/8.6.0/iac/Dockerfile index 13ca104..59b68f7 100644 --- a/java/11/ubuntu/22.10/detect/8.6.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/8.6.0/iac/Dockerfile @@ -16,7 +16,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.6.0/synopsys-detect-8.6.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.6.0/synopsys-detect-8.6.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/8.7.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/8.7.0/iac/Dockerfile index 1bf8497..71c5f30 100644 --- a/java/11/ubuntu/22.10/detect/8.7.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/8.7.0/iac/Dockerfile @@ -16,7 +16,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.7.0/synopsys-detect-8.7.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.7.0/synopsys-detect-8.7.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/8.8.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/8.8.0/iac/Dockerfile index e7e30dc..7af69a2 100644 --- a/java/11/ubuntu/22.10/detect/8.8.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/8.8.0/iac/Dockerfile @@ -16,7 +16,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.8.0/synopsys-detect-8.8.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.8.0/synopsys-detect-8.8.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/8.9.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/8.9.0/iac/Dockerfile index 19507aa..4cbec7a 100644 --- a/java/11/ubuntu/22.10/detect/8.9.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/8.9.0/iac/Dockerfile @@ -18,7 +18,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.9.0/synopsys-detect-8.9.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/8.9.0/synopsys-detect-8.9.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/9.0.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/9.0.0/iac/Dockerfile index 69325a6..2694273 100644 --- a/java/11/ubuntu/22.10/detect/9.0.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/9.0.0/iac/Dockerfile @@ -18,7 +18,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.0.0/synopsys-detect-9.0.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.0.0/synopsys-detect-9.0.0.jar RUN if [ $(curl --silent -L -w '%{http_code}' -o /synopsys-detect.jar --create-dirs ${DETECT_SOURCE}) != "200" ]; then echo "Unable to download Detect jar from ${DETECT_SOURCE}"; exit 1; fi diff --git a/java/11/ubuntu/22.10/detect/9.1.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/9.1.0/iac/Dockerfile index 24ae77c..9605e28 100644 --- a/java/11/ubuntu/22.10/detect/9.1.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/9.1.0/iac/Dockerfile @@ -19,7 +19,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.1.0/synopsys-detect-9.1.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.1.0/synopsys-detect-9.1.0.jar RUN wget -O /synopsys-detect.jar --server-response ${DETECT_SOURCE} diff --git a/java/11/ubuntu/22.10/detect/9.10.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/9.10.0/iac/Dockerfile index 14e2e4a..559d366 100644 --- a/java/11/ubuntu/22.10/detect/9.10.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/9.10.0/iac/Dockerfile @@ -19,7 +19,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.10.0/synopsys-detect-9.10.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.10.0/synopsys-detect-9.10.0.jar RUN wget -O /synopsys-detect.jar --server-response ${DETECT_SOURCE} diff --git a/java/11/ubuntu/22.10/detect/9.2.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/9.2.0/iac/Dockerfile index 7895bf7..17c02b8 100644 --- a/java/11/ubuntu/22.10/detect/9.2.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/9.2.0/iac/Dockerfile @@ -19,7 +19,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.2.0/synopsys-detect-9.2.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.2.0/synopsys-detect-9.2.0.jar RUN wget -O /synopsys-detect.jar --server-response ${DETECT_SOURCE} diff --git a/java/11/ubuntu/22.10/detect/9.3.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/9.3.0/iac/Dockerfile index 3f8ea4b..d62778c 100644 --- a/java/11/ubuntu/22.10/detect/9.3.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/9.3.0/iac/Dockerfile @@ -19,7 +19,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.3.0/synopsys-detect-9.3.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.3.0/synopsys-detect-9.3.0.jar RUN wget -O /synopsys-detect.jar --server-response ${DETECT_SOURCE} diff --git a/java/11/ubuntu/22.10/detect/9.4.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/9.4.0/iac/Dockerfile index 034a2f1..3935e0e 100644 --- a/java/11/ubuntu/22.10/detect/9.4.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/9.4.0/iac/Dockerfile @@ -19,7 +19,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.4.0/synopsys-detect-9.4.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.4.0/synopsys-detect-9.4.0.jar RUN wget -O /synopsys-detect.jar --server-response ${DETECT_SOURCE} diff --git a/java/11/ubuntu/22.10/detect/9.5.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/9.5.0/iac/Dockerfile index 58c81fa..3e4595d 100644 --- a/java/11/ubuntu/22.10/detect/9.5.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/9.5.0/iac/Dockerfile @@ -19,7 +19,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.5.0/synopsys-detect-9.5.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.5.0/synopsys-detect-9.5.0.jar RUN wget -O /synopsys-detect.jar --server-response ${DETECT_SOURCE} diff --git a/java/11/ubuntu/22.10/detect/9.6.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/9.6.0/iac/Dockerfile index 00f7357..516b3c6 100644 --- a/java/11/ubuntu/22.10/detect/9.6.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/9.6.0/iac/Dockerfile @@ -19,7 +19,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.6.0/synopsys-detect-9.6.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.6.0/synopsys-detect-9.6.0.jar RUN wget -O /synopsys-detect.jar --server-response ${DETECT_SOURCE} diff --git a/java/11/ubuntu/22.10/detect/9.7.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/9.7.0/iac/Dockerfile index bd41339..68d1d12 100644 --- a/java/11/ubuntu/22.10/detect/9.7.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/9.7.0/iac/Dockerfile @@ -19,7 +19,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.7.0/synopsys-detect-9.7.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.7.0/synopsys-detect-9.7.0.jar RUN wget -O /synopsys-detect.jar --server-response ${DETECT_SOURCE} diff --git a/java/11/ubuntu/22.10/detect/9.8.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/9.8.0/iac/Dockerfile index 773b11c..8c14a8c 100644 --- a/java/11/ubuntu/22.10/detect/9.8.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/9.8.0/iac/Dockerfile @@ -19,7 +19,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.8.0/synopsys-detect-9.8.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.8.0/synopsys-detect-9.8.0.jar RUN wget -O /synopsys-detect.jar --server-response ${DETECT_SOURCE} diff --git a/java/11/ubuntu/22.10/detect/9.9.0/iac/Dockerfile b/java/11/ubuntu/22.10/detect/9.9.0/iac/Dockerfile index 90d69ab..841d738 100644 --- a/java/11/ubuntu/22.10/detect/9.9.0/iac/Dockerfile +++ b/java/11/ubuntu/22.10/detect/9.9.0/iac/Dockerfile @@ -19,7 +19,7 @@ ENV LC_ALL en_US.UTF-8 # Download Detect jar -ARG DETECT_SOURCE=https://sig-repo.synopsys.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.9.0/synopsys-detect-9.9.0.jar +ARG DETECT_SOURCE=https://repo.blackduck.com/artifactory/bds-integrations-release/com/synopsys/integration/synopsys-detect/9.9.0/synopsys-detect-9.9.0.jar RUN wget -O /synopsys-detect.jar --server-response ${DETECT_SOURCE}