UNCLASSIFIED

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

upgraded to ubi8.4

parent ba4e14c0
Pipeline #321200 passed with stages
in 19 minutes and 4 seconds
ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/ubi/ubi8 ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.3 ARG BASE_TAG=8.4
# MongoDB versions available for deployment within Platform One environment. # MongoDB versions available for deployment within Platform One environment.
ARG MONGODB_VERSION0=4.2.13 ARG MONGODB_VERSION0=4.2.13
......
...@@ -8,13 +8,13 @@ name: "mongodb/mongodb-enterprise/mongodb-ops-manager-db-bin" ...@@ -8,13 +8,13 @@ name: "mongodb/mongodb-enterprise/mongodb-ops-manager-db-bin"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dsop.io # on ironbank.dsop.io
tags: tags:
- "4.4.11" - "4.4.14"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
BASE_IMAGE: "redhat/ubi/ubi8" BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.3" BASE_TAG: "8.4"
# Docker image labels # Docker image labels
labels: labels:
...@@ -27,7 +27,7 @@ labels: ...@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://docs.mongodb.com/kubernetes-operator/stable/" org.opencontainers.image.url: "https://docs.mongodb.com/kubernetes-operator/stable/"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "MongoDB" org.opencontainers.image.vendor: "MongoDB"
org.opencontainers.image.version: "4.4.11" org.opencontainers.image.version: "4.4.14"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "mongodb,nosql,json,database" mil.dso.ironbank.image.keywords: "mongodb,nosql,json,database"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
......
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