UNCLASSIFIED

Commit cb43e4c4 authored by Michael Simmons's avatar Michael Simmons
Browse files

Merge branch 'renovate-update' into 'development'

Bumped to version 4.4.5

See merge request !15
parents aaef6f95 0e3d4b2a
Pipeline #234015 passed with stages
in 31 minutes and 51 seconds
...@@ -27,7 +27,7 @@ COPY gosu-amd64 /usr/local/bin/gosu ...@@ -27,7 +27,7 @@ COPY gosu-amd64 /usr/local/bin/gosu
COPY /scripts/docker-entrypoint.sh /usr/local/bin/ COPY /scripts/docker-entrypoint.sh /usr/local/bin/
ENV MONGO_MAJOR 4.4 ENV MONGO_MAJOR 4.4
ENV MONGO_VERSION 4.4.1 ENV MONGO_VERSION 4.4.5
COPY /config/* /tmp/mongo_install/ COPY /config/* /tmp/mongo_install/
......
...@@ -8,7 +8,7 @@ name: "opensource/mongodb/mongodb" ...@@ -8,7 +8,7 @@ name: "opensource/mongodb/mongodb"
# 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.1" - "4.4.5"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -27,7 +27,7 @@ labels: ...@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://github.com/dockerfile/mongodb" org.opencontainers.image.url: "https://github.com/dockerfile/mongodb"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "opensource" org.opencontainers.image.vendor: "opensource"
org.opencontainers.image.version: "4.4.1" org.opencontainers.image.version: "4.4.5"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "mongodb,database,NoSQL" mil.dso.ironbank.image.keywords: "mongodb,database,NoSQL"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
...@@ -38,30 +38,30 @@ labels: ...@@ -38,30 +38,30 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- filename: mongodb-org.rpm - filename: mongodb-org.rpm
url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-4.4.1-1.el8.x86_64.rpm url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-4.4.5-1.el8.x86_64.rpm
validation: validation:
type: sha256 type: sha256
value: fdcfae773806144b2072882cdc3757293d354617940ed882bdc04fbb774f452f value: 8a38ca4352c794a382d76d84b3dc21e931a20dbc9a10dc0513c085fcb01cdc7b
- filename: mongodb-org-mongos.rpm - filename: mongodb-org-mongos.rpm
url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-mongos-4.4.1-1.el8.x86_64.rpm url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-mongos-4.4.5-1.el8.x86_64.rpm
validation: validation:
type: sha256 type: sha256
value: c9b8011ca350157a83b93e02cc7a120a0b96255d609d20b87971222a2cf8acb0 value: 8efce362b50f8458cec314f9621ef1007a2a855762585a9f11e0d95f28b9f8ea
- filename: mongodb-org-server.rpm - filename: mongodb-org-server.rpm
url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-server-4.4.1-1.el8.x86_64.rpm url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-server-4.4.5-1.el8.x86_64.rpm
validation: validation:
type: sha256 type: sha256
value: 76f7e65e39c5ca563f7dc15868f2accc43da6f0654eb72ef054407f7755d841f value: 5fa796d4739406d68e9527dbe28c8dfa4be6689dd492c0a13c9f351a3ba1300f
- filename: mongodb-org-shell.rpm - filename: mongodb-org-shell.rpm
url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-shell-4.4.1-1.el8.x86_64.rpm url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-shell-4.4.5-1.el8.x86_64.rpm
validation: validation:
type: sha256 type: sha256
value: 9089c4d5dd05cde71c7ed509454c8158251def4c5b0cc0b9b03940dc18696cc0 value: 4d6eaee2c4ff50ad284dc89489ab793213ebb1b6df52568ee7af6b541f2387f5
- filename: mongodb-org-tools.rpm - filename: mongodb-org-tools.rpm
url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-tools-4.4.1-1.el8.x86_64.rpm url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-tools-4.4.5-1.el8.x86_64.rpm
validation: validation:
type: sha256 type: sha256
value: b8ef170cd79cf53a2ebda6288ee31ee8e8f6757991ffb6cfc3092b930927c832 value: afd12f1023012724f18afea54514dd30deb74a9784153b960363ded4959a4d63
- filename: js-yaml.js - filename: js-yaml.js
url: https://raw.githubusercontent.com/nodeca/js-yaml/3.13.0/dist/js-yaml.js url: https://raw.githubusercontent.com/nodeca/js-yaml/3.13.0/dist/js-yaml.js
validation: validation:
...@@ -78,15 +78,15 @@ resources: ...@@ -78,15 +78,15 @@ resources:
type: sha256 type: sha256
value: 0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7 value: 0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7
- filename: mongodb-database-tools.rpm - filename: mongodb-database-tools.rpm
url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-database-tools-100.2.0.x86_64.rpm url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-database-tools-100.3.1.x86_64.rpm
validation: validation:
type: sha256 type: sha256
value: 0d330820e283eb47bec82fe37306b0e759de7e97995b33f1ef73c9fbfd723b22 value: 66d18afe97a5e4b9c229125616ef35ba5ee050ab06f642403e99749048fd188d
- filename: mongodb-org-database-tools-extra.rpm - filename: mongodb-org-database-tools-extra.rpm
url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-database-tools-extra-4.4.1-1.el8.x86_64.rpm url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/RPMS/mongodb-org-database-tools-extra-4.4.5-1.el8.x86_64.rpm
validation: validation:
type: sha256 type: sha256
value: b22e8118bacf3311c65bc65e6e1975dfb0e31ee86cfd4452d3e82ac64bdead64 value: f94f13389c2093f07425baab6a6e6a80335150551eb6fbb2caf5f5a0f337ba90
# List of project maintainers # List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist # FIXME: Fill in the following details for the current container owner in the whitelist
......
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