From 36fe905f76c556a87a1955da0901c88010965b2e Mon Sep 17 00:00:00 2001 From: Hrdayesh Patel Date: Wed, 16 Jun 2021 16:21:25 -0400 Subject: [PATCH] Upgrade to SDE 5.14 --- Dockerfile | 4 ++-- README.md | 6 +++--- hardening_manifest.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 16ce11e..eb28f28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG BASE_TAG=1.20.0 # Down with the bloat FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as extractor -ARG jitt_version=5.13.3 +ARG jitt_version=5.14.4 COPY /training-${jitt_version}.tar.gz / USER root @@ -17,7 +17,7 @@ RUN set -x \ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -ARG jitt_version=5.13.3 +ARG jitt_version=5.14.4 USER root diff --git a/README.md b/README.md index 973e590..0f611dd 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ This container hosts SDElements Just In Time Training (JITT) content using Nginx ## Local build -1. Download the training tarball defined in `hardening_manifest.yaml`. The URL below is used as an example. Note the version, in this case `5.13.3` +1. Download the training tarball defined in `hardening_manifest.yaml`. The URL below is used as an example. Note the version, in this case `5.14.4` ```bash - wget --http-user=user --ask-password https://tar.sdelements.com/pulp/isos/Default_Organization/Library/custom/sde_training/bundles/training-5.13.3.tar.gz + wget --http-user=user --ask-password https://artifact.sdelements.com/staging/training/training-5.14.4.tar.gz ``` @@ -18,7 +18,7 @@ This container hosts SDElements Just In Time Training (JITT) content using Nginx ```bash clear && \ - export jitt_version='5.13.3' && \ + export jitt_version='5.14.4' && \ docker build . -t localhost/security-compass/jitt/nginx-jitt:"local" \ --build-arg jitt_version="${jitt_version}" ``` diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 1ed0089..55b670d 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "security-compass/jitt/nginx" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "5.13.3" +- "5.14.4" - "latest" # Build args passed to Dockerfile ARGs @@ -39,11 +39,11 @@ labels: # List of resources to make available to the offline build context resources: - - url: "https://tar.sdelements.com/pulp/isos/Default_Organization/Library/custom/sde_training/bundles/training-5.13.3.tar.gz" - filename: "training-5.13.3.tar.gz" + - url: "https://artifact.sdelements.com/staging/training/training-5.14.4.tar.gz" + filename: "training-5.14.4.tar.gz" validation: type: sha256 - value: "756dd9c21d001c0d3a6b466477f81161e64b5da6263324e36f7ad53d7ff40af6" + value: "85901bcadafb29a1013b6c65caf7041743939db5a99d7e9c0a96ef7260e1553a" auth: type: "basic" id: "scompass-credential" -- GitLab