mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
27 lines
1.1 KiB
YAML
27 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?}
|
|
# **********************************************************************************************************************************
|
|
20200814A:
|
|
u18: 7df9a43ce9b6736e5f8dc797edd0f6326908fd2b
|
|
|
|
20200728A:
|
|
co6: 1baf5e3f53f6de591b43ae849ebf3ba69049b9d2
|
|
|
|
20200507A:
|
|
f32: 61792779061d2a675509c65bfa64b61b8d4cea17
|
|
|
|
20200505A:
|
|
co7: 538dc7fd9cc129e44d4ae6bacfb6f1db10309993
|
|
u12: 8a88ab44aace049d7da5ca1094375ff8b9aeb7ab
|