mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
20782c88bc
PostgreSQL 15 drops support for exclusive backup and renames the start/stop backup commands. This is based on the pgdg-testing repo since beta1 has not been released yet, but it seems unlikely that breaking changes will be made at this point. beta1 should be tagged just before our next release so we'll retest before the release.
27 lines
1.1 KiB
YAML
27 lines
1.1 KiB
YAML
# **********************************************************************************************************************************
|
|
# Container Cache
|
|
#
|
|
# Contains hashes for containers that are available on Docker hub. If present, the container can be pulled instead of being built
|
|
# locally which saves a lot of time. Note: these are hashes of the Dockerfile not the actual binary image.
|
|
#
|
|
# To build a new image:
|
|
# - if Dockerfile has changed, just build as usual
|
|
# - if Dockerfile has not changed, comment out vm hash below and use --vm-force when building
|
|
#
|
|
# To upload a new image:
|
|
# - docker login -u pgbackrest
|
|
# - VM=XXX;DATE=YYYYMMDDX;BASE=pgbackrest/test:${VM?}-base;docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?}
|
|
# **********************************************************************************************************************************
|
|
20220504A:
|
|
x86_64:
|
|
u20: 45b0905785dfd06c867b4067563171970c7581c5
|
|
|
|
20211016A:
|
|
x86_64:
|
|
d9: 3a0ed45fd9115f9612767e7bd13564608d1f8f83
|
|
|
|
20210902A:
|
|
x86_64:
|
|
rh7: c4d02428812374ab6a22efa437499592ae9c5f08
|
|
f33: 04b3353c5fcc859c9df528e2fa78e6ed73c6390b
|