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
|
|
|
# **********************************************************************************************************************************
|
2020-06-26 13:44:56 +02:00
|
|
|
20200626A:
|
2020-05-21 19:46:16 +02:00
|
|
|
u18: 7df9a43ce9b6736e5f8dc797edd0f6326908fd2b
|
|
|
|
|
2020-05-07 17:06:56 +02:00
|
|
|
20200507A:
|
|
|
|
f32: 61792779061d2a675509c65bfa64b61b8d4cea17
|
|
|
|
|
2020-05-05 22:49:01 +02:00
|
|
|
20200505A:
|
|
|
|
co6: c07889acc321e461263fada797941cfa947d2550
|
|
|
|
co7: 538dc7fd9cc129e44d4ae6bacfb6f1db10309993
|
|
|
|
u12: 8a88ab44aace049d7da5ca1094375ff8b9aeb7ab
|