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-06-06 22:32:20 +02:00
|
|
|
20220606A:
|
|
|
|
x86_64:
|
|
|
|
f36: 876069489d2b58e505cbd46366076447fd56aa5a
|
|
|
|
u22: 592b61a9db5f0418b027318548f9af1480ada7e1
|
|
|
|
|
2022-05-20 00:24:09 +02:00
|
|
|
20220519A:
|
2021-10-16 18:33:31 +02:00
|
|
|
x86_64:
|
2022-05-20 00:24:09 +02:00
|
|
|
u18: 36f27a31ed9af97fcbfaba09794c719c225f885d
|
|
|
|
u20: 17c74ed3fd3d76119f672740d77caf873fc57bac
|
|
|
|
rh7: 31d4a6c10534e69bc0251e11d86ee9b00971d823
|