Skip to content

Commit 0048c4c

Browse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent 84f8733 commit 0048c4c

37 files changed

+145
-313
lines changed

Debian/12/bookworm/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.11.1",
3-
"IMAGE_RELEASE_VERSION": "21",
2+
"BARMAN_VERSION": "3.12.1",
3+
"IMAGE_RELEASE_VERSION": "22",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T18:07:41.780817Z",
55
"POSTGRES_IMAGE_VERSION": "12.22-bookworm"
66
}

Debian/12/bookworm/Dockerfile

+1-15
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:12.22-bookworm
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="21" \
23+
release="22" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.22-bookworm."
2626

@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --break-system-packages --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/12/bookworm/requirements.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.11.1 \
20-
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21-
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
19+
barman[azure,cloud,google,snappy]==3.12.1 \
20+
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \
21+
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169
2222
# via -r requirements.in
23-
boto3==1.35.84 \
24-
--hash=sha256:9f9bf72d92f7fdd546b974ffa45fa6715b9af7f5c00463e9d0f6ef9c95efe0c2 \
25-
--hash=sha256:c94fc8023caf952f8740a48fc400521bba167f883cfa547d985c05fda7223f7a
26-
botocore==1.35.84 \
27-
--hash=sha256:b4dc2ac7f54ba959429e1debbd6c7c2fb2349baa1cd63803f0682f0773dbd077 \
28-
--hash=sha256:f86754882e04683e2e99a6a23377d0dd7f1fc2b2242844b2381dbe4dcd639301
23+
boto3==1.35.85 \
24+
--hash=sha256:6257cad97d92c2b5597aec6e5484b9cfed8c0c785297942ed37cfaf2dd0ec23c \
25+
--hash=sha256:f22678bdbdc91ca6022a45696284d236e1fbafa84ca3a69d108d4a155cdd823e
26+
botocore==1.35.85 \
27+
--hash=sha256:04c196905b0eebcb29f7594a9e4588772a5222deed1b381f54cab78d0f30e239 \
28+
--hash=sha256:5e7e8075e85427c9e0e6d15dcb7d13b3c843011b25d43981571fe1bfb3fd6985
2929
# via
3030
# boto3
3131
# s3transfer

Debian/12/bullseye/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.11.1",
3-
"IMAGE_RELEASE_VERSION": "21",
2+
"BARMAN_VERSION": "3.12.1",
3+
"IMAGE_RELEASE_VERSION": "22",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T09:07:49.535834Z",
55
"POSTGRES_IMAGE_VERSION": "12.22-bullseye"
66
}

Debian/12/bullseye/Dockerfile

+1-15
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:12.22-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="21" \
23+
release="22" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.22-bullseye."
2626

@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/12/bullseye/requirements.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.11.1 \
20-
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21-
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
19+
barman[azure,cloud,google,snappy]==3.12.1 \
20+
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \
21+
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169
2222
# via -r requirements.in
23-
boto3==1.35.84 \
24-
--hash=sha256:9f9bf72d92f7fdd546b974ffa45fa6715b9af7f5c00463e9d0f6ef9c95efe0c2 \
25-
--hash=sha256:c94fc8023caf952f8740a48fc400521bba167f883cfa547d985c05fda7223f7a
26-
botocore==1.35.84 \
27-
--hash=sha256:b4dc2ac7f54ba959429e1debbd6c7c2fb2349baa1cd63803f0682f0773dbd077 \
28-
--hash=sha256:f86754882e04683e2e99a6a23377d0dd7f1fc2b2242844b2381dbe4dcd639301
23+
boto3==1.35.85 \
24+
--hash=sha256:6257cad97d92c2b5597aec6e5484b9cfed8c0c785297942ed37cfaf2dd0ec23c \
25+
--hash=sha256:f22678bdbdc91ca6022a45696284d236e1fbafa84ca3a69d108d4a155cdd823e
26+
botocore==1.35.85 \
27+
--hash=sha256:04c196905b0eebcb29f7594a9e4588772a5222deed1b381f54cab78d0f30e239 \
28+
--hash=sha256:5e7e8075e85427c9e0e6d15dcb7d13b3c843011b25d43981571fe1bfb3fd6985
2929
# via
3030
# boto3
3131
# s3transfer

Debian/13/bookworm/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.11.1",
3-
"IMAGE_RELEASE_VERSION": "21",
2+
"BARMAN_VERSION": "3.12.1",
3+
"IMAGE_RELEASE_VERSION": "22",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T18:08:11.074597Z",
55
"POSTGRES_IMAGE_VERSION": "13.18-bookworm"
66
}

Debian/13/bookworm/Dockerfile

+1-15
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:13.18-bookworm
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="21" \
23+
release="22" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.18-bookworm."
2626

@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --break-system-packages --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/13/bookworm/requirements.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.11.1 \
20-
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21-
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
19+
barman[azure,cloud,google,snappy]==3.12.1 \
20+
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \
21+
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169
2222
# via -r requirements.in
23-
boto3==1.35.84 \
24-
--hash=sha256:9f9bf72d92f7fdd546b974ffa45fa6715b9af7f5c00463e9d0f6ef9c95efe0c2 \
25-
--hash=sha256:c94fc8023caf952f8740a48fc400521bba167f883cfa547d985c05fda7223f7a
26-
botocore==1.35.84 \
27-
--hash=sha256:b4dc2ac7f54ba959429e1debbd6c7c2fb2349baa1cd63803f0682f0773dbd077 \
28-
--hash=sha256:f86754882e04683e2e99a6a23377d0dd7f1fc2b2242844b2381dbe4dcd639301
23+
boto3==1.35.85 \
24+
--hash=sha256:6257cad97d92c2b5597aec6e5484b9cfed8c0c785297942ed37cfaf2dd0ec23c \
25+
--hash=sha256:f22678bdbdc91ca6022a45696284d236e1fbafa84ca3a69d108d4a155cdd823e
26+
botocore==1.35.85 \
27+
--hash=sha256:04c196905b0eebcb29f7594a9e4588772a5222deed1b381f54cab78d0f30e239 \
28+
--hash=sha256:5e7e8075e85427c9e0e6d15dcb7d13b3c843011b25d43981571fe1bfb3fd6985
2929
# via
3030
# boto3
3131
# s3transfer

Debian/13/bullseye/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.11.1",
3-
"IMAGE_RELEASE_VERSION": "21",
2+
"BARMAN_VERSION": "3.12.1",
3+
"IMAGE_RELEASE_VERSION": "22",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T09:08:22.121847Z",
55
"POSTGRES_IMAGE_VERSION": "13.18-bullseye"
66
}

Debian/13/bullseye/Dockerfile

+1-15
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:13.18-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="21" \
23+
release="22" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.18-bullseye."
2626

@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/13/bullseye/requirements.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.11.1 \
20-
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21-
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
19+
barman[azure,cloud,google,snappy]==3.12.1 \
20+
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \
21+
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169
2222
# via -r requirements.in
23-
boto3==1.35.84 \
24-
--hash=sha256:9f9bf72d92f7fdd546b974ffa45fa6715b9af7f5c00463e9d0f6ef9c95efe0c2 \
25-
--hash=sha256:c94fc8023caf952f8740a48fc400521bba167f883cfa547d985c05fda7223f7a
26-
botocore==1.35.84 \
27-
--hash=sha256:b4dc2ac7f54ba959429e1debbd6c7c2fb2349baa1cd63803f0682f0773dbd077 \
28-
--hash=sha256:f86754882e04683e2e99a6a23377d0dd7f1fc2b2242844b2381dbe4dcd639301
23+
boto3==1.35.85 \
24+
--hash=sha256:6257cad97d92c2b5597aec6e5484b9cfed8c0c785297942ed37cfaf2dd0ec23c \
25+
--hash=sha256:f22678bdbdc91ca6022a45696284d236e1fbafa84ca3a69d108d4a155cdd823e
26+
botocore==1.35.85 \
27+
--hash=sha256:04c196905b0eebcb29f7594a9e4588772a5222deed1b381f54cab78d0f30e239 \
28+
--hash=sha256:5e7e8075e85427c9e0e6d15dcb7d13b3c843011b25d43981571fe1bfb3fd6985
2929
# via
3030
# boto3
3131
# s3transfer

Debian/14/bookworm/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.11.1",
3-
"IMAGE_RELEASE_VERSION": "21",
2+
"BARMAN_VERSION": "3.12.1",
3+
"IMAGE_RELEASE_VERSION": "22",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T15:09:04.12635Z",
55
"POSTGRES_IMAGE_VERSION": "14.15-bookworm"
66
}

Debian/14/bookworm/Dockerfile

+1-15
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:14.15-bookworm
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="21" \
23+
release="22" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.15-bookworm."
2626

@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --break-system-packages --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/14/bookworm/requirements.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.11.1 \
20-
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21-
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
19+
barman[azure,cloud,google,snappy]==3.12.1 \
20+
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \
21+
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169
2222
# via -r requirements.in
23-
boto3==1.35.84 \
24-
--hash=sha256:9f9bf72d92f7fdd546b974ffa45fa6715b9af7f5c00463e9d0f6ef9c95efe0c2 \
25-
--hash=sha256:c94fc8023caf952f8740a48fc400521bba167f883cfa547d985c05fda7223f7a
26-
botocore==1.35.84 \
27-
--hash=sha256:b4dc2ac7f54ba959429e1debbd6c7c2fb2349baa1cd63803f0682f0773dbd077 \
28-
--hash=sha256:f86754882e04683e2e99a6a23377d0dd7f1fc2b2242844b2381dbe4dcd639301
23+
boto3==1.35.85 \
24+
--hash=sha256:6257cad97d92c2b5597aec6e5484b9cfed8c0c785297942ed37cfaf2dd0ec23c \
25+
--hash=sha256:f22678bdbdc91ca6022a45696284d236e1fbafa84ca3a69d108d4a155cdd823e
26+
botocore==1.35.85 \
27+
--hash=sha256:04c196905b0eebcb29f7594a9e4588772a5222deed1b381f54cab78d0f30e239 \
28+
--hash=sha256:5e7e8075e85427c9e0e6d15dcb7d13b3c843011b25d43981571fe1bfb3fd6985
2929
# via
3030
# boto3
3131
# s3transfer

Debian/14/bullseye/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.11.1",
3-
"IMAGE_RELEASE_VERSION": "20",
2+
"BARMAN_VERSION": "3.12.1",
3+
"IMAGE_RELEASE_VERSION": "21",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T09:08:55.731441Z",
55
"POSTGRES_IMAGE_VERSION": "14.15-bullseye"
66
}

0 commit comments

Comments
 (0)