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

Create standalone docker file & allow it to be used for retrieving credentials manually #72

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Sep 26, 2017

  1. Change Dockerfile to build an executable image

    Previous dockerfile (renamed to build.Dockerfile) allowed
    building the project within dockerfile. However, the generated
    image could not be uploaded to DockerHub. The new dockerfile
    generates a minimal alpine image which can be used directly.
    Also the produced binary is statically linked, so it can be
    copied into other docker images without issues.
    Suraj Barkale authored and Suraj Barkale committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    e32d6a5 View commit details
    Browse the repository at this point in the history
  2. Added new dockerfile

    Suraj Barkale authored and Suraj Barkale committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    83b1645 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Print docker command when called with eval

    Suraj Barkale authored and Suraj Barkale committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    67f5e62 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated email flag

    Suraj Barkale authored and Suraj Barkale committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    fb18dea View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Allow for different methods of calling docker login

    Older docker versions require -e flag to be present and the latest
    docker version warns if password is not provided over stdin. This change
    allows any of these behaviours to be specified using the same command
    line flags.
    Suraj Barkale authored and Suraj Barkale committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    2ca5e52 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Use scratch as base image for final docker image

    Suraj Barkale authored and Suraj Barkale committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    53a58fa View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Merge master from awslabs/amazon-ecr-credential-helper

    Suraj Barkale authored and Suraj Barkale committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    688a72e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Configuration menu
    Copy the full SHA
    54d47ea View commit details
    Browse the repository at this point in the history