Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-backrest-repo.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL Vendor="Crunchy Data Solutions" \
description="Crunchy Data PostgreSQL Operator - Apiserver"

ENV PGVERSION="11" PGDG_REPO="pgdg-redhat-repo-latest.noarch.rpm" PGDG_REPO_DISABLE="pgdg10,pgdg96,pgdg95,pgdg94" \
BACKREST_VERSION="2.15"
BACKREST_VERSION="2.15.1"

# PGDG PostgreSQL Repository

Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-backrest-restore.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL Vendor="Crunchy Data Solutions" \
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."

ENV PGVERSION="11" PGDG_REPO="pgdg-redhat-repo-latest.noarch.rpm" PGDG_REPO_DISABLE="pgdg10,pgdg96,pgdg95,pgdg94" \
BACKREST_VERSION="2.15"
BACKREST_VERSION="2.15.1"

RUN rpm -Uvh https://download.postgresql.org/pub/repos/yum/${PGVERSION}/redhat/rhel-7-x86_64/${PGDG_REPO}

Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-backrest.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL Vendor="Crunchy Data Solutions" \
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."

ENV PGVERSION="11" PGDG_REPO="pgdg-redhat-repo-latest.noarch.rpm" PGDG_REPO_DISABLE="pgdg10,pgdg96,pgdg95,pgdg94" \
BACKREST_VERSION="2.15"
BACKREST_VERSION="2.15.1"

RUN rpm -Uvh https://download.postgresql.org/pub/repos/yum/${PGVERSION}/redhat/rhel-7-x86_64/${PGDG_REPO}

Expand Down
2 changes: 1 addition & 1 deletion rhel7/Dockerfile.pgo-backrest-repo.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL Vendor="Crunchy Data Solutions" \
summary="Crunchy Data PostgreSQL Operator - pgo-backrest-repo" \
description="Crunchy Data PostgreSQL Operator - pgo-backrest-repo"

ENV PGVERSION="11" BACKREST_VERSION="2.15"
ENV PGVERSION="11" BACKREST_VERSION="2.15.1"

COPY redhat/atomic/pgo_backrest_repo/help.1 /help.1
COPY redhat/atomic/pgo_backrest_repo/help.md /help.md
Expand Down
2 changes: 1 addition & 1 deletion rhel7/Dockerfile.pgo-backrest-restore.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL Vendor="Crunchy Data Solutions" \
summary="Crunchy Data PostgreSQL Operator - pgo-backrest-restore" \
description="pgBackRest backrest restore"

ENV PGVERSION="11" BACKREST_VERSION="2.15"
ENV PGVERSION="11" BACKREST_VERSION="2.15.1"

COPY redhat/atomic/pgo_backrest_restore/help.1 /help.1
COPY redhat/atomic/pgo_backrest_restore/help.md /help.md
Expand Down
2 changes: 1 addition & 1 deletion rhel7/Dockerfile.pgo-backrest.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL name="crunchydata/pgo-backrest-" \
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."

ENV PGVERSION="11" BACKREST_VERSION="2.15"
ENV PGVERSION="11" BACKREST_VERSION="2.15.1"

# Crunchy Postgres repo
ADD conf/RPM-GPG-KEY-crunchydata /
Expand Down