mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
ff98636e41
Ubuntu 18.04 will be EOL before the next release, so update to the oldest available Debian version. Also fix one incorrect return value type, a test cast, and adjust some test timeouts.
28 lines
1.2 KiB
YAML
28 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?}
|
|
# **********************************************************************************************************************************
|
|
20230405A:
|
|
x86_64:
|
|
d10: 01a943f8d68ee5bbb2a5ee10cc474925c6cc0cde
|
|
|
|
20221220A:
|
|
x86_64:
|
|
u20: 2db467d873c0aff06335592c8a22b8441b5c6440
|
|
u22: 165882634c773173470021ce992a53258a84bbbf
|
|
|
|
20220726A:
|
|
x86_64:
|
|
f36: 099b329ca7988b05f2cb8ef759e146ea9faab108
|
|
rh7: 6072f05804b369681efad5cebe01704cb9d2a81a
|