From c37565de7eee652913194d561940de23c2f12024 Mon Sep 17 00:00:00 2001 From: 5941 Date: Thu, 12 Aug 2021 16:08:53 +0000 Subject: [PATCH] update to latest version --- Dockerfile | 4 ++-- README.md | 2 +- hardening_manifest.yaml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 41fe2ab..8f5e4a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_TAG=1.11 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} USER root # 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 CASC_JENKINS_CONFIG /usr/share/jenkins/ref/casc ENV PLUGINS /app/plugins.txt @@ -18,7 +18,7 @@ ARG gid=1000 COPY LICENSE /licenses COPY ${TARBALL}.tar.gz /tmp/${TARBALL}.tar.gz # 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 \ --security && \ yum -y install --setopt=tsflags=nodocs ${INSTALL_PKGS} diff --git a/README.md b/README.md index d0b809e..41ecab5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jenkinsfile-runner 1.0-beta-27 +# jenkinsfile-runner 1.0-beta-29 ## Introduction diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index c7fc956..21123a3 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/jenkins/jenkinsfile-runner" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.0-beta-27" +- "1.0-beta-29" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/boozallen/sdp-images" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Booz Allen Hamiliton" - org.opencontainers.image.version: "1.0-beta-27" + org.opencontainers.image.version: "1.0-beta-29" ## 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" ## This value can be "opensource" or "commercial" @@ -37,11 +37,11 @@ labels: # List of resources to make available to the offline build context resources: -- filename: jenkinsfile-runner-dependencies-dcar-1.8.tar.gz - url: https://github.com/boozallen/sdp-images/releases/download/dcar-1.8/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-2.1/jenkinsfile-runner-dependencies-dcar-2.1.tar.gz validation: type: sha256 - value: 174340489946288569958cab3d5159b0242547b8b0b104652ba0c0b81fb85987 + value: 9f3f500a51c3491431860aeece847fc90fd4478db82eeebf08af71e2fc53bebd # List of project maintainers # FIXME: Fill in the following details for the current container owner in the whitelist -- GitLab