mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
47aa765375
Zstandard is a fast lossless compression algorithm targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast entropy stage, provided by Huff0 and FSE library. Zstandard version >= 1.0 is required, which is generally only available on newer distributions.
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?}
|
|
# **********************************************************************************************************************************
|
|
20200504A:
|
|
co7: 9c922915380c0beb3d813c94d53f823d7008c69b
|
|
f30: 9ad36516c2403b835c24efbbcef359322a80fa1f
|
|
u18: 32426ecf8cd0e98976298f6f6b41a2b255aca692
|
|
|
|
20200310A:
|
|
co6: beb7b5a62ebdf209bb54494129baeadbd0c2954f
|
|
|
|
20200124A:
|
|
u12: 0f2fcf1bc79ee35e78121773c9a2155a77cb10d5
|