2018-07-21 23:02:42 +02:00
|
|
|
# **********************************************************************************************************************************
|
|
|
|
# Container Cache
|
|
|
|
#
|
|
|
|
# Contains hashes for containers that are available on Docker hub. If present, the container can be pulled instead of being built
|
2018-07-23 13:17:24 +02:00
|
|
|
# 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-11-09 17:59:12 +02:00
|
|
|
20231109A:
|
2023-06-22 18:23:06 +02:00
|
|
|
x86_64:
|
2023-11-09 17:59:12 +02:00
|
|
|
d10: 927b594d0f0319c19d692947f9218a4474cf8cd6
|
|
|
|
u20: 51041e6806d2d05ccefbd8a2ab23f2c9e42a7997
|
|
|
|
u22: 287933d006d8780a521dac6409f4910ebafe6ded
|
2023-06-22 18:23:06 +02:00
|
|
|
|
2023-09-01 02:22:01 +02:00
|
|
|
20230622A:
|
2023-05-25 19:08:12 +02:00
|
|
|
x86_64:
|
2023-09-01 02:22:01 +02:00
|
|
|
f38: 3dc5e099699d3f4f3bc65d06f20c0ae1c9124eaf
|
2023-05-25 19:08:12 +02:00
|
|
|
|
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
|
|
|
rh7: 18dd0cbe19aa66dd9d72d312da5cb8c4bddea8b9
|