Skip to content
  • Steve Xuereb's avatar
    Add cleanup after building windows images · 9fb7cbda
    Steve Xuereb authored
    To build these images we are using shell runner on 1 vm per windows
    version. Windows images take quite a lot of space, and disk space will
    be filled up quite quickly. After the building of the image is done, we
    should delete that image again, since it is uploaded to docker hub
    afterwords.
    
    Also add `--force-rm` to the build command to remove intermediate
    containers during build time.
    9fb7cbda