Skip to content

Commit

Permalink
Automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
EnterpriseDB Automated Updates committed Jul 4, 2024
1 parent 3b3b40b commit 8b49e30
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"IMAGE_RELEASE_VERSION": "8",
"PGBOUNCER_VERSION": "1.22.1",
"UBI_VERSION": "8.10-896.1717584414"
"IMAGE_RELEASE_VERSION": "1",
"PGBOUNCER_VERSION": "1.23.0",
"UBI_VERSION": "8.10-1018"
}
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vim:set ft=dockerfile:
ARG UBI_VERSION=8.10-896.1717584414
ARG PGBOUNCER_VERSION=1.22.1
ARG UBI_VERSION=8.10-1018
ARG PGBOUNCER_VERSION=1.23.0

FROM registry.access.redhat.com/ubi8/ubi-minimal:${UBI_VERSION} AS build
ARG PGBOUNCER_VERSION
Expand All @@ -24,8 +24,8 @@ ARG TARGETARCH
LABEL name="PgBouncer Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="1.22.1" \
release="8" \
version="1.23.0" \
release="1" \
summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \
description="This Docker image contains PgBouncer based on RedHat Universal Base Images (UBI) 8 minimal."

Expand Down
8 changes: 4 additions & 4 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ json-c-0.13.1-3.el8.x86_64
json-glib-1.4.4-1.el8.x86_64
keyutils-libs-1.5.10-9.el8.x86_64
kmod-libs-25-20.el8.x86_64
krb5-libs-1.18.2-27.el8_10.x86_64
krb5-libs-1.18.2-28.el8_10.x86_64
langpacks-en-1.0-12.el8.noarch
libacl-2.2.53-3.el8.x86_64
libarchive-3.3.3-5.el8.x86_64
Expand All @@ -72,7 +72,7 @@ libidn2-2.2.0-1.el8.x86_64
libksba-1.3.5-9.el8_7.x86_64
libmodulemd-2.13.0-1.el8.x86_64
libmount-2.32.1-46.el8.x86_64
libnghttp2-1.33.0-5.el8_9.x86_64
libnghttp2-1.33.0-6.el8_10.1.x86_64
libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64
libpeas-1.22.0-6.el8.x86_64
libpsl-0.20.2-6.el8.x86_64
Expand Down Expand Up @@ -108,7 +108,7 @@ ncurses-base-6.1-10.20180224.el8.noarch
ncurses-libs-6.1-10.20180224.el8.x86_64
nettle-3.4.1-7.el8.x86_64
npth-1.5-4.el8.x86_64
openldap-2.4.46-18.el8.x86_64
openldap-2.4.46-19.el8_10.x86_64
openssl-1.1.1k-12.el8_9.x86_64
openssl-libs-1.1.1k-12.el8_9.x86_64
p11-kit-0.23.22-2.el8.x86_64
Expand All @@ -122,7 +122,7 @@ postgresql13-13.15-3PGDG.rhel8.x86_64
postgresql13-libs-13.15-3PGDG.rhel8.x86_64
publicsuffix-list-dafsa-20180723-1.el8.noarch
readline-7.0-10.el8.x86_64
redhat-release-8.10-0.2.el8.x86_64
redhat-release-8.10-0.3.el8.x86_64
rootfiles-8.1-22.el8.noarch
rpm-4.14.3-31.el8.x86_64
rpm-libs-4.14.3-31.el8.x86_64
Expand Down

0 comments on commit 8b49e30

Please sign in to comment.