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
|
# **********************************************************************************************************************************
# 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?}
# **********************************************************************************************************************************
20260119A:
aarch64:
u22: 8ee008aecbcf21b205116969db4000838c989a4a
i386:
d11: 87481c86b7c24807d701756101eeec195677e895
ppc64le:
u22: ff068e44059b064f963bf450831d7733611b8fab
s390x:
u22: ff068e44059b064f963bf450831d7733611b8fab
x86_64:
a321: dab99d91eed1710c68dae28efa5cd0e27e0a7f60
f42: f1c2eceeed7b66d8096a9b891f28eb30f141d1b2
rh8: dfe8df9cfdb89b17c27264d01672302847134923
u22: 8ee008aecbcf21b205116969db4000838c989a4a
|