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
|
|
|
# **********************************************************************************************************************************
|
2021-08-19 23:25:57 +02:00
|
|
|
20210819A:
|
|
|
|
x86_64:
|
|
|
|
co7: 03a73386264355a5d1750ccd13371db97d92ab28
|
|
|
|
u16: 056645ea79dd0538fa35e91af2fe65dc79c68c1b
|
|
|
|
u20: cff054ccddd944f85e69bdf2c122b4890c60d6b7
|
|
|
|
|
|
|
|
20210818A:
|
2021-05-03 22:31:27 +02:00
|
|
|
aarch64:
|
2021-08-19 23:25:57 +02:00
|
|
|
u20: cff054ccddd944f85e69bdf2c122b4890c60d6b7
|
2021-07-18 23:29:20 +02:00
|
|
|
co7: 8726f3be088e4ba34eb45e32c1994a32ca0e5c1d
|
2020-05-07 17:06:56 +02:00
|
|
|
|
2021-07-18 23:29:20 +02:00
|
|
|
20210717A:
|
2021-05-03 22:31:27 +02:00
|
|
|
x86_64:
|
2021-07-18 23:29:20 +02:00
|
|
|
f33: 80326dab5c7d0137062b8d181ca07f9b14142de7
|