diff --git a/Dockerfile b/Dockerfile index a420f268e4392a63efbc635b3540ac1c8e04da82..846eeb6a0ab1f7192d0734b9bbf0c17d7ed1a9b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG BASE_TAG=14.17.0 # Friends don't let friends bloat containers FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as extractor -ARG sde_version=5.14.15 +ARG sde_version=5.15.16 COPY /"sde-reporting-${sde_version}.tgz" / @@ -16,7 +16,7 @@ RUN set -x \ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -ARG sde_version=5.14.15 +ARG sde_version=5.15.16 COPY --from=extractor /sde/package/environmentVariables.js /reporting/environmentVariables.js COPY --from=extractor /sde/package/index.js /reporting/index.js diff --git a/README.md b/README.md index 343000d3711cb7db5c697ddae079441cbb8c8445..836175ce1f43e3c65aa6096ce199e98b921e3548 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ This container hosts the SDElements Reporting module using CubeJS to serve repor ```bash # SDE - wget --http-user=user --ask-password https://artifact.sdelements.com/staging/reporting/sde-reporting-5.14.15.tgz + wget --http-user=user --ask-password https://artifact.sdelements.com/staging/reporting/sde-reporting-5.15.16.tgz ``` 2. Use this command to build locally: ```bash clear && \ - export sde_version='5.14.15' && \ + export sde_version='5.15.16' && \ docker build . -t localhost/security-compass/sd-elements/reporting:"local" \ --build-arg sde_version="${sde_version}" ``` diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index b810d9d5ca43bcbbe6ad3d726b4469a18c42d865..c835ba54452353bebda9cacf3aba804ec0e6ce3c 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "security-compass/sd-elements/reporting" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "5.14.15" +- "5.15.16" - "latest" # Build args passed to Dockerfile ARGs @@ -29,7 +29,7 @@ labels: # Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Security Compass Ltd." # Authoritative version of the software - org.opencontainers.image.version: "5.14.15" + org.opencontainers.image.version: "5.15.16" # Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "webserver,cubejs,nodejs,security,appsec,code,secure" # This value can be "opensource" or "commercial" @@ -39,11 +39,11 @@ labels: # List of resources to make available to the offline build context resources: - - url: "https://artifact.sdelements.com/staging/reporting/sde-reporting-5.14.15.tgz" - filename: "sde-reporting-5.14.15.tgz" + - url: "https://artifact.sdelements.com/staging/reporting/sde-reporting-5.15.16.tgz" + filename: "sde-reporting-5.15.16.tgz" validation: type: sha256 - value: "4d289d019b7cf52477da172657f0ecd7be4ded679bdad6c1994deeb4a09a6b87" + value: "ddfff0dff518f1f8ffd302a79b4609bcaa6a5306c55cf125303bd7bf63f773b5" auth: type: "basic" id: "scompass-credential"