2018-07-21 23:02:42 +02:00
|
|
|
# **********************************************************************************************************************************
|
|
|
|
# Container Cache
|
|
|
|
#
|
|
|
|
# Contains hashes for containers that are available on Docker hub. If present, the container can be pulled instead of being built
|
2018-07-23 13:17:24 +02:00
|
|
|
# locally which saves a lot of time. Note: these are hashes of the Dockerfile not the actual binary image.
|
2018-09-21 19:25:27 +02:00
|
|
|
#
|
|
|
|
# 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:
|
2019-10-09 21:03:03 +02:00
|
|
|
# - docker login -u pgbackrest
|
2019-10-12 17:26:13 +02:00
|
|
|
# - VM=XXX;DATE=YYYYMMDDX;BASE=pgbackrest/test:${VM?}-base;docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?}
|
2018-07-21 23:02:42 +02:00
|
|
|
# **********************************************************************************************************************************
|
2022-10-15 22:58:35 +02:00
|
|
|
20221016A:
|
|
|
|
x86_64:
|
|
|
|
u22: eacdfcf2c094e2dadb02fb0828516e14a96facd0
|
|
|
|
|
2022-07-27 16:32:32 +02:00
|
|
|
20220726A:
|
2022-06-06 22:32:20 +02:00
|
|
|
x86_64:
|
2022-07-27 16:32:32 +02:00
|
|
|
f36: 099b329ca7988b05f2cb8ef759e146ea9faab108
|
|
|
|
rh7: 6072f05804b369681efad5cebe01704cb9d2a81a
|
|
|
|
u18: 7cf94d338a8d399f15eb551977a00a7db8e5b879
|
|
|
|
u20: f5b22e94c4bac5589e92977a3edd52507f8fa150
|