mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
a16cf5eac7
Both have newer gcc and OpenSSL 3. Fedora 36 runs horribly slow with valgrind enabled so run the valgrind tests on Ubuntu 22.04. Fedora 36 has a newer gcc so it is still worth testing on.
25 lines
1.1 KiB
YAML
25 lines
1.1 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?}
|
|
# **********************************************************************************************************************************
|
|
20220606A:
|
|
x86_64:
|
|
f36: 876069489d2b58e505cbd46366076447fd56aa5a
|
|
u22: 592b61a9db5f0418b027318548f9af1480ada7e1
|
|
|
|
20220519A:
|
|
x86_64:
|
|
u18: 36f27a31ed9af97fcbfaba09794c719c225f885d
|
|
u20: 17c74ed3fd3d76119f672740d77caf873fc57bac
|
|
rh7: 31d4a6c10534e69bc0251e11d86ee9b00971d823
|