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

Fixing panic on layer pull as well as provide mechanism for auth #11

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

Commits on Nov 22, 2016

  1. Adding username and password to commandline flags

    This allows testing private registries that requre basic auth.
    sentientmonkey committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    d77386c View commit details
    Browse the repository at this point in the history
  2. Fixing panic on layer pull

    Moving to constructor vs. struct to ensure that mutexes have been
    properly initialized.
    sentientmonkey committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    a771829 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. Adding prompt for fetching credentials

    This allows users to provide username and password over stdin vs passing
    as commandline flags.
    sentientmonkey committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    2cfe98c View commit details
    Browse the repository at this point in the history