mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
c279a00279
LZ4 compresses data faster than gzip but at a lower ratio. This can be a good tradeoff in certain scenarios. Note that setting compress-type=lz4 will make new backups and archive incompatible (unrestorable) with prior versions of pgBackRest.
24 lines
1.2 KiB
YAML
24 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?}
|
|
# **********************************************************************************************************************************
|
|
20200310A:
|
|
co6: beb7b5a62ebdf209bb54494129baeadbd0c2954f
|
|
co7: 833c4ef292b9b3c957d9d7d296ec7c03ec6310c2
|
|
f30: 9ef023b179bd9e54bb079d60b75516067a4b4b1d
|
|
u18: 5e295130131d5fe96e2483885c171677b52c8ce3
|
|
u19: 9eb97f565e47a76e98743c98a862f91e8df5e2b1
|
|
|
|
20200124A:
|
|
u12: 0f2fcf1bc79ee35e78121773c9a2155a77cb10d5
|