mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
9ae3d8c46a
The standard npm packages on Ubuntu 18.04 suddenly required libssl1.0 which broke the pgbackrest package builds. Installing nodejs from deb.nodesource.com seems to work fine with standard libssl. This package is required by ScalityS3 which is used for local S3 testing.
23 lines
1.1 KiB
YAML
23 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
|
|
# - docker tag pgbackrest/test:{vm}-base pgbackrest/test:{vm}-base-YYYYMMDDA
|
|
# - docker push pgbackrest/test:{vm}-base-YYYYMMDDA
|
|
# **********************************************************************************************************************************
|
|
20181015A:
|
|
u18: a821a0dcf42db4a6e101ff2b27d8903b8b534fe6
|
|
|
|
20180721A:
|
|
co6: 0ce34e42667499721f9f02c1b9e886f5f331b4e4
|
|
co7: 58b1f8e80553ea197d54c6b51479d29029a0468d
|
|
u12: 6892bee5d0584c45d12273f687230fbec0b27982
|