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
|
|
|
# **********************************************************************************************************************************
|
2021-07-18 17:29:20 -04:00
|
|
|
20210718A:
|
2021-05-03 16:31:27 -04:00
|
|
|
aarch64:
|
2021-07-18 17:29:20 -04:00
|
|
|
u20: d6c377617ac2c112b80a3c1f090345d54769ae1b
|
|
|
|
co7: 8726f3be088e4ba34eb45e32c1994a32ca0e5c1d
|
2020-05-07 11:06:56 -04:00
|
|
|
|
2021-07-18 17:29:20 -04:00
|
|
|
20210717A:
|
2021-05-03 16:31:27 -04:00
|
|
|
x86_64:
|
2021-07-18 17:29:20 -04:00
|
|
|
co7: 03a73386264355a5d1750ccd13371db97d92ab28
|
|
|
|
f33: 80326dab5c7d0137062b8d181ca07f9b14142de7
|
|
|
|
u16: 599d0d35a6e29ad3258c76ba4f9ea622d47fa8c0
|
|
|
|
u20: d6c377617ac2c112b80a3c1f090345d54769ae1b
|