2018-07-21 23:02:42 +02:00
|
|
|
# **********************************************************************************************************************************
|
|
|
|
# Container Cache
|
|
|
|
#
|
|
|
|
# Contains hashes for containers that are available on Docker hub. If present, the container can be pulled instead of being built
|
2018-07-23 13:17:24 +02:00
|
|
|
# locally which saves a lot of time. Note: these are hashes of the Dockerfile not the actual binary image.
|
2018-09-21 19:25:27 +02:00
|
|
|
#
|
|
|
|
# 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:
|
2019-10-09 21:03:03 +02:00
|
|
|
# - docker login -u pgbackrest
|
2019-10-12 17:26:13 +02:00
|
|
|
# - VM=XXX;DATE=YYYYMMDDX;BASE=pgbackrest/test:${VM?}-base;docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?}
|
2018-07-21 23:02:42 +02:00
|
|
|
# **********************************************************************************************************************************
|
2021-10-16 18:33:31 +02:00
|
|
|
20211016A:
|
|
|
|
x86_64:
|
|
|
|
d9: 3a0ed45fd9115f9612767e7bd13564608d1f8f83
|
|
|
|
|
2021-09-30 19:27:14 +02:00
|
|
|
20210930A:
|
|
|
|
x86_64:
|
|
|
|
u20: 7ffb73ceb9a2e3aad2cba7eb5c8e28fc3982db18
|
|
|
|
|
2021-09-02 19:26:21 +02:00
|
|
|
20210902A:
|
2021-08-19 23:25:57 +02:00
|
|
|
x86_64:
|
2021-10-28 21:15:49 +02:00
|
|
|
rh7: c4d02428812374ab6a22efa437499592ae9c5f08
|
2021-09-02 19:26:21 +02:00
|
|
|
f33: 04b3353c5fcc859c9df528e2fa78e6ed73c6390b
|
2021-08-19 23:25:57 +02:00
|
|
|
|
2021-09-02 19:26:21 +02:00
|
|
|
20210901A:
|
2021-05-03 22:31:27 +02:00
|
|
|
aarch64:
|
2021-09-02 19:26:21 +02:00
|
|
|
u20: d81b5a7e496290710c4dbef7a7f07ae60ae9619f
|
2021-10-28 21:15:49 +02:00
|
|
|
rh7: a590bc38a94217b3bc9fe00a1051850c9deef145
|