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
bc1b387e
Commit
bc1b387e
authored
Dec 11, 2020
by
Andy Maksymowicz
Browse files
Add new file
parent
1ac845be
Pipeline
#101040
passed with stage
in 5 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
73 additions
and
0 deletions
+73
-0
hardening_manifest.yaml
hardening_manifest.yaml
+73
-0
No files found.
hardening_manifest.yaml
0 → 100644
View file @
bc1b387e
---
apiVersion
:
v1
# The repository name in registry1, excluding /ironbank/
name
:
"
opensource/postgres/postgresql12"
# List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags
:
-
"
12.5"
-
"
latest"
# Build args passed to Dockerfile ARGs
args
:
BASE_IMAGE
:
"
redhat/ubi/ubi8"
BASE_TAG
:
"
8.3"
# 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.2
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.5"
## Keywords to help with search (ex. "cicd,gitops,golang")
# mil.dso.ironbank.image.keywords: "FIXME"
## This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type
:
"
opensource"
## Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name
:
"
postgres"
# List of resources to make available to the offline build context
resources
:
-
filename
:
RPM-GPG-KEY-PGDG-12
url
:
https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-12
validation
:
type
:
sha256
value
:
5c7bdbdfa666de461e14007f7207d4d4f8c0565c56a88bb24c77f25b856203d4
-
filename
:
postgresql12-server.rpm
url
:
https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-server-12.5-1PGDG.rhel8.x86_64.rpm
validation
:
type
:
sha256
value
:
05d1d70ee5cd9c937fafca5011d42fdb219c5700a6e13e732a9548a16e604811
-
filename
:
postgresql12.rpm
url
:
https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-12.5-1PGDG.rhel8.x86_64.rpm
validation
:
type
:
sha256
value
:
a761badb2ab4c94b6980e4e9f6976396de160725338cf22885fe7b8068b3d9d2
-
filename
:
postgresql12-libs.rpm
url
:
https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-libs-12.5-1PGDG.rhel8.x86_64.rpm
validation
:
type
:
sha256
value
:
d1311a3e207f6c854a60e852d94597770ec28fa29452af74a43af40c34996268
# List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist
# FIXME: Include any other vendor information if applicable
maintainers
:
-
email
:
"
josheason@seed-inovations.com"
# # The name of the current container owner
name
:
"
Josh
Eason"
# # The gitlab username of the current container owner
username
:
"
jeason"
cht_member
:
true
# - name: "FIXME"
# username: "FIXME"
# email: "FIXME"
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