Welcome to today’s daily kōrero!

Yes, I created the daily today just to say how good the new kiwi icon looks, but feel free to chat anything that takes your fancy.

Today is Friday, what are your weekend plans?

  • @z2k_
    link
    English
    31 year ago

    Why ansible and not the current docker deployment?

    • @DaveMA
      link
      English
      51 year ago

      Ansible does use docker, it’s almost the same thing but automated.

      The main driver originally was because the ansible setup seems to be kept up to date where as following the manual docker install instructions leads to many things not set up right because they haven’t been kept up to date (admittedly it’s getting better).

      The update instructions are pretty brief. It basically says to update the docker tags to point to the new version. This did not work for 0.18.0 because there we other changes. Having an ansible update process would hopefully make things easier in terms of updates. It also means the setup would be exactly like what they expect, currently we have a few differences (e.g. reverse proxy running traefik in docker).