I'm curious to know how xeps deployement work, I can't find the automation bits. The Makefile in that repo only builds the image, there no `docker push` anywhere. Also does docker hub have magic to push on xmpp.org when it gets updated images?
jonas’
xmpp.org polls the hub
jonas’
there is no need for a docker push, because docker hub is linked directly to the repository
jonas’
push to master -> docker hub builds the dockerfile
Guushas left
Guushas joined
pep.
I see
pep.
Is the magic that polls the hub somewhere we can see?
pep.
https://github.com/xsf/xsf-tools ?
pep.
hmm no
jonas’
probably not
jonas’
AFAIK it’s mostly a cronjob running every five min and redeploying the container when the image has changed