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
|
|
|
# **********************************************************************************************************************************
|
2024-06-12 08:08:17 +02:00
|
|
|
20240612A:
|
2024-06-11 07:20:04 +02:00
|
|
|
x86_64:
|
2024-06-12 08:08:17 +02:00
|
|
|
d10: ff35751bb4be23b90441a228089d8851aad2b3a2
|
|
|
|
f40: ae6241a28e5d8a6b6060d0ef00855f519ea45c24
|
|
|
|
rh8: 84e3ece92ebc2650346a9ea783940d33ec2872db
|
|
|
|
u20: a754f9acc98c79a0b0ad3a39a140a752a27ac5e7
|
|
|
|
u22: 233aa5805f958cc079efc851abd61bcdc20735e0
|