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:
|
|
|
|
# - docker login
|
|
|
|
# - docker tag pgbackrest/test:{vm}-base pgbackrest/test:{vm}-base-YYYYMMDDA
|
|
|
|
# - docker push pgbackrest/test:{vm}-base-YYYYMMDDA
|
2018-07-21 23:02:42 +02:00
|
|
|
# **********************************************************************************************************************************
|
2019-09-27 15:35:59 +02:00
|
|
|
20190926A:
|
|
|
|
u18: 9a6456313490a68de01e5bae6876b1d598a00ef5
|
|
|
|
|
2019-07-25 23:05:39 +02:00
|
|
|
20190725A:
|
|
|
|
co6: 194df5323239146733c51e77e9324b495bb2c727
|
|
|
|
co7: 3373903192a6dcf7c0b88c66ce9223da54ee2deb
|
|
|
|
u12: d3f1c8123b747b479586c2bbbf544c9a9cc42619
|