Commit 003408e CloudNativePG Automated Updates
committed
1 parent 156225b commit 003408e Copy full SHA for 003408e
File tree 8 files changed +20
-20
lines changed
8 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.11.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 22 " ,
4
- "POSTGRES_IMAGE_LAST_UPDATED" : " 2024-09-05T23:10:21.349001Z " ,
3
+ "IMAGE_RELEASE_VERSION" : " 23 " ,
4
+ "POSTGRES_IMAGE_LAST_UPDATED" : " 2024-09-27T02:09:24.258633Z " ,
5
5
"POSTGRES_IMAGE_VERSION" : " 16.4-bookworm"
6
6
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM postgres:16.4-bookworm
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="22 " \
23
+ release="23 " \
24
24
summary="PostgreSQL Container images." \
25
25
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bookworm."
26
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.11.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 23 " ,
4
- "POSTGRES_IMAGE_LAST_UPDATED" : " 2024-09-06T23:24:41.09928Z " ,
3
+ "IMAGE_RELEASE_VERSION" : " 24 " ,
4
+ "POSTGRES_IMAGE_LAST_UPDATED" : " 2024-09-27T02:09:26.359204Z " ,
5
5
"POSTGRES_IMAGE_VERSION" : " 16.4-bullseye"
6
6
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM postgres:16.4-bullseye
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="23 " \
23
+ release="24 " \
24
24
summary="PostgreSQL Container images." \
25
25
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bullseye."
26
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.11.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 18 " ,
4
- "POSTGRES_IMAGE_LAST_UPDATED" : " 2024-09-07T02:11:33.555234Z " ,
5
- "POSTGRES_IMAGE_VERSION" : " 17rc1 -bookworm"
3
+ "IMAGE_RELEASE_VERSION" : " 1 " ,
4
+ "POSTGRES_IMAGE_LAST_UPDATED" : " 2024-09-27T05:15:08.360564Z " ,
5
+ "POSTGRES_IMAGE_VERSION" : " 17.0 -bookworm"
6
6
}
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
#
17
- FROM postgres:17rc1 -bookworm
17
+ FROM postgres:17.0 -bookworm
18
18
19
19
# Do not split the description, otherwise we will see a blank space in the labels
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="18 " \
23
+ release="1 " \
24
24
summary="PostgreSQL Container images." \
25
- description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1 -bookworm."
25
+ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0 -bookworm."
26
26
27
- LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1 -bookworm."
27
+ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0 -bookworm."
28
28
29
29
COPY requirements.txt /
30
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.11.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 18 " ,
4
- "POSTGRES_IMAGE_LAST_UPDATED" : " 2024-09-07T02:11:45.189541Z " ,
5
- "POSTGRES_IMAGE_VERSION" : " 17rc1 -bullseye"
3
+ "IMAGE_RELEASE_VERSION" : " 1 " ,
4
+ "POSTGRES_IMAGE_LAST_UPDATED" : " 2024-09-27T02:10:39.813373Z " ,
5
+ "POSTGRES_IMAGE_VERSION" : " 17.0 -bullseye"
6
6
}
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
#
17
- FROM postgres:17rc1 -bullseye
17
+ FROM postgres:17.0 -bullseye
18
18
19
19
# Do not split the description, otherwise we will see a blank space in the labels
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="18 " \
23
+ release="1 " \
24
24
summary="PostgreSQL Container images." \
25
- description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1 -bullseye."
25
+ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0 -bullseye."
26
26
27
- LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1 -bullseye."
27
+ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0 -bullseye."
28
28
29
29
COPY requirements.txt /
30
30
You can’t perform that action at this time.
0 commit comments