UNCLASSIFIED

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

initial UBI8 commit

parent 6e383bd4
Pipeline #250697 failed with stages
in 7 minutes and 48 seconds
---
apiVersion: v1
# The repository name in registry1, excluding /ironbank/
name: "mongodb/mongodb-enterprise/mongodb-ops-manager-db-bin"
# List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "4.4.0"
- "latest"
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.3"
# Docker image labels
labels:
org.opencontainers.image.title: "mongodb-ops-manager-db-bin"
## Human-readable description of the software packaged in the image
org.opencontainers.image.description: "Contains db binaries and tools, used in conjunction with MongoDB Enterprise Kubernetes Operator configured for Local Mode installations."
## License(s) under which contained software is distributed
org.opencontainers.image.licenses: "license"
## URL to find more information on the image
org.opencontainers.image.url: "https://docs.mongodb.com/kubernetes-operator/stable/"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "MongoDB"
org.opencontainers.image.version: "4.4.0"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "mongodb,nosql,json,database"
## This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type: "commercial"
## Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name: "mongodb-enterprise"
# List of resources to make available to the offline build context
resources:
- tag: quay.io/mongodb/mongodb-enterprise-init-mongod-rhel80:4.4.0
url: docker://quay.io/mongodb/mongodb-enterprise-init-mongod-rhel80@sha256:e038390af9cf6756fb5fbc1e8d8a844f750184faf37051e756cb9d19367b56f4
# List of project maintainers
maintainers:
- email: "jonathan.janos@mongodb.com"
# The name of the current container owner
name: "Jonathan Janos"
# The gitlab username of the current container owner
username: "jonathan.janos"
- email: "klepal_alexander@bah.com"
name: "Alexander Klepal"
username: "alexander.klepal"
cht_member: true
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