mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-30 05:39:12 +02:00
90abc3cf17
pkg-config is a generic way to get build options rather than relying on a package-specific utility. XML2_CONFIG can be used to override this utility for systems that do not ship pkg-config.
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?}
|
|
# **********************************************************************************************************************************
|
|
20200124A:
|
|
u12: 0f2fcf1bc79ee35e78121773c9a2155a77cb10d5
|
|
u18: e0d670be1f7167152748e36832081b5b09aabc70
|
|
u19: 9d057b1081efedfce0f7ba38092b867a125fde37
|
|
|
|
20191122A:
|
|
f30: 3a60318c275cdbfa6daa0f2b502a5551562e6db6
|
|
co6: 63527115fd269dfee74bda70da8a5b0569f94886
|
|
co7: 0b4c4b953709dc086f95fcc5c8ca45dee1a5eee9
|