mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
21 lines
1.1 KiB
YAML
21 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?}
|
|
# **********************************************************************************************************************************
|
|
20230513A:
|
|
x86_64:
|
|
d10: 633def5323eeed51d7aa187ad1d61e854c47d6fa
|
|
f36: 640d3ed0d9786ef61263e27a77686a331f72c58e
|
|
rh7: 18dd0cbe19aa66dd9d72d312da5cb8c4bddea8b9
|
|
u22: eba71d24c8636c7dfea5942f78a82a4566bef784
|