- upgrade aws cli from v1 to v2
- switch
notify_if_failsfrom deprecated slack bots to webhooks.
- remove env
SLACK_CLI_TOKENand addSLACK_WEBHOOK
- slack channel for notify_if_fails can be configured via
SLACK_CHANNEL
- limit to amd64 builds (needs adaptions for arm support)
- notify_if_fails now also notifies on errors in piped commands
(eg
notify_if_fails 'pg_dumpall --break|gzip|aws s3 cp - s3://bucket/file.sql.gz')
- Allow to build image on/for arm64 platforms
- requires docker >v20.10 (error
unknown flag: --builder) - first time call:
gw prepareDockerContainerBuilder(see https://github.com/lovelysystems/lovely-gradle-plugin)
- requires docker >v20.10 (error
- update centos to latest 7 version
- udpate postgres to version 14
- use python3 to install awscli as the standard package does not work anymore
- update gradle
- added mysql client
- centos 7.7
- postgres client version 12
- added mtr
- initial release