mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
ac426bc456
Test certificates were generated dynamically but there are advantages to using static certificates. For example, it possible to use the same certificate between container versions. Mostly, it is easier to document the certificates if they are not buried deep in the container code. The new test certificates are initially intended to be used with the C unit tests but they will eventually be used for integration tests as well. Two new certificates have been defined. See test/certificate/README.md for details. The old dynamic certificates will be retained until they are replaced.
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
|
|
# **********************************************************************************************************************************
|
|
20181121A:
|
|
u18: e62cd73d8e20f0bc25a1b3c4fd2bd3520ee196b3
|
|
co6: a7836f34b8053bc7656676c0b188b1893bc41186
|
|
co7: 72b99963f7bdf7b1b9d617239149d9c583819887
|
|
u12: d36f0ea1ff557524bc80e02d2a25daf287ebce64
|