Skip to content

Commit f5df3d7

Browse files
committed
updated to 2.235.4 LTS release
1 parent 9b2f00d commit f5df3d7

8 files changed

+9
-9
lines changed

jenkins/kubernetes/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
77
LABEL name="Solutions Delivery Platform: Jenkins Master" \
88
maintainer="terrana_steven@bah.com" \
99
vendor="Booz Allen Hamilton" \
10-
version="2.235.2" \
11-
release="2.235.2" \
10+
version="2.235.4" \
11+
release="2.235.4" \
1212
summary="A Jenkins Master container" \
1313
description="The Jenkins Master container image for the Solutions Delivery Platform"
1414

@@ -35,12 +35,12 @@ ENV JENKINS_SLAVE_AGENT_PORT ${agent_port}
3535
ENV REF $REF
3636

3737
# Use tini as subreaper in Docker container to adopt zombie processes
38-
ARG SDP_BUILD_DEPENDENCY_VERSION=dcar-1.3
38+
ARG SDP_BUILD_DEPENDENCY_VERSION=dcar-1.4
3939
ARG TINI_VERSION=v0.19.0
4040

4141
# jenkins version being bundled in this docker image
4242
ARG JENKINS_VERSION
43-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.235.2}
43+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.235.4}
4444

4545
# Jenkins is run with user `jenkins`, uid = 1000
4646
# If you bind mount a volume from the host or a data container,

jenkins/kubernetes/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
OWNER = boozallen
22
REPO = sdp-images
33
IMAGE = jenkins
4-
VERSION = dcar-1.3
5-
JENKINS_VERSION=2.235.2
4+
VERSION = dcar-1.4
5+
JENKINS_VERSION=2.235.4
66

77
REGISTRY = docker.pkg.github.com/$(OWNER)/$(REPO)
88
TAG = $(REGISTRY)/$(IMAGE):$(VERSION)

jenkins/kubernetes/prebuild/build-dep.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -xe
44

5-
SDP_BUILD_DEPENDENCY_VERSION=dcar-1.3
5+
SDP_BUILD_DEPENDENCY_VERSION=dcar-1.4
66

77
cd /root/prebuild
88
tar czvf jenkins-dependencies-$SDP_BUILD_DEPENDENCY_VERSION.tar.gz dependencies

jenkins/kubernetes/prebuild/jenkins-dependencies-dcar-1.3.sha256

-1
This file was deleted.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
701a82d610b234c07281a4172a8551d7edf108628e554cc4e52fd1d77ee26892
Binary file not shown.

jenkins/kubernetes/prebuild/pull-from-centos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -xe
44

55

66
TINI_VERSION=v0.19.0
7-
JENKINS_VERSION=2.235.2
7+
JENKINS_VERSION=2.235.4
88

99
mkdir /root/prebuild/dependencies/tini/
1010
curl -kfsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-static-amd64 -o /root/prebuild/dependencies/tini/tini-${TINI_VERSION}

0 commit comments

Comments
 (0)