mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
dcf0781987
Per our policy to support five EOL versions of PostgreSQL, 9.3 is no longer supported by pgBackRest. Remove all logic associated with 9.3 and update the tests.
28 lines
1.2 KiB
YAML
28 lines
1.2 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?}
|
|
# **********************************************************************************************************************************
|
|
20231109A:
|
|
x86_64:
|
|
d10: 927b594d0f0319c19d692947f9218a4474cf8cd6
|
|
u20: 51041e6806d2d05ccefbd8a2ab23f2c9e42a7997
|
|
u22: 287933d006d8780a521dac6409f4910ebafe6ded
|
|
|
|
20230622A:
|
|
x86_64:
|
|
f38: 3dc5e099699d3f4f3bc65d06f20c0ae1c9124eaf
|
|
|
|
20230513A:
|
|
x86_64:
|
|
rh7: 18dd0cbe19aa66dd9d72d312da5cb8c4bddea8b9
|