mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
2452c4d5a4
There are no code changes from PostgreSQL 13 so simply add the new version. Add CATALOG_VERSION_NO_MAX to allow the catalog version to "float" during the PostgreSQL beta/rc period so new pgBackRest versions are not required when the catalog version changes. Update the integration tests to handle new PostgreSQL startup messages.
35 lines
1.3 KiB
YAML
35 lines
1.3 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 -u pgbackrest
|
|
# - VM=XXX;DATE=YYYYMMDDX;BASE=pgbackrest/test:${VM?}-base;docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?}
|
|
# **********************************************************************************************************************************
|
|
20210521A:
|
|
x86_64:
|
|
u18: a92925d1200fd12d5f3d59f3a3db555c6efa00be
|
|
|
|
20210503A:
|
|
aarch64:
|
|
u20: 00a309971d5566ff3eb0db92c66b4f4ef0566d36
|
|
co7: 41b9ffa64e5914753708eb3cdde3892010683fd7
|
|
|
|
20210113A:
|
|
x86_64:
|
|
co7: 2c1e13990f92635cc7d959dcbe497b765861c2b2
|
|
|
|
20200507A:
|
|
x86_64:
|
|
f32: 61792779061d2a675509c65bfa64b61b8d4cea17
|
|
|
|
20200505A:
|
|
x86_64:
|
|
u12: 8a88ab44aace049d7da5ca1094375ff8b9aeb7ab
|