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