mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
28 lines
1.2 KiB
YAML
28 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?}
|
|
# **********************************************************************************************************************************
|
|
20241002A:
|
|
x86_64:
|
|
u22: 57c2af91a1b1a9624e325b704cc9213821c6b968
|
|
|
|
20240715A:
|
|
x86_64:
|
|
d11: f3bc523f10e873f85b889120ea08c6c53358cc47
|
|
|
|
20240612A:
|
|
x86_64:
|
|
f40: ae6241a28e5d8a6b6060d0ef00855f519ea45c24
|
|
rh8: 84e3ece92ebc2650346a9ea783940d33ec2872db
|
|
u20: a754f9acc98c79a0b0ad3a39a140a752a27ac5e7
|