You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-04 21:17:58 +02:00
d83019924b
32-bit testing was broken by 24802a08, which was attempting to fix multi-architecture builds by using docker to set the architecture.
i386 is not a special case but the prior alternate architectures did not run integration tests. This requires passing the architecture around since the integration test main process runs on the host system, which may be a different architecture.
38 lines
1.4 KiB
YAML
38 lines
1.4 KiB
YAML
# **********************************************************************************************************************************
|
|
# 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?}
|
|
# **********************************************************************************************************************************
|
|
20251122A:
|
|
i386:
|
|
d11: 87481c86b7c24807d701756101eeec195677e895
|
|
|
|
20251106A:
|
|
aarch64:
|
|
u22: 8ee008aecbcf21b205116969db4000838c989a4a
|
|
|
|
x86_64:
|
|
u22: 8ee008aecbcf21b205116969db4000838c989a4a
|
|
|
|
20251004A:
|
|
ppc64le:
|
|
u22: ff068e44059b064f963bf450831d7733611b8fab
|
|
|
|
s390x:
|
|
u22: ff068e44059b064f963bf450831d7733611b8fab
|
|
|
|
20250822A:
|
|
x86_64:
|
|
a321: dab99d91eed1710c68dae28efa5cd0e27e0a7f60
|
|
f42: f1c2eceeed7b66d8096a9b891f28eb30f141d1b2
|
|
rh8: 4d141c845abfbdbf402ba447cf2bd2e4357c8a63
|