mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
1bd5530a59
Double spaces have fallen out of favor in recent years because they no longer contribute to readability. We have been using single spaces and editing related paragraphs for some time, but now it seems best to update the remaining instances to avoid churn in unrelated commits and to make it clearer what spacing contributors should use.
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?}
|
|
# **********************************************************************************************************************************
|
|
20230427A:
|
|
x86_64:
|
|
u22: 6a07d63ae869c3d84d1bf6622826df9fe768691d
|
|
|
|
20230405A:
|
|
x86_64:
|
|
d10: 01a943f8d68ee5bbb2a5ee10cc474925c6cc0cde
|
|
|
|
20221220A:
|
|
x86_64:
|
|
u20: 2db467d873c0aff06335592c8a22b8441b5c6440
|
|
|
|
20220726A:
|
|
x86_64:
|
|
f36: 099b329ca7988b05f2cb8ef759e146ea9faab108
|
|
rh7: 6072f05804b369681efad5cebe01704cb9d2a81a
|