mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
3505559a80
Update RHEL repos that have changed upstream. Remove PostgreSQL 9.3 since the RHEL6/7 packages have disappeared. Remove PostgreSQL versions from U12 that are still getting minor updates so the container does not need to be rebuilt. LZ4 is included for future development, but this seems like a good time to add it to the containers.
21 lines
1.0 KiB
YAML
21 lines
1.0 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
|
|
# - docker tag pgbackrest/test:{vm}-base pgbackrest/test:{vm}-base-YYYYMMDDA
|
|
# - docker push pgbackrest/test:{vm}-base-YYYYMMDDA
|
|
# **********************************************************************************************************************************
|
|
20190424A:
|
|
u18: 72f9a453557e21dd3269b8b3fba1b4b8d6dc9d77
|
|
co6: 27a1efc146c200ad7592575808443bd086cf3e0d
|
|
co7: 5816e9219e7b5fb188331021c82559f9062de8b0
|
|
u12: 20b1b60cf8f456c03dc8ebadaf7d264fe1d9f957
|