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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/6.9.1/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/6.9.1/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.0.0/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.0.0/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.1.0/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.1.0/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.10.0/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.10.0/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/<detectVersion>/synopsys-detect-<detectVersion>.jar
ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/<detectVersion>/synopsys-detect-<detectVersion>.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 <detectVersion> jar" && exit -1 ; fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/<detectVersion>/synopsys-detect-<detectVersion>.jar
ARG DETECT_SOURCE=https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/<detectVersion>/synopsys-detect-<detectVersion>.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 <detectVersion> jar" && exit -1 ; fi
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.11.0/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.11.0/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.11.1/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.11.1/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.12.0/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.12.0/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.12.1/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.12.1/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.13.0/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.13.0/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.13.1/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.13.1/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.13.2/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.13.2/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.14.0/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.14.0/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.2.0/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.2.0/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.3.0/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.3.0/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.4.0/buildless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion java/11/alpine/3.13/detect/7.4.0/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading