mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
cf5b3a302f
The /etc/profile.d/lang.sh script was causing issues but it does not exist on amd64, so it seems the easiest thing was to remove it. Fix how 32-bit VMs are determined now that another 64-bit architecture has been added. And remove some obsolete VM hashes.
27 lines
1.1 KiB
YAML
27 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?}
|
|
# **********************************************************************************************************************************
|
|
20211016A:
|
|
x86_64:
|
|
d9: 3a0ed45fd9115f9612767e7bd13564608d1f8f83
|
|
|
|
20210930A:
|
|
x86_64:
|
|
u20: 7ffb73ceb9a2e3aad2cba7eb5c8e28fc3982db18
|
|
|
|
20210902A:
|
|
x86_64:
|
|
rh7: c4d02428812374ab6a22efa437499592ae9c5f08
|
|
f33: 04b3353c5fcc859c9df528e2fa78e6ed73c6390b
|