1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
# **********************************************************************************************************************************
# Container Cache
#
# Contains hashes for containers that are available on Docker hub. If present, the container can be pulled instead of being built
# locally which saves a lot of time. Note: these are hashes of the Dockerfile not the actual binary image.
#
# 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:
# - docker login -u pgbackrest
# - DATE=YYYYMMDDX;VM=X;ARCH=X;BASE=pgbackrest/test:${VM?}-base-${ARCH?};docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?}
# **********************************************************************************************************************************
20251004A:
aarch64:
u22: 1e0f3dbc1772764b31ffdac85a1d1c24abe97cb3
ppc64le:
u22: ff068e44059b064f963bf450831d7733611b8fab
s390x:
u22: ff068e44059b064f963bf450831d7733611b8fab
20250926A:
x86_64:
u22: 1e0f3dbc1772764b31ffdac85a1d1c24abe97cb3
20250822A:
x86_64:
a321: dab99d91eed1710c68dae28efa5cd0e27e0a7f60
d11: be044bf120ca3e7d8bed69d5a83b4de4926be87f
f42: f1c2eceeed7b66d8096a9b891f28eb30f141d1b2
rh8: 4d141c845abfbdbf402ba447cf2bd2e4357c8a63
|