UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 13e74394 authored by Al Fontaine's avatar Al Fontaine
Browse files

Merge branch 'development' into 'master'

Development to master

See merge request !24
parents add022f5 c3456ae7
Pipeline #139606 failed with stages
in 60 minutes and 22 seconds
ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/openjdk/openjdk8-devel
ARG BASE_TAG=1.8.0
FROM jenkins/jenkins:2.249.1-centos as jenkins
FROM jenkins/jenkins:2.249.3-centos as jenkins
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......@@ -11,7 +11,7 @@ LABEL name="Jenkins" \
vendor="Jenkins" \
summary="Jenkins 2.235.1" \
maintainer="Jenkins" \
version="2.249.1"
version="2.249.3"
USER root
......
@Library('DCCSCR@master') _
dccscrPipeline( version: "2.249.1" )
\ No newline at end of file
dccscrPipeline( version: "2.249.3" )
\ No newline at end of file
......@@ -11,11 +11,6 @@ This is a fully functional Jenkins server.
<img src="https://jenkins.io/sites/default/files/jenkins_logo.png"/>
# Security Notes
# This container is only approved for DoD use if it is NOT internet facing. Access should be achieved through a Zero Trust stack, for example, CNAP or any approved DoD VPN.
# Usage
......
resources:
- url: "docker://docker.io/jenkins/jenkins@sha256:0b8f682b522d9547b2eefdcb698a7a7f064095cf4b785e57f7121b97d6dd3047"
tag: "jenkins/jenkins:2.249.1-centos"
\ No newline at end of file
- url: "docker://docker.io/jenkins/jenkins@sha256:76a2e282ad89382eb344dc667af266eab1bf8f8fa69a9785e7051d9078d629ab"
tag: "jenkins/jenkins:2.249.3-centos"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment