mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
d8ca0e5c5b
This validates that all current queries work with the new interface and removes the dependency on DBD::Pg.
21 lines
1.0 KiB
YAML
21 lines
1.0 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
|
|
# **********************************************************************************************************************************
|
|
20190725A:
|
|
u18: 91252e3e21ff553b231094194e13966065c32d6b
|
|
co6: 194df5323239146733c51e77e9324b495bb2c727
|
|
co7: 3373903192a6dcf7c0b88c66ce9223da54ee2deb
|
|
u12: d3f1c8123b747b479586c2bbbf544c9a9cc42619
|