diff --git a/Dockerfile b/Dockerfile index 340c9612ea045aaa1ab8d313d760b8a455aca185..a0ed59f85067e3674d16e6a6b906baf0ddd5e619 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ ARG BASE_IMAGE=redhat/openjdk/openjdk11 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} +HEALTHCHECK NONE + EXPOSE 8092 5007 COPY accountmgt-quarkus-dockerimage.zip /opt/acctmgmt-front/ diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 6651dd1774a0f829990553e6d3e340ef9161a09d..37b64f2322183634cfe89cfe6a046c8607aa46ce 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "bluestaq/bluestaq-accmgmt-front/bluestaq-accmgmt-front" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.0.17.1-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.1-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/accountmgt-quarkus-dockerimage.zip validation: type: sha256 - value: f69dce3050b663a8c553d989a3071a9e0e3c9ca43c38bc76b0e6977356a791c7 + value: 2cb03bfa5baaf13728d68f554a332c1deb3f373a8b2894c651ad2b26e5630cd1 # List of project maintainers maintainers: diff --git a/pom.xml b/pom.xml index b0e65c5fbbb4a8214f2d19290cd9c96e6284dc94..2c4fd812b1e119b133538135812bc9b70faf88de 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.bluestaq.accmgmt bluestaq-accmgmt-front - 1.0.17.1-IB + 1.0.20-IB pom @@ -18,7 +18,7 @@ com.bluestaq.accountmgt accountmgt-quarkus - 1.0.17.1 + 1.0.20 dockerimage zip provided