UNCLASSIFIED

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

initial UBI8 commit

parent af6b0d45
Pipeline #250682 failed with stages
in 1 minute and 8 seconds
ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi7 ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=7.9 ARG BASE_TAG=8.3
ARG MONGODB_VERSION=4.2.9
FROM quay.io/mongodb/mongodb-enterprise-init-mongod-rhel70:${MONGODB_VERSION} as official ARG MONGODB_VERSION=4.2.8
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM quay.io/mongodb/mongodb-enterprise-init-mongod-rhel80:${MONGODB_VERSION} as official
LABEL name="MongoDB Enterprise Init Mongod" \ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
maintainer="support@mongodb.com" \
vendor="MongoDB" \
version="mongodb-enterprise-init-mongodb-rhel70" \
release="1" \
summary="MongoDB Enterprise Mongod Init Image" \
description="Contains MongoDB and MongoDB Tools for an Ops Manager Deployment"
COPY LICENSE /licenses/mongodb-enterprise-database COPY LICENSE /licenses/mongodb-enterprise-database
COPY --from=official /binaries/ /binaries/ COPY --from=official /binaries/ /binaries/
# USER needs to be set for this image to pass RedHat verification. Some customers have these requirements as well # USER needs to be set for this image to pass RedHat verification.
# Some customers have these requirements as well.
# It does not matter what number it is, as long as it is set to something. # It does not matter what number it is, as long as it is set to something.
# However, OpenShift will run the container as a random user, # However, OpenShift will run the container as a random user,
# and the number in this configuration is not relevant. # and the number in this configuration is not relevant.
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "4.2.9")
# Before You Begin # # Before You Begin #
**PRIOR TO UTILIZING THE MONGODB ENTERPRISE ADVANCED CONTAINER, CONTACT YOUR MONGODB SALES REPRESENTATIVE.** YOUR USE OF THE MONGODB ENTERPRISE SERVER IS SUBJECT TO THE TERMS AND CONDITIONS OF THE AGREEMENT BETWEEN USAF AND THE APPLICABLE RESELLER OF THE MONGODB ENTERPRISE SERVER. SUCH AGREEMENT INCORPORATES THE TERMS & CONDITIONS OF THE MONGODB ENTERPRISE ADVANCED LICENSE AGREEMENT, THE VERSION OF WHICH CURRENT AS OF SEPTEMBER 2020 IS SET FORTH BELOW. THE MONGODB ENTERPRISE ADVANCED LICENSE AGREEMENT IS SUBJECT TO AMENDMENT AND MODIFICATION FROM TIME TO TIME. **PRIOR TO UTILIZING THE MONGODB ENTERPRISE ADVANCED CONTAINERS, CONTACT YOUR MONGODB SALES REPRESENTATIVE.** YOUR USE OF THE MONGODB ENTERPRISE SERVER IS SUBJECT TO THE TERMS AND CONDITIONS OF THE AGREEMENT BETWEEN USAF AND THE APPLICABLE RESELLER OF THE MONGODB ENTERPRISE SERVER. SUCH AGREEMENT INCORPORATES THE TERMS & CONDITIONS OF THE MONGODB ENTERPRISE ADVANCED LICENSE AGREEMENT, THE VERSION OF WHICH CURRENT AS OF SEPTEMBER 2020 IS SET FORTH BELOW. THE MONGODB ENTERPRISE ADVANCED LICENSE AGREEMENT IS SUBJECT TO AMENDMENT AND MODIFICATION FROM TIME TO TIME.
# Contact Information # # Contact Information #
For licensing and technical information, please use the following contact information: For licensing and technical information, please use the following contact information:
Anton Hoffman, EAE USAF Keegan Wetzel, EAE USAF
781-996-8860 708-256-7904
anton.hoffman@mongodb.com keegan.wetzel@mongodb.com
Please also CC: publicsector@mongodb.com Please also CC: publicsector@mongodb.com
# MongoDB Ops Manager DB Binaries (RHEL7) # MongoDB Enterprise Kubernetes Operator #
Contains MongoDB and MongoDB Tools binaries for MongoDB Enterprise Ops Manager, enabling Ops Manager to operate in local mode (without internet connectivity). The Mongo DB Enterprise Kubernetes Operator provides the necessary functionality to provision and manage MongoDB database deployments through Kubernetes and OpenShift. Supported deployment types include replica sets, sharded clusters, and standalone MongoDB instances. You provide the Operator with the specifications for your MongoDB clusters. The Operator uses this information to tell Kubernetes how to configure the clusters, including provisioning storage, setting up the network connections, and configuring other resources.
The MongoDB Enterprise Kubernetes Operator works in conjunction with MongoDB Ops Manager, which must itself be deployed to the Kubernetes cluster or stood up separately. In addition to providing the necessary automation services, Ops Manager provides additional management capabilities such as metrics, monitoring, alerting, backups, performance optimization, and more.
For more information about the MongoDB Enterprise Kubernetes Operator, please visit <https://docs.mongodb.com/kubernetes-operator>.
For more information about MongoDB Ops Manager, please visit <https://www.mongodb.com/products/ops-manager>. For more information about MongoDB Ops Manager, please visit <https://www.mongodb.com/products/ops-manager>.
Information about MongoDB can be found at <https://www.mongodb.com>. Information about MongoDB can be found at <https://www.mongodb.com>.
## Documentation ##
Documentation for MongoDB Ops Manager is available at <https://docs.opsmanager.mongodb.com/current/>. # Documentation #
[MongoDB - Documentation Home Page](https://docs.mongodb.com/)
[MongoDB Enterprise Kubernetes Operator](https://docs.mongodb.com/kubernetes-operator/master/)
Documentation for the MongoDB Enterprise Kubernetes Operator is available at <https://docs.mongodb.com/kubernetes-operator>. [MongoDB Ops Manager](https://docs.opsmanager.mongodb.com/current/)
{
"resources": [
{
"url": "docker://quay.io/mongodb/mongodb-enterprise-init-mongod-rhel70@sha256:7bf5a955cc6cea62b7c1c77b2e8c1d2993505be925f6f6b1712e2161db3a51a9",
"tag": "quay.io/mongodb/mongodb-enterprise-init-mongod-rhel70:4.2.9"
}
]
}
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