UNCLASSIFIED

Commit 6a7681c2 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'hardening_manifest' into 'development'

Migrate to hardening_manifest.yaml

See merge request !28
parents 39fae26c 28861ed1
Pipeline #100952 failed with stages
in 26 seconds
@Library('DCCSCR@master') _
dccscrPipeline(version: "12.5")
---
resources:
- url: https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-12
filename: RPM-GPG-KEY-PGDG-12
validation:
type: sha256
value: 5c7bdbdfa666de461e14007f7207d4d4f8c0565c56a88bb24c77f25b856203d4
- url: https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-server-12.5-1PGDG.rhel8.x86_64.rpm
filename: postgresql12-server.rpm
validation:
type: sha256
value: 05d1d70ee5cd9c937fafca5011d42fdb219c5700a6e13e732a9548a16e604811
- url: https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-12.5-1PGDG.rhel8.x86_64.rpm
filename: postgresql12.rpm
validation:
type: sha256
value: a761badb2ab4c94b6980e4e9f6976396de160725338cf22885fe7b8068b3d9d2
- url: https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-libs-12.5-1PGDG.rhel8.x86_64.rpm
filename: postgresql12-libs.rpm
validation:
type: sha256
value: d1311a3e207f6c854a60e852d94597770ec28fa29452af74a43af40c34996268
---
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: "FIXME"
## License(s) under which contained software is distributed
# org.opencontainers.image.licenses: "FIXME"
## URL to find more information on the image
# org.opencontainers.image.url: "FIXME"
## Name of the distributing entity, organization or individual
# org.opencontainers.image.vendor: "FIXME"
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: "FIXME"
## Product the image belongs to for grouping multiple images
# mil.dso.ironbank.product.name: "FIXME"
# 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: "FIXME"
# # The gitlab username of the current container owner
# username: "FIXME"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
# - name: "FIXME"
# username: "FIXME"
# email: "FIXME"
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