UNCLASSIFIED

Commit 9fe40167 authored by thomas.shepherd's avatar thomas.shepherd
Browse files

Merge branch 'development' into 'master'

Merge Development into Master

See merge request !11
parents b068517d d0d6c747
Pipeline #467239 failed with stages
in 17 minutes and 17 seconds
......@@ -3,7 +3,7 @@
#
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.3
ARG BASE_TAG=8.4
ARG OFFICIAL_VERSION=1.0.0
FROM quay.io/mongodb/mongodb-enterprise-init-ops-manager-ubi:${OFFICIAL_VERSION} as official
......@@ -12,14 +12,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG VERSION
LABEL name="MongoDB Enterprise Ops Manager Init" \
maintainer="support@mongodb.com" \
vendor="MongoDB" \
version="mongodb-enterprise-init-ops-manager-${VERSION}" \
release="1" \
summary="MongoDB Enterprise Ops Manager Init Image" \
description="Startup Scripts for MongoDB Enterprise Ops Manager"
COPY --from=official /scripts/ /scripts/
COPY --from=official /licenses/mongodb-enterprise-ops-manager /licenses/
......
......@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.3"
BASE_TAG: "8.4"
# Docker image labels
labels:
......@@ -52,4 +52,3 @@ maintainers:
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