mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
d6a6d93a04
This does not add PostgresQL 12 support; it simply adds PostgreSQL 12 to the u18 container for development and testing.
23 lines
1.1 KiB
YAML
23 lines
1.1 KiB
YAML
# **********************************************************************************************************************************
|
|
# Container Cache
|
|
#
|
|
# Contains hashes for containers that are available on Docker hub. If present, the container can be pulled instead of being built
|
|
# locally which saves a lot of time. Note: these are hashes of the Dockerfile not the actual binary image.
|
|
#
|
|
# 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
|
|
# **********************************************************************************************************************************
|
|
20190926A:
|
|
u18: 9a6456313490a68de01e5bae6876b1d598a00ef5
|
|
|
|
20190725A:
|
|
co6: 194df5323239146733c51e77e9324b495bb2c727
|
|
co7: 3373903192a6dcf7c0b88c66ce9223da54ee2deb
|
|
u12: d3f1c8123b747b479586c2bbbf544c9a9cc42619
|