forked from repo-mirrors/cnpg-postgres-containers
Daily automatic update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.12.0",
|
||||
"IMAGE_RELEASE_VERSION": "5",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:17:47.471477Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.5-bookworm"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:08:55.084641Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.6-bookworm"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:16.5-bookworm
|
||||
FROM postgres:16.6-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="5" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.5-bookworm."
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bookworm."
|
||||
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.5-bookworm."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bookworm."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.12.0",
|
||||
"IMAGE_RELEASE_VERSION": "5",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:17:49.658567Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.5-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:08:56.006445Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.6-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:16.5-bullseye
|
||||
FROM postgres:16.6-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="5" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.5-bullseye."
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bullseye."
|
||||
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.5-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
Reference in New Issue
Block a user