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

Added config prePuller.pullProfileListImages #1818

Commits on Oct 7, 2020

  1. Added config prePuller.pullProfileListImages

    With a large list of images in the singleuser.profileList, users ended
    up with delays caused by images being pulled for so long time that it
    blocked what was actually important to pull to get started properly.
    
    This option allows for a long singleuser.profileList with many different
    images to be setup, while only pulling the default image, or optionally
    those configured under prePuller.extraImages.
    consideRatio committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    8448973 View commit details
    Browse the repository at this point in the history
  2. image-puller: optimize order of pulling

    It seems smarter to pull the images that are most likeley to be needed
    first, and that includes singleuser.extraContainers.
    consideRatio committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    fefa941 View commit details
    Browse the repository at this point in the history