diff --git a/Dockerfile b/Dockerfile index 4d20bb8ed5e9b250475f4bbcd75b092235d68bcb..822de70a8a4583d0d14911b1b3ef390cdac8eaa3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8-minimal ARG BASE_TAG=8.10 -FROM quay.io/mongodb/mongodb-enterprise-init-database:1.28.0-context as base +FROM quay.io/mongodb/mongodb-enterprise-init-database:1.29.0-context as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 8dcd7be9e9fb76e285b48e56532950d56bfefd92..a877e1fe28d2eb58af34753e62299c97d9da53c0 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -7,7 +7,7 @@ name: "mongodb/mongodb-enterprise/mongodb-enterprise-init-database" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.28.0" +- "1.29.0" - "latest" # Build args passed to Dockerfile ARGs @@ -21,19 +21,16 @@ labels: org.opencontainers.image.licenses: "license" org.opencontainers.image.url: "https://docs.mongodb.com/kubernetes-operator/stable/" org.opencontainers.image.vendor: "MongoDB" - org.opencontainers.image.version: "1.28.0" + org.opencontainers.image.version: "1.29.0" mil.dso.ironbank.image.keywords: "mongodb,nosql,json,database" mil.dso.ironbank.image.type: "commercial" mil.dso.ironbank.product.name: "mongodb-enterprise" resources: -- tag: quay.io/mongodb/mongodb-enterprise-init-database:1.28.0-context - url: docker://quay.io/mongodb/mongodb-enterprise-init-database@sha256:e18d6f487691d582fdc2b7485d19a8da6b59fb48fbef9d0b8f652d2ee781f1c4 +- tag: quay.io/mongodb/mongodb-enterprise-init-database:1.29.0-context + url: docker://quay.io/mongodb/mongodb-enterprise-init-database@sha256:1afebfd49e1fa1422babc00481fa364158f7216320e8aa0d088c863f97481cbe maintainers: -- email: "jonathan.janos@mongodb.com" - name: "Jonathan Janos" - username: "jonathan.janos" - email: "sami.begg@mongodb.com" name: "Sami Begg" username: "sami.begg"