UNCLASSIFIED

Commit f2acb237 authored by Ryan Akers's avatar Ryan Akers
Browse files

Merge branch 'add-postgresql-contrib' into 'development'

Add postgresql contrib

See merge request !43
parents 0f4be385 a330c176
Pipeline #289600 passed with stages
in 11 minutes and 37 seconds
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ubi8
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.4
FROM $BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG
......@@ -13,12 +13,13 @@ COPY signatures/RPM-GPG-KEY-PGDG-12 \
postgresql12-server.rpm \
postgresql12.rpm \
postgresql12-libs.rpm \
postgresql12-contrib.rpm \
/tmp/
COPY scripts/docker-entrypoint.sh /usr/local/bin/
RUN rpm --import /tmp/RPM-GPG-KEY-PGDG-12 && \
dnf install -y glibc-langpack-en /tmp/postgresql12-server.rpm /tmp/postgresql12.rpm /tmp/postgresql12-libs.rpm && \
dnf install -y glibc-langpack-en /tmp/postgresql12-server.rpm /tmp/postgresql12.rpm /tmp/postgresql12-libs.rpm /tmp/postgresql12-contrib.rpm && \
dnf clean all && \
rm -rf /var/cache/dnf && \
chmod +x /usr/local/bin/docker-entrypoint.sh
......
......@@ -57,6 +57,11 @@ resources:
validation:
type: sha256
value: 17ccfd37746f5b4175faa3040f5b3497016518ee5a7f3fbbc716862a398fbb2b
- filename: postgresql12-contrib.rpm
url: https://ftp.postgresql.org/pub/repos/yum/12/redhat/rhel-8Server-x86_64/postgresql12-contrib-12.7-2PGDG.rhel8.x86_64.rpm
validation:
type: sha256
value: 7629003db712d51c76be7fd9b745e9ec1fdf64dbf8e11330e85e0a3b06718df8
# 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