You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
e00e33b528
This is better than requiring a python3 binary to be on the path because some installations might have, e.g. python3.9. Also add the python3-distutils package to Debian builds to make this work.
25 lines
1.1 KiB
YAML
25 lines
1.1 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
|
|
# - VM=XXX;DATE=YYYYMMDDX;BASE=pgbackrest/test:${VM?}-base;docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?}
|
|
# **********************************************************************************************************************************
|
|
20240425A:
|
|
x86_64:
|
|
d10: fb03907abefd68fe16557b759e7e110e99eda748
|
|
u20: c3fc7cc1956c5eb10995119deed7a21b92dd07a7
|
|
u22: 11cead06a18450f45518b386181a4b7e8ffaf4c1
|
|
|
|
20240423A:
|
|
x86_64:
|
|
f38: 6f15d0dd72891c84b6ef5697cbe4b1c7e95c57cb
|
|
rh7: 3ba01dc5bbc96eed48287b8e4f52054d4d7030a5
|