Skip to content
Snippets Groups Projects

gitlab_runner: Add service to cleanup docker artifacts produced by the runner

Merged Kristian Klausen requested to merge klausenbusk/infrastructure:docker-limit into master
All threads resolved!

This is already deployed on runner2 (by hand).

Edited by Kristian Klausen

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Shall we just make this a generic docker cleanup service (that's not specific to GitLab Runners)? I think we can condense this down to just

    docker system prune --all --force --volumes
  • Kristian Klausen added 77 commits

    added 77 commits

    • e7ae842e...fb5e0503 - 76 commits from branch archlinux:master
    • 6c2f6e7b - gitlab_runner: Add service to cleanup containers,images and volumes produced by GitLab Runner

    Compare with previous version

  • Kristian Klausen changed title from gitlab_runner: Cap Docker's memory to 95% of system memory + cleanup service to gitlab_runner: Add service to cleanup containers,images and volumes produced by GitLab Runner

    changed title from gitlab_runner: Cap Docker's memory to 95% of system memory + cleanup service to gitlab_runner: Add service to cleanup containers,images and volumes produced by GitLab Runner

  • Kristian Klausen changed the description

    changed the description

  • The memory limit has been split out into !415 (merged) and merged, so this MR is just the cleanup service now.

  • Kristian Klausen added 13 commits

    added 13 commits

    • 6c2f6e7b...56e73a66 - 12 commits from branch archlinux:master
    • e1686a7c - gitlab_runner: Add service to cleanup docker artifacts produced by the runner

    Compare with previous version

  • Kristian Klausen changed title from gitlab_runner: Add service to cleanup containers,images and volumes produced by GitLab Runner to gitlab_runner: Add service to cleanup docker artifacts produced by the runner

    changed title from gitlab_runner: Add service to cleanup containers,images and volumes produced by GitLab Runner to gitlab_runner: Add service to cleanup docker artifacts produced by the runner

  • Kristian Klausen resolved all threads

    resolved all threads

  • added 1 commit

    • 02f88738 - gitlab_runner: Add service to cleanup docker artifacts produced by the runner

    Compare with previous version

  • Sven-Hendrik Haase approved this merge request

    approved this merge request

  • mentioned in commit e452d8ee

  • Please register or sign in to reply
    Loading