From d1ee50fbbaca50742944c0585436a5879fdce0ca Mon Sep 17 00:00:00 2001 From: DavidHoffer Date: Fri, 11 Jun 2021 11:48:33 -0600 Subject: [PATCH 1/2] Updating to resolve new findings. --- hardening_manifest.yaml | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 6705fc1..d031f53 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "bluestaq/bluestaq-storefront/bluestaq-storefront" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.0.17-IB" +- "1.0.20-IB" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://www.bluestaq.com/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Bluestaq LLC" - org.opencontainers.image.version: "1.0.17-IB" + org.opencontainers.image.version: "1.0.20-IB" ## Keywords to help with search (ex. "cicd,gitops,golang") # mil.dso.ironbank.image.keywords: "FIXME" ## This value can be "opensource" or "commercial" @@ -44,7 +44,7 @@ resources: url: s3://bluestaq-ironbank-shared-files/storefront-quarkus-dockerimage.zip validation: type: sha256 - value: b93f07b038d271c0efe5f29f1ebbe80b21dca06030c27b048c64221621fc050e + value: 52783f454b9654f88fe922d16d0852d9f5a039294625b6a57e4f5c3844421bd5 # List of project maintainers maintainers: diff --git a/pom.xml b/pom.xml index 928b34e..8358a71 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.bluestaq.storefront storefront-ironbank - 1.0.17-IB + 1.0.20-IB pom @@ -18,7 +18,7 @@ com.bluestaq.storefront storefront-quarkus - 1.0.17 + 1.0.20 dockerimage zip provided -- GitLab From 46a0268bf02ad87e92259d9542a70cc1f518e197 Mon Sep 17 00:00:00 2001 From: DavidHoffer Date: Mon, 14 Jun 2021 10:38:46 -0600 Subject: [PATCH 2/2] Updating to resolve new findings II. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f97dea6..4cce96d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ ARG BASE_IMAGE=redhat/openjdk/openjdk11 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} +HEALTHCHECK NONE EXPOSE 8084 5005 -- GitLab