UNCLASSIFIED

Commit 36fbe51a authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

master: bump ubi

See merge request !39
parents 4ca625e4 0f4be385
Pipeline #288608 failed with stages
in 7 minutes and 31 seconds
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ubi8
ARG BASE_TAG=8.3
ARG BASE_TAG=8.4
FROM $BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG
ARG PGDATA=/var/lib/postgresql/data
......
......@@ -8,26 +8,26 @@ name: "opensource/postgres/postgresql12"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "12.6"
- "12.7"
- "latest"
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.3"
BASE_TAG: "8.4"
# Docker image labels
labels:
org.opencontainers.image.title: "postgresql12"
## Human-readable description of the software packaged in the image
org.opencontainers.image.description: "PostgreSQL v12.6 server based on RedHat UBI 8. Supported through November 14, 2024."
org.opencontainers.image.description: "PostgreSQL v12.7 server based on RedHat UBI 8. Supported through November 14, 2024."
## License(s) under which contained software is distributed
org.opencontainers.image.licenses: "PostgreSQL"
## URL to find more information on the image
org.opencontainers.image.url: "https://hub.docker.com/_/postgres"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "PostgreSQL Global"
org.opencontainers.image.version: "12.6"
org.opencontainers.image.version: "12.7"
## Keywords to help with search (ex. "cicd,gitops,golang")
# mil.dso.ironbank.image.keywords: "FIXME"
## This value can be "opensource" or "commercial"
......@@ -41,22 +41,22 @@ resources:
url: https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-12
validation:
type: sha256
value: 5c7bdbdfa666de461e14007f7207d4d4f8c0565c56a88bb24c77f25b856203d4
value: 991821e20c4af66314b023db867c7ee8d593f249b9732cbacba7bcd7b25e9604
- filename: postgresql12-server.rpm
url: https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-server-12.6-1PGDG.rhel8.x86_64.rpm
url: https://ftp.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-server-12.7-2PGDG.rhel8.x86_64.rpm
validation:
type: sha256
value: a4b521b47dc8fafc8ee59ce485b317e7a43ae37e584fe611583f5e0691c01610
value: e9c55d367c6d432648eb71b274eebbd53f34ba8e5730b3eb2d342d47d00be1b2
- filename: postgresql12.rpm
url: https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-12.6-1PGDG.rhel8.x86_64.rpm
url: https://ftp.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-12.7-2PGDG.rhel8.x86_64.rpm
validation:
type: sha256
value: 55a4dbce7d40ce16d61fd1ed797653a6667a2aadb824d07ef2cd2684a51ee91c
value: 518646a7ad17a0656c4dcf39fd95e755e413086705612a39aacaa5ccd9bf7d54
- filename: postgresql12-libs.rpm
url: https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-libs-12.6-1PGDG.rhel8.x86_64.rpm
url: https://ftp.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-libs-12.7-2PGDG.rhel8.x86_64.rpm
validation:
type: sha256
value: ae07916237922d999854b460649ef582401a2c1b274b4be36d78a61d5750fed7
value: 17ccfd37746f5b4175faa3040f5b3497016518ee5a7f3fbbc716862a398fbb2b
# List of project maintainers
# 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