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

Google Container Registry (gcr.io) support #193

Closed
wants to merge 4 commits into from

Commits on Apr 21, 2018

  1. Replace godep with dep

    evandbrown committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    fc16aa6 View commit details
    Browse the repository at this point in the history
  2. vendor: Optimize for dep

    This change uses Gopkg.toml to remove the need for scripts/deps.
    evandbrown committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    53454f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3024bed View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

  1. Google Container Registry (gcr.io) support

    This change adds support for authenticated access to gcr.io.
    Authentication is limited to VM service accounts, but specifying a
    service account key will be supported in the future.
    evandbrown committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    e828bc1 View commit details
    Browse the repository at this point in the history