mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
a021c9fe05
bzip2 is a widely available, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), while being around twice as fast at compression and six times faster at decompression. bzip2 is currently available on all supported platforms.
21 lines
1.1 KiB
YAML
21 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?}
|
|
# **********************************************************************************************************************************
|
|
20200505A:
|
|
co6: c07889acc321e461263fada797941cfa947d2550
|
|
co7: 538dc7fd9cc129e44d4ae6bacfb6f1db10309993
|
|
f30: 3ae2c1749afa24daa1ca31abe9441d5e1e66d892
|
|
u12: 8a88ab44aace049d7da5ca1094375ff8b9aeb7ab
|
|
u18: 0f88948969b70f300a9134482e43cda7b94cb24d
|