Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add garbage collector to docker registry #1

Commits on Apr 6, 2018

  1. Configuration menu
    Copy the full SHA
    ca7d236 View commit details
    Browse the repository at this point in the history
  2. Extend Test with run gc

    - 1. delete uploaded manifest
    - 2. run gc to remove all depending blobs from filesystem (and restart registry)
    - 3. check if blobs are deleted
    - 4. push again the image
    - 5. check if blobs exists in filesystem (means that the registry was correct restarted)
    ironpinguin committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    179ef9a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. change to mkEnableOption and fix typos

    - Also change enableRedisCache to mkEnableOption
    ironpinguin committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    17d348a View commit details
    Browse the repository at this point in the history
  2. Fix copy & paste string

    ironpinguin committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    db9f58b View commit details
    Browse the repository at this point in the history
  3. Fix a other typo

    ironpinguin committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    ad71bb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a8194f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. start fixing tests

    Ma27 committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    7c31c36 View commit details
    Browse the repository at this point in the history
  2. stupid me

    Ma27 committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    fa65288 View commit details
    Browse the repository at this point in the history
  3. review comment

    Ma27 committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    ef2fd10 View commit details
    Browse the repository at this point in the history
  4. just restart in the end

    Ma27 committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    8d05940 View commit details
    Browse the repository at this point in the history
  5. Add wait for open docker-registry port

    System administrator committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    384749a View commit details
    Browse the repository at this point in the history