Closed dwt closed 3 years ago
ca-certificates are also required for #52 so I guess that is uncontroversial. curl adds about 400kb to the final image size.
I would hope that this is an acceptable tradeoff to allow integration of many web hook based services without having to derive an image from the base image.
Sigh.. I intentionally didn’t mention this before #52 not to let the author rebase twice.
@N-o-X @Al2Klimov rebased and ready to merge. I'd love some feedback if possible.
Sorry for those rebases, didn't have this PR in mind.
I'll merge this, once the build is done.
Thanks for contributing!
@N-o-X Since I haven't found out yet, how often do you release image changes to the docker hub?
Master (snapshot): once every master commit Release: once every upstream release
thx
I found that many scripts to trigger web hooks require curl.
For example to trigger a notification in Telegram, a curl comand like this is required:
/usr/bin/curl --silent --output /dev/null --data-urlencode chat_id=$chat_id --data-urlencode "text=$notification_text" --data-urlencode parse_mode=HTML --data-urlencode disable_web_page_preview=true https://api.telegram.org/$bot_id/sendMessage
Also the ca-certificates package was added, to allow validating certificates.