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-03-10 20:45:27 +02:00
|
|
|
20200310A:
|
|
|
|
co6: beb7b5a62ebdf209bb54494129baeadbd0c2954f
|
|
|
|
co7: 833c4ef292b9b3c957d9d7d296ec7c03ec6310c2
|
|
|
|
f30: 9ef023b179bd9e54bb079d60b75516067a4b4b1d
|
|
|
|
u18: 5e295130131d5fe96e2483885c171677b52c8ce3
|
|
|
|
u19: 9eb97f565e47a76e98743c98a862f91e8df5e2b1
|
|
|
|
|
2020-01-24 19:08:05 +02:00
|
|
|
20200124A:
|
|
|
|
u12: 0f2fcf1bc79ee35e78121773c9a2155a77cb10d5
|