diff --git a/Dockerfile b/Dockerfile
index f97dea6e5ab1057298734d8f289a87bc8aa1003b..4cce96d7521a41d2cfdc39c1b999870f251e4c70 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
diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index 6705fc14a63895b4c05694a0d81411e94a7afe68..d031f5318ffdd7455ef9885350adade77cac9c23 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 928b34e32bf4b98b80221ac4dca4cca83c0cf002..8358a7198bf306bfbf774f7745ad246a6236c503 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