mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
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?}
|
|
# **********************************************************************************************************************************
|
|
20220506A:
|
|
x86_64:
|
|
d9: 5af02d378de0f10edcfc86ea27aa8400b825d39b
|
|
|
|
20220504A:
|
|
x86_64:
|
|
u20: 45b0905785dfd06c867b4067563171970c7581c5
|
|
|
|
20210902A:
|
|
x86_64:
|
|
rh7: c4d02428812374ab6a22efa437499592ae9c5f08
|
|
f33: 04b3353c5fcc859c9df528e2fa78e6ed73c6390b
|