Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Fix 'EXCLUDE_CONTAINER_IDS_FILE' will not be cleanup if 'EXCLUDE_CONTAINERS_FROM_GC' profile become empty. #178

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 31, 2017

  1. Fix 'EXCLUDE_CONTAINER_IDS_FILE' will not be cleanup if 'EXCLUDE_CONT…

    …AINERS_FROM_GC' profile become empty.
    Ning Bo committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    4900a31 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Add 'EXCLUDE_CREATED' and 'EXCLUDE_ALL_IMAGES'.

    EXCLUDE_CREATED=1 means don't clean containers that has been created but
    never run.
    EXCLUDE_ALL_IMAGES=1 means only clean containers.
    Ning Bo committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    abf35d7 View commit details
    Browse the repository at this point in the history
  2. Add 'MINIMUM_CONTAINERS_TO_SAVE'

    'MINIMUM_CONTAINERS_TO_SAVE=N' means exclude lastest N containers each
    images.
    Ning Bo committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    aa0f0f0 View commit details
    Browse the repository at this point in the history