From 0923b0c0005328439b3c008157d5da234f954b0f Mon Sep 17 00:00:00 2001 From: "jonathan.janos@mongodb.com" Date: Thu, 1 Jul 2021 10:45:12 -0400 Subject: [PATCH 1/4] Corrected the base mdb image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4bf450f..7606814 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,10 @@ # Base Template Dockerfile for Database Image. # ARG BASE_REGISTRY=registry1.dsop.io -ARG BASE_IMAGE=redhat/ubi/ubi8 +ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -FROM quay.io/mongodb/mongodb-enterprise-database-ubi:1.5.3 as official +FROM quay.io/mongodb/mongodb-enterprise-appdb-ubi:10.2.15.5958-1_4.2.11-ent as official FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -- GitLab From 56421b16242a2d9626c4761baa3d36f3bda29646 Mon Sep 17 00:00:00 2001 From: "jonathan.janos@mongodb.com" Date: Thu, 1 Jul 2021 10:52:48 -0400 Subject: [PATCH 2/4] corrected mdb base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7606814..dcc430c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Base Template Dockerfile for Database Image. # ARG BASE_REGISTRY=registry1.dsop.io -ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 +ARG BASE_IMAGE=redhat/ubi/ubi8 ARG BASE_TAG=8.4 FROM quay.io/mongodb/mongodb-enterprise-appdb-ubi:10.2.15.5958-1_4.2.11-ent as official -- GitLab From 6f7dd77efbd7d1306ffe5752921219c4a77bd1a8 Mon Sep 17 00:00:00 2001 From: "jonathan.janos@mongodb.com" Date: Thu, 1 Jul 2021 11:05:27 -0400 Subject: [PATCH 3/4] corrected mdb base image --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index b1c49c7..45676b0 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -38,7 +38,7 @@ labels: # List of resources to make available to the offline build context resources: - tag: quay.io/mongodb/mongodb-enterprise-database-ubi:1.5.3 - url: docker://quay.io/mongodb/mongodb-enterprise-database-ubi@sha256:8f2734cea7fc31f829a0f8752be5bfd1c69b3d2e59e677bb23f685aac7f58eb9 + url: docker://quay.io/mongodb/mongodb-enterprise-appdb-ubi@sha256:00163825a8c2f7844e0f0445de8073a7204270e84a947b309564aa7446e0a4a7 # List of project maintainers maintainers: -- GitLab From ab009bdbc0e02d3e4a42aa4e9c1ee734c45b8a87 Mon Sep 17 00:00:00 2001 From: "jonathan.janos@mongodb.com" Date: Thu, 1 Jul 2021 11:08:53 -0400 Subject: [PATCH 4/4] corrected mdb base image --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 45676b0..a74bec6 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,7 +37,7 @@ labels: # List of resources to make available to the offline build context resources: -- tag: quay.io/mongodb/mongodb-enterprise-database-ubi:1.5.3 +- tag: quay.io/mongodb/mongodb-enterprise-appdb-ubi:10.2.15.5958-1_4.2.11-ent url: docker://quay.io/mongodb/mongodb-enterprise-appdb-ubi@sha256:00163825a8c2f7844e0f0445de8073a7204270e84a947b309564aa7446e0a4a7 # List of project maintainers -- GitLab