2018-07-21 17:02:42 -04: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 07:17:24 -04:00
|
|
|
# locally which saves a lot of time. Note: these are hashes of the Dockerfile not the actual binary image.
|
2018-09-21 13:25:27 -04: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 15:03:03 -04:00
|
|
|
# - docker login -u pgbackrest
|
2019-10-12 11:26:13 -04:00
|
|
|
# - VM=XXX;DATE=YYYYMMDDX;BASE=pgbackrest/test:${VM?}-base;docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?}
|
2018-07-21 17:02:42 -04:00
|
|
|
# **********************************************************************************************************************************
|
2022-06-06 16:32:20 -04:00
|
|
|
20220606A:
|
|
|
|
x86_64:
|
|
|
|
f36: 876069489d2b58e505cbd46366076447fd56aa5a
|
|
|
|
u22: 592b61a9db5f0418b027318548f9af1480ada7e1
|
|
|
|
|
2022-05-19 18:24:09 -04:00
|
|
|
20220519A:
|
2021-10-16 12:33:31 -04:00
|
|
|
x86_64:
|
2022-05-19 18:24:09 -04:00
|
|
|
u18: 36f27a31ed9af97fcbfaba09794c719c225f885d
|
|
|
|
u20: 17c74ed3fd3d76119f672740d77caf873fc57bac
|
|
|
|
rh7: 31d4a6c10534e69bc0251e11d86ee9b00971d823
|