Skip to content
Snippets Groups Projects
  • Eric Anderson's avatar
    37aad2a2
    Prevent failed docker builds from accumulating · 37aad2a2
    Eric Anderson authored
    By default docker does not clean up temporary images when the build
    fails to allow the user to inspect the state of the container to
    determine what went wrong. Those images don't help us at all and just
    accumulate until disk usage is 100%.
    37aad2a2
    History
    Prevent failed docker builds from accumulating
    Eric Anderson authored
    By default docker does not clean up temporary images when the build
    fails to allow the user to inspect the state of the container to
    determine what went wrong. Those images don't help us at all and just
    accumulate until disk usage is 100%.