mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-04 09:43:08 +02:00
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?}
|
|
# **********************************************************************************************************************************
|
|
20241118A:
|
|
x86_64:
|
|
f41: ce870455184e991e0efd90176da1412f0f3f72a2
|
|
|
|
20241016A:
|
|
x86_64:
|
|
d11: f3bc523f10e873f85b889120ea08c6c53358cc47
|
|
rh8: 4d141c845abfbdbf402ba447cf2bd2e4357c8a63
|
|
u20: 711ee90bf3ea0e8bb054285193811266b9b1f2f3
|
|
u22: 57c2af91a1b1a9624e325b704cc9213821c6b968
|