mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
c98baab6b5
Remove VM_OS_REPO since it is no longer required. Rebalance PostgreSQL versions for more efficient test times. Always print version of PostgreSQL when testing. This helps verify that new minor releases are being used.
24 lines
1.1 KiB
YAML
24 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?}
|
|
# **********************************************************************************************************************************
|
|
20220519A:
|
|
x86_64:
|
|
u18: 36f27a31ed9af97fcbfaba09794c719c225f885d
|
|
u20: 17c74ed3fd3d76119f672740d77caf873fc57bac
|
|
rh7: 31d4a6c10534e69bc0251e11d86ee9b00971d823
|
|
|
|
20210902A:
|
|
x86_64:
|
|
f33: 04b3353c5fcc859c9df528e2fa78e6ed73c6390b
|