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
O
Opensource
postgres
postgresql12
Commits
36fbe51a
Commit
36fbe51a
authored
May 26, 2021
by
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
Changes
2
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+11
-11
No files found.
Dockerfile
View file @
36fbe51a
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
...
...
hardening_manifest.yaml
View file @
36fbe51a
...
...
@@ -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
:
5c7bdbdfa666de461e14007f7207d4d4f8c0565c56a88bb24c77f25b856203d
4
value
:
991821e20c4af66314b023db867c7ee8d593f249b9732cbacba7bcd7b25e960
4
-
filename
:
postgresql12-server.rpm
url
:
https://
download
.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-server-12.
6-1
PGDG.rhel8.x86_64.rpm
url
:
https://
ftp
.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-server-12.
7-2
PGDG.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-1
PGDG.rhel8.x86_64.rpm
url
:
https://
ftp
.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-12.
7-2
PGDG.rhel8.x86_64.rpm
validation
:
type
:
sha256
value
:
5
5a4dbce7d40ce16d61fd1ed797653a6667a2aadb824d07ef2cd2684a51ee91c
value
:
5
18646a7ad17a0656c4dcf39fd95e755e413086705612a39aacaa5ccd9bf7d54
-
filename
:
postgresql12-libs.rpm
url
:
https://
download
.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-libs-12.
6-1
PGDG.rhel8.x86_64.rpm
url
:
https://
ftp
.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-libs-12.
7-2
PGDG.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
...
...
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