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-05-24 23:17:03 +02:00
|
|
|
20210521A:
|
|
|
|
x86_64:
|
|
|
|
u18: a92925d1200fd12d5f3d59f3a3db555c6efa00be
|
|
|
|
|
2021-05-03 22:31:27 +02:00
|
|
|
20210503A:
|
|
|
|
aarch64:
|
|
|
|
u20: 00a309971d5566ff3eb0db92c66b4f4ef0566d36
|
|
|
|
co7: 41b9ffa64e5914753708eb3cdde3892010683fd7
|
|
|
|
|
2021-01-14 00:32:42 +02:00
|
|
|
20210113A:
|
2021-05-03 22:31:27 +02:00
|
|
|
x86_64:
|
|
|
|
co7: 2c1e13990f92635cc7d959dcbe497b765861c2b2
|
2021-01-14 00:32:42 +02:00
|
|
|
|
2020-05-07 17:06:56 +02:00
|
|
|
20200507A:
|
2021-05-03 22:31:27 +02:00
|
|
|
x86_64:
|
|
|
|
f32: 61792779061d2a675509c65bfa64b61b8d4cea17
|
2020-05-07 17:06:56 +02:00
|
|
|
|
2020-05-05 22:49:01 +02:00
|
|
|
20200505A:
|
2021-05-03 22:31:27 +02:00
|
|
|
x86_64:
|
|
|
|
u12: 8a88ab44aace049d7da5ca1094375ff8b9aeb7ab
|