-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated application to latest version
- Loading branch information
1 parent
f56bbf2
commit 7db5307
Showing
32 changed files
with
45 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} | |
LABEL name="Solutions Delivery Platform: Jenkins Master" \ | ||
maintainer="[email protected]" \ | ||
vendor="Booz Allen Hamilton" \ | ||
version="2.249.1" \ | ||
release="2.249.1" \ | ||
version="2.263.1" \ | ||
release="2.263.1" \ | ||
summary="A Jenkins Master container" \ | ||
description="The Jenkins Master container image for the Solutions Delivery Platform" | ||
|
||
|
@@ -35,12 +35,12 @@ ENV JENKINS_SLAVE_AGENT_PORT ${agent_port} | |
ENV REF $REF | ||
|
||
# Use tini as subreaper in Docker container to adopt zombie processes | ||
ARG SDP_BUILD_DEPENDENCY_VERSION=dcar-1.6 | ||
ARG SDP_BUILD_DEPENDENCY_VERSION=dcar-1.7 | ||
ARG TINI_VERSION=v0.19.0 | ||
|
||
# jenkins version being bundled in this docker image | ||
ARG JENKINS_VERSION | ||
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.249.1} | ||
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.263.1} | ||
|
||
# Jenkins is run with user `jenkins`, uid = 1000 | ||
# If you bind mount a volume from the host or a data container, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
jenkins/kubernetes/prebuild/jenkins-dependencies-dcar-1.6.sha256
This file was deleted.
Oops, something went wrong.
Binary file not shown.
1 change: 1 addition & 0 deletions
1
jenkins/kubernetes/prebuild/jenkins-dependencies-dcar-1.7.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
89483cae37e179bfe1c645be1a9e1c2928374fd266734588c4d79273f0cbf242 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
templating-engine:1.7.1 | ||
mailer:1.32.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# This software package is licensed under the Booz Allen Public License. The license can be found in the License file or at http://boozallen.github.io/licenses/bapl | ||
ARG BASE_REGISTRY=registry.access.redhat.com | ||
ARG BASE_IMAGE=ubi8/ubi | ||
ARG BASE_TAG=8.2 | ||
ARG BASE_TAG=8.3 | ||
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} | ||
MAINTAINER [email protected] | ||
|
||
|
@@ -15,7 +15,7 @@ LABEL name="Solutions Delivery Platform: Helm" \ | |
summary="A container used by the openshift and kubernetes libraries within the Solutions Delivery Platform" \ | ||
description="A container used by the openshift and kubernetes libraries within the Solutions Delivery Platform" | ||
|
||
ARG SDP_BUILD_DEPENDENCY_VERSION=dcar-1.4 | ||
ARG SDP_BUILD_DEPENDENCY_VERSION=dcar-1.7 | ||
ARG user=sdp | ||
ARG group=sdp | ||
ARG uid=1000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a68209d455917dec1c76bee1f88e92b8b4942a4f64f204fc34715e8ff56dda8a |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
ARG BASE_REGISTRY=registry.access.redhat.com | ||
ARG BASE_IMAGE=ubi8/ubi | ||
ARG BASE_TAG=8.2 | ||
ARG BASE_TAG=8.3 | ||
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} | ||
|
||
### Required Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels | ||
LABEL name="Solutions Delivery Platform: Jenkins Agent" \ | ||
maintainer="[email protected]" \ | ||
vendor="Booz Allen Hamilton" \ | ||
version="5.3.2" \ | ||
release="5.3.2" \ | ||
version="6.0.3" \ | ||
release="6.0.3" \ | ||
summary="OWASP Dependency Check container" \ | ||
description="The OWASP Dependency Check container image for the Solutions Delivery Platform" | ||
|
||
|
@@ -20,8 +20,8 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk-devel ruby " && \ | |
yum -y update-minimal --setopt=tsflags=nodocs --security && \ | ||
yum -y install --setopt=tsflags=nodocs ${INSTALL_PKGS} | ||
|
||
ENV SDP_DCAR_OWASP_DEP_CHK_VERSION dcar-1.1 | ||
ENV OWASP_DEP_CHK_VERSION 5.3.2 | ||
ENV SDP_DCAR_OWASP_DEP_CHK_VERSION dcar-1.7 | ||
ENV OWASP_DEP_CHK_VERSION 6.0.3 | ||
ENV HOME /root | ||
ENV JAVA_HOME /usr/lib/jvm/java | ||
|
||
|
@@ -30,7 +30,7 @@ ARG user=dependencycheck | |
# Pull dependencies from sdp-images release artifacts and verify contents | ||
RUN mkdir /root/tmp | ||
RUN curl -sSLo /root/tmp/owasp-dep-check-dependencies-$SDP_DCAR_OWASP_DEP_CHK_VERSION.tar.gz https://github.com/boozallen/sdp-images/releases/download/$SDP_DCAR_OWASP_DEP_CHK_VERSION/owasp-dep-check-dependencies-$SDP_DCAR_OWASP_DEP_CHK_VERSION.tar.gz | ||
#COPY owasp-dep-check-dependencies-$SDP_DCAR_OWASP_DEP_CHK_VERSION.tar.gz /root/tmp/owasp-dep-check-dependencies-$SDP_DCAR_OWASP_DEP_CHK_VERSION.tar.gz | ||
#COPY prebuild/owasp-dep-check-dependencies-$SDP_DCAR_OWASP_DEP_CHK_VERSION.tar.gz /root/tmp/owasp-dep-check-dependencies-$SDP_DCAR_OWASP_DEP_CHK_VERSION.tar.gz | ||
|
||
COPY prebuild/BAH-public.key /root/tmp/. | ||
COPY prebuild/owasp-dep-check-dependencies-$SDP_DCAR_OWASP_DEP_CHK_VERSION.sig /root/tmp/. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
owasp-dep-check/prebuild/owasp-dep-check-dependencies-dcar-1.1.sha256
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-566 Bytes
owasp-dep-check/prebuild/owasp-dep-check-dependencies-dcar-1.1.sig
Binary file not shown.
1 change: 1 addition & 0 deletions
1
owasp-dep-check/prebuild/owasp-dep-check-dependencies-dcar-1.7.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5149b91bbb24ea18da7e692e15aa1cd0c61262072125830d263ccc1be43f54ad |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,16 @@ | |
|
||
ARG BASE_REGISTRY=registry.access.redhat.com | ||
ARG BASE_IMAGE=ubi8/ubi | ||
ARG BASE_TAG=8.2 | ||
ARG BASE_TAG=8.3 | ||
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} | ||
|
||
|
||
### Required Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels | ||
LABEL name="Solutions Delivery Platform: Sonar Scanner" \ | ||
maintainer="[email protected]" \ | ||
vendor="Booz Allen Hamilton" \ | ||
version="4.4.0.2170" \ | ||
release="4.4.0.2170" \ | ||
version="4.5.0.2216" \ | ||
release="4.5.0.2216" \ | ||
summary="A sonar-scanner container used by the SonarQube library of the Solutions Delivery Platform" \ | ||
description="A sonar-scanner container used by the SonarQube library of the Solutions Delivery Platform" | ||
|
||
|
@@ -29,8 +29,8 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk curl grep sed which" && \ | |
yum --disableplugin=subscription-manager -y install --setopt=tsflags=nodocs ${INSTALL_PKGS} | ||
|
||
### define necessary variables like PATH to application | ||
ARG SDP_BUILD_DEPENDENCY_VERSION=dcar-1.2 | ||
ARG SONAR_SCANNER_VERSION=4.4.0.2170 | ||
ARG SDP_BUILD_DEPENDENCY_VERSION=dcar-1.7 | ||
ARG SONAR_SCANNER_VERSION=4.5.0.2216 | ||
ENV SONAR_SCANNER_FILE=sonar-scanner-${SONAR_SCANNER_VERSION}-linux | ||
ENV TARBALL=sonar-scanner-dependencies-${SDP_BUILD_DEPENDENCY_VERSION} | ||
ENV user=sonarscanner | ||
|
@@ -40,7 +40,7 @@ ENV PATH $PATH:/usr/share/${SONAR_SCANNER_FILE}/bin | |
### Install Sonar Scanner | ||
RUN mkdir /root/tmp | ||
RUN curl -sSLo /root/tmp/${TARBALL}.tar.gz https://github.com/boozallen/sdp-images/releases/download/${SDP_BUILD_DEPENDENCY_VERSION}/${TARBALL}.tar.gz | ||
#COPY ${TARBALL}.tar.gz /root/tmp/${TARBALL}.tar.gz | ||
#COPY prebuild/${TARBALL}.tar.gz /root/tmp/${TARBALL}.tar.gz | ||
|
||
COPY prebuild/BAH-public.key /root/tmp/. | ||
COPY prebuild/${TARBALL}.sig /root/tmp/. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
sonar-scanner/prebuild/sonar-scanner-dependencies-dcar-1.2.sha256
This file was deleted.
Oops, something went wrong.
Binary file not shown.
1 change: 1 addition & 0 deletions
1
sonar-scanner/prebuild/sonar-scanner-dependencies-dcar-1.7.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2fa1b63dae3b0e229bd64a13f791c42152af9c5d65e2c1772e142f6588592065 |
Binary file not shown.