UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
M
MongoDB
MongoDB Enterprise
MongoDB Ops Manager Init
Commits
9fe40167
Commit
9fe40167
authored
Jun 18, 2021
by
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
Changes
2
Pipelines
143
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
Dockerfile
Dockerfile
+1
-9
hardening_manifest.yaml
hardening_manifest.yaml
+1
-2
No files found.
Dockerfile
View file @
9fe40167
...
...
@@ -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/
...
...
hardening_manifest.yaml
View file @
9fe40167
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment