• Show log

    Commit

  • Hash : 5ac33ced
    Author : Patrick Steinhardt
    Date : 2020-03-10T21:39:39

    azure: docurium: fix build failure due to bumped CMake requirements
    
    Our Docurium builds currently depend on Debian Jessie, which has CMake
    v3.0 available. As rugged has bumped its CMake requirements to need at
    least v3.5 now, the documentation build is thus failing.
    
    Fix this by converting our Docurium Docker image to be based on Ubuntu
    Bionic. We already do base all of our images on Ubuntu, so I don't see
    any sense in using Debian here. If this was only to speed up builds, we
    should just go all the way and use some minimal container like Alpine
    anyway.
    
    Also remove cache busters. As we're rebuilding the image every time,
    it's we really don't need them at all.