You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
PostgreSQL 11 Beta 4 support.
Catalog version changed for this release, so update it. Also update and upload a new container with beta 4 installed.
This commit is contained in:
+10
-1
@@ -3,8 +3,17 @@
|
||||
#
|
||||
# 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
|
||||
# **********************************************************************************************************************************
|
||||
20180815A:
|
||||
20180921A:
|
||||
u18: 5e966399a1352880e5bb97a35cda162766da0409
|
||||
|
||||
20180721A:
|
||||
|
||||
Reference in New Issue
Block a user