mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +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?}
|
|
# **********************************************************************************************************************************
|
|
20240518A:
|
|
x86_64:
|
|
f40: 5173d773cfff925d4d41bd34029e55775be23c51
|
|
|
|
20240425A:
|
|
x86_64:
|
|
d10: fb03907abefd68fe16557b759e7e110e99eda748
|
|
u20: c3fc7cc1956c5eb10995119deed7a21b92dd07a7
|
|
u22: 11cead06a18450f45518b386181a4b7e8ffaf4c1
|
|
|
|
20240423A:
|
|
x86_64:
|
|
rh7: 3ba01dc5bbc96eed48287b8e4f52054d4d7030a5
|