diff --git a/Dockerfile b/Dockerfile index 16ce11e01a4fc739b61b031d17d4c189975f2a1c..eb28f28f3b9fbc2a0b281e2f88f15f8422780724 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 973e59070343562a1e1dd5b768c02925cdaacbbc..0f611dd731b50b0bc365f4898d8aa92c602cd792 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 1ed0089586295a7025a662b2251c7bc0bc97e279..55b670d215a2e2eeaa529b530c2927593671de76 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"