mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
25 lines
1.1 KiB
YAML
25 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?}
|
|
# **********************************************************************************************************************************
|
|
20221016A:
|
|
x86_64:
|
|
u22: eacdfcf2c094e2dadb02fb0828516e14a96facd0
|
|
|
|
20220726A:
|
|
x86_64:
|
|
f36: 099b329ca7988b05f2cb8ef759e146ea9faab108
|
|
rh7: 6072f05804b369681efad5cebe01704cb9d2a81a
|
|
u18: 7cf94d338a8d399f15eb551977a00a7db8e5b879
|
|
u20: f5b22e94c4bac5589e92977a3edd52507f8fa150
|