mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
ad5e063990
Also add a package that is required for older Debian versions.
29 lines
1.2 KiB
YAML
29 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?}
|
|
# **********************************************************************************************************************************
|
|
20210819A:
|
|
x86_64:
|
|
co7: 03a73386264355a5d1750ccd13371db97d92ab28
|
|
u16: 056645ea79dd0538fa35e91af2fe65dc79c68c1b
|
|
u20: cff054ccddd944f85e69bdf2c122b4890c60d6b7
|
|
|
|
20210818A:
|
|
aarch64:
|
|
u20: cff054ccddd944f85e69bdf2c122b4890c60d6b7
|
|
co7: 8726f3be088e4ba34eb45e32c1994a32ca0e5c1d
|
|
|
|
20210717A:
|
|
x86_64:
|
|
f33: 80326dab5c7d0137062b8d181ca07f9b14142de7
|