mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
31 lines
1.2 KiB
YAML
31 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?}
|
|
# **********************************************************************************************************************************
|
|
20230914A:
|
|
x86_64:
|
|
u22: 82f81ccd261d9b83066cd59da44ada3f328403ab
|
|
|
|
20230622A:
|
|
x86_64:
|
|
f38: 3dc5e099699d3f4f3bc65d06f20c0ae1c9124eaf
|
|
|
|
20230523A:
|
|
x86_64:
|
|
u20: 31c2124ab0db03d97eb6324e12e22eb64eb4a3b8
|
|
|
|
20230513A:
|
|
x86_64:
|
|
d10: 633def5323eeed51d7aa187ad1d61e854c47d6fa
|
|
rh7: 18dd0cbe19aa66dd9d72d312da5cb8c4bddea8b9
|