-
Notifications
You must be signed in to change notification settings - Fork 338
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
ghost
wants to merge
8
commits into
awslabs:main
Choose a base branch
from
DolbyLaboratories:master
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Sep 26, 2017
-
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 committedSep 26, 2017 Configuration menu - View commit details
-
Copy full SHA for e32d6a5 - Browse repository at this point
Copy the full SHA e32d6a5View commit details -
Suraj Barkale authored and Suraj Barkale committed
Sep 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 83b1645 - Browse repository at this point
Copy the full SHA 83b1645View commit details
Commits on Sep 27, 2017
-
Print docker command when called with eval
Suraj Barkale authored and Suraj Barkale committedSep 27, 2017 Configuration menu - View commit details
-
Copy full SHA for 67f5e62 - Browse repository at this point
Copy the full SHA 67f5e62View commit details -
Suraj Barkale authored and Suraj Barkale committed
Sep 27, 2017 Configuration menu - View commit details
-
Copy full SHA for fb18dea - Browse repository at this point
Copy the full SHA fb18deaView commit details
Commits on Oct 24, 2017
-
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 committedOct 24, 2017 Configuration menu - View commit details
-
Copy full SHA for 2ca5e52 - Browse repository at this point
Copy the full SHA 2ca5e52View commit details
Commits on Oct 25, 2017
-
Use scratch as base image for final docker image
Suraj Barkale authored and Suraj Barkale committedOct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 53a58fa - Browse repository at this point
Copy the full SHA 53a58faView commit details
Commits on Jan 24, 2018
-
Merge master from awslabs/amazon-ecr-credential-helper
Suraj Barkale authored and Suraj Barkale committedJan 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 688a72e - Browse repository at this point
Copy the full SHA 688a72eView commit details
Commits on May 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 54d47ea - Browse repository at this point
Copy the full SHA 54d47eaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.