2018-07-21 17:02:42 -04:00
|
|
|
# **********************************************************************************************************************************
|
|
|
|
# Container Cache
|
|
|
|
#
|
2023-05-02 12:57:12 +03:00
|
|
|
# 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.
|
2018-09-21 13:25:27 -04:00
|
|
|
#
|
|
|
|
# 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:
|
2019-10-09 15:03:03 -04:00
|
|
|
# - docker login -u pgbackrest
|
2019-10-12 11:26:13 -04:00
|
|
|
# - VM=XXX;DATE=YYYYMMDDX;BASE=pgbackrest/test:${VM?}-base;docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?}
|
2018-07-21 17:02:42 -04:00
|
|
|
# **********************************************************************************************************************************
|
2023-05-13 12:16:16 -04:00
|
|
|
20230513A:
|
2023-04-27 10:30:50 +03:00
|
|
|
x86_64:
|
2023-05-13 12:16:16 -04:00
|
|
|
d10: 633def5323eeed51d7aa187ad1d61e854c47d6fa
|
|
|
|
f36: 640d3ed0d9786ef61263e27a77686a331f72c58e
|
|
|
|
rh7: 18dd0cbe19aa66dd9d72d312da5cb8c4bddea8b9
|
|
|
|
u22: eba71d24c8636c7dfea5942f78a82a4566bef784
|