XSF Editor Team - 2019-02-16


  1. pep.

    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?

  2. jonas’

    xmpp.org polls the hub

  3. jonas’

    there is no need for a docker push, because docker hub is linked directly to the repository

  4. jonas’

    push to master -> docker hub builds the dockerfile

  5. pep.

    I see

  6. pep.

    Is the magic that polls the hub somewhere we can see?

  7. pep.

    https://github.com/xsf/xsf-tools ?

  8. pep.

    hmm no

  9. jonas’

    probably not

  10. jonas’

    AFAIK it’s mostly a cronjob running every five min and redeploying the container when the image has changed

  11. pep.

    okay