2018-07-21 17:02:42 -04: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 07:17:24 -04:00
|
|
|
# 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
|
|
|
# **********************************************************************************************************************************
|
2025-01-23 08:10:37 -05:00
|
|
|
20250123A:
|
2024-07-15 11:53:57 +07:00
|
|
|
x86_64:
|
|
|
|
d11: f3bc523f10e873f85b889120ea08c6c53358cc47
|
2025-01-23 08:10:37 -05:00
|
|
|
f41: ce870455184e991e0efd90176da1412f0f3f72a2
|
2024-10-16 12:14:12 +03:00
|
|
|
rh8: 4d141c845abfbdbf402ba447cf2bd2e4357c8a63
|
2025-01-23 08:10:37 -05:00
|
|
|
u20: 862159b4d2169a4752b106639ca0f47c1ebb1f86
|
|
|
|
u22: df6cb8401b0e8d55d856e0ec1a9387a5884a2b63
|