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
|
|
|
# **********************************************************************************************************************************
|
2019-10-12 17:26:13 +02:00
|
|
|
20191012A:
|
|
|
|
f30: 3875f5a0a8ac8aa80746fb5f4a4a71ae7d8b6311
|
|
|
|
co6: 1d27ba40e176accbc9fa9e0dc4020984635dc699
|
|
|
|
co7: a3d54bb1fecc97978d5ec01f4515bbccd6546b32
|
|
|
|
u12: 8f17ee30f3401591c27216447f6819dfc512c9f5
|
|
|
|
u18: 9f504691c36f0b53bc4f94dc1d64ddf5c98119d9
|
|
|
|
u19: 32d78710c7f60872ee4a8b2374d0110e015e2c24
|