forked from repo-mirrors/cnpg-postgres-containers
Daily automatic update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "22",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-05T23:10:21.349001Z",
|
||||
"IMAGE_RELEASE_VERSION": "23",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T02:09:24.258633Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.4-bookworm"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:16.4-bookworm
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="22" \
|
||||
release="23" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bookworm."
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "23",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-06T23:24:41.09928Z",
|
||||
"IMAGE_RELEASE_VERSION": "24",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T02:09:26.359204Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.4-bullseye"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:16.4-bullseye
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="23" \
|
||||
release="24" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bullseye."
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "18",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-07T02:11:33.555234Z",
|
||||
"POSTGRES_IMAGE_VERSION": "17rc1-bookworm"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T05:15:08.360564Z",
|
||||
"POSTGRES_IMAGE_VERSION": "17.0-bookworm"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:17rc1-bookworm
|
||||
FROM postgres:17.0-bookworm
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="18" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bookworm."
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bookworm."
|
||||
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bookworm."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bookworm."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "18",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-07T02:11:45.189541Z",
|
||||
"POSTGRES_IMAGE_VERSION": "17rc1-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T02:10:39.813373Z",
|
||||
"POSTGRES_IMAGE_VERSION": "17.0-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:17rc1-bullseye
|
||||
FROM postgres:17.0-bullseye
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="18" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bullseye."
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bullseye."
|
||||
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
Reference in New Issue
Block a user