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
|
|
|
# **********************************************************************************************************************************
|
2023-04-27 09:30:50 +02:00
|
|
|
20230427A:
|
|
|
|
x86_64:
|
|
|
|
u22: 6a07d63ae869c3d84d1bf6622826df9fe768691d
|
|
|
|
|
2023-04-06 06:22:14 +02:00
|
|
|
20230405A:
|
|
|
|
x86_64:
|
|
|
|
d10: 01a943f8d68ee5bbb2a5ee10cc474925c6cc0cde
|
|
|
|
|
2022-12-20 07:20:47 +02:00
|
|
|
20221220A:
|
2022-10-15 22:58:35 +02:00
|
|
|
x86_64:
|
2022-12-20 07:20:47 +02:00
|
|
|
u20: 2db467d873c0aff06335592c8a22b8441b5c6440
|
2022-10-15 22:58:35 +02:00
|
|
|
|
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
|