UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
jenkins
jenkinsfile-runner
Commits
574ceb17
Commit
574ceb17
authored
Aug 12, 2021
by
Al Fontaine
Browse files
Merge branch '2.302' into 'development'
Update to Jenkins WAR 2.302 See merge request
!7
parents
7baa2727
c37565de
Pipeline
#453239
failed with stages
in 1 minute
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
Dockerfile
Dockerfile
+2
-2
README.md
README.md
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+5
-5
No files found.
Dockerfile
View file @
574ceb17
...
@@ -4,7 +4,7 @@ ARG BASE_TAG=1.11
...
@@ -4,7 +4,7 @@ ARG BASE_TAG=1.11
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
root
USER
root
# Establish ARG and ENV variables
# Establish ARG and ENV variables
ARG
TARBALL=jenkinsfile-runner-dependencies-dcar-
1.8
ARG
TARBALL=jenkinsfile-runner-dependencies-dcar-
2.1
ENV
JENKINS_UC https://updates.jenkins.io
ENV
JENKINS_UC https://updates.jenkins.io
ENV
CASC_JENKINS_CONFIG /usr/share/jenkins/ref/casc
ENV
CASC_JENKINS_CONFIG /usr/share/jenkins/ref/casc
ENV
PLUGINS /app/plugins.txt
ENV
PLUGINS /app/plugins.txt
...
@@ -18,7 +18,7 @@ ARG gid=1000
...
@@ -18,7 +18,7 @@ ARG gid=1000
COPY
LICENSE /licenses
COPY
LICENSE /licenses
COPY
${TARBALL}.tar.gz /tmp/${TARBALL}.tar.gz
COPY
${TARBALL}.tar.gz /tmp/${TARBALL}.tar.gz
# Install necessary packages using yum
# Install necessary packages using yum
RUN
INSTALL_PKGS
=
"git-core"
&&
\
RUN
INSTALL_PKGS
=
"
java-1.8.0-openjdk
git-core"
&&
\
yum
-y
update-minimal
--setopt
=
tsflags
=
nodocs
\
yum
-y
update-minimal
--setopt
=
tsflags
=
nodocs
\
--security
&&
\
--security
&&
\
yum
-y
install
--setopt
=
tsflags
=
nodocs
${
INSTALL_PKGS
}
yum
-y
install
--setopt
=
tsflags
=
nodocs
${
INSTALL_PKGS
}
...
...
README.md
View file @
574ceb17
# jenkinsfile-runner 1.0-beta-2
7
# jenkinsfile-runner 1.0-beta-2
9
## Introduction
## Introduction
...
...
hardening_manifest.yaml
View file @
574ceb17
...
@@ -8,7 +8,7 @@ name: "opensource/jenkins/jenkinsfile-runner"
...
@@ -8,7 +8,7 @@ name: "opensource/jenkins/jenkinsfile-runner"
# The most specific version should be the first tag and will be shown
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
# on ironbank.dsop.io
tags
:
tags
:
-
"
1.0-beta-2
7
"
-
"
1.0-beta-2
9
"
-
"
latest"
-
"
latest"
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
...
@@ -27,7 +27,7 @@ labels:
...
@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url
:
"
https://github.com/boozallen/sdp-images"
org.opencontainers.image.url
:
"
https://github.com/boozallen/sdp-images"
## Name of the distributing entity, organization or individual
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
Booz
Allen
Hamiliton"
org.opencontainers.image.vendor
:
"
Booz
Allen
Hamiliton"
org.opencontainers.image.version
:
"
1.0-beta-2
7
"
org.opencontainers.image.version
:
"
1.0-beta-2
9
"
## Keywords to help with search (ex. "cicd,gitops,golang")
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords
:
"
Jenkins,
Jenkinsfile-Runner,
Runner,
Jenkinsfile,
CI/CD,
ci,
cd,
SPD,
automation,
server,
pipeline"
mil.dso.ironbank.image.keywords
:
"
Jenkins,
Jenkinsfile-Runner,
Runner,
Jenkinsfile,
CI/CD,
ci,
cd,
SPD,
automation,
server,
pipeline"
## This value can be "opensource" or "commercial"
## This value can be "opensource" or "commercial"
...
@@ -37,11 +37,11 @@ labels:
...
@@ -37,11 +37,11 @@ labels:
# List of resources to make available to the offline build context
# List of resources to make available to the offline build context
resources
:
resources
:
-
filename
:
jenkinsfile-runner-dependencies-dcar-
1.8
.tar.gz
-
filename
:
jenkinsfile-runner-dependencies-dcar-
2.1
.tar.gz
url
:
https://github.com/boozallen/sdp-images/releases/download/dcar-
1.8
/jenkinsfile-runner-dependencies-dcar-
1.8
.tar.gz
url
:
https://github.com/boozallen/sdp-images/releases/download/dcar-
2.1
/jenkinsfile-runner-dependencies-dcar-
2.1
.tar.gz
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
174340489946288569958cab3d5159b0242547b8b0b104652ba0c0b81fb85987
value
:
9f3f500a51c3491431860aeece847fc90fd4478db82eeebf08af71e2fc53bebd
# List of project maintainers
# List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist
# FIXME: Fill in the following details for the current container owner in the whitelist
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment