diff --git a/Dockerfile b/Dockerfile index c8ddc6d271ba06b2e595e210762f033d7408bc9d..f25eb87bc887168efb4178811494dfac873bfb06 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.13.38 +ARG sde_version=5.14.14 COPY /"sde-reporting-${sde_version}.tgz" / @@ -16,7 +16,7 @@ RUN set -x \ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -ARG sde_version=5.13.38 +ARG sde_version=5.14.14 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 86096a050e7dcadbdd4ed0d3ef09d94e8ff4d2b6..858e693a7cb21da9a897a7abad1d62f8a6eb99a0 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/prod/reporting/sde-reporting-5.13.38.tgz + wget --http-user=user --ask-password https://artifact.sdelements.com/prod/reporting/sde-reporting-5.14.14.tgz ``` 2. Use this command to build locally: ```bash clear && \ - export sde_version='5.13.38' && \ + export sde_version='5.14.14' && \ 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 6d1141cb67d21daf6d6cfdc96cd068e86258a0f4..8d95d0577a676d4c54c5f65cb1929339c9acb285 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.13.38" +- "5.14.14" - "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.13.38" + org.opencontainers.image.version: "5.14.14" # 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/prod/reporting/sde-reporting-5.13.38.tgz" - filename: "sde-reporting-5.13.38.tgz" + - url: "https://artifact.sdelements.com/prod/reporting/sde-reporting-5.14.14.tgz" + filename: "sde-reporting-5.14.14.tgz" validation: type: sha256 - value: "3ed328fd4f9ebafc01cb44b91abc29466af9bd8c42c6069bbaa6d142d878bf11" + value: "9afdc7a125464d738be6fc14ac8b9613a0346c23304ff3378efd3eb599e4983a" auth: type: "basic" id: "scompass-credential" @@ -56,3 +56,9 @@ maintainers: - name: "Matthew Chum" username: "mchum" email: "mchum@securitycompass.com" +- name: "Adam Gilbert" + username: "agilbert" + email: "agilbert@securitycompass.com" +- name: "Kevinkumar Patel" + username: "kevinptl4" + email: "kevinptl4@securitycompass.com"