mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
1afea449e2
The newer version of valgrind helps with some arm64 issues that have been fixed since the architecture has become more popular. Also add the valgrind builds to the Vagrantfile and Dockerfile. Move the CA cert install from the base container to the test container. This means the CA cert can be changed without rebuilding all the base containers.
26 lines
1.2 KiB
YAML
26 lines
1.2 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?}
|
|
# **********************************************************************************************************************************
|
|
20210902A:
|
|
x86_64:
|
|
co7: c4d02428812374ab6a22efa437499592ae9c5f08
|
|
f33: 04b3353c5fcc859c9df528e2fa78e6ed73c6390b
|
|
u16: 3c872cddfdf2534e32c074dfae1ec25295237b5c
|
|
u20: d81b5a7e496290710c4dbef7a7f07ae60ae9619f
|
|
|
|
20210901A:
|
|
aarch64:
|
|
u20: d81b5a7e496290710c4dbef7a7f07ae60ae9619f
|
|
co7: a590bc38a94217b3bc9fe00a1051850c9deef145
|