UNCLASSIFIED

Commit 4feda376 authored by jonathan.janos@mongodb.com's avatar jonathan.janos@mongodb.com
Browse files

Updated for UBI8

parent 377ad20a
Pipeline #144383 passed with stages
in 21 minutes and 38 seconds
......@@ -3,8 +3,8 @@
#
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.2
FROM quay.io/mongodb/mongodb-enterprise-database:1.5.3 as official
ARG BASE_TAG=8.3
FROM quay.io/mongodb/mongodb-enterprise-database-ubi:1.5.3 as official
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ENV MMS_HOME /mongodb-automation
ENV MMS_LOG_DIR /var/log/mongodb-mms-automation
......
......@@ -37,8 +37,8 @@ labels:
# List of resources to make available to the offline build context
resources:
- tag: quay.io/mongodb/mongodb-enterprise-database:1.5.3
url: docker://quay.io/mongodb/mongodb-enterprise-database@sha256:28abb642c1d1f37ecf6b96ea8c6c7f7d0f51f8ba4c7b2e31ffdf667412d4c552
- tag: quay.io/mongodb/mongodb-enterprise-database-ubi:1.5.3
url: docker://quay.io/mongodb/mongodb-enterprise-database-ubi@sha256:8f2734cea7fc31f829a0f8752be5bfd1c69b3d2e59e677bb23f685aac7f58eb9
# List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment