-
Notifications
You must be signed in to change notification settings - Fork 4k
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
chore: do not login to DockerHub #11358
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
061a2a3
remove dockerhub stuff
iliapolo 4c7be79
added necessary aws env
iliapolo b2274ce
debug
iliapolo c5b1e5e
dont actually build for now
iliapolo dc95e26
debug
iliapolo 837a72a
dummy
iliapolo 7d764bb
build
iliapolo 24889c2
test
iliapolo dfefb33
ecr testing
iliapolo effdd8a
Merge branch 'master' into epolon-dockerhub
iliapolo 3c3b56b
debug
iliapolo 15afca3
omg
iliapolo 801f0ff
oops
iliapolo 9f3f5bc
fix
iliapolo 4b8b7e9
fix 2
iliapolo 480b5c2
mirror proxy
iliapolo a9fe009
fix mirror
iliapolo 679748c
wait for nginx and fix argument
iliapolo 4cdb776
again
iliapolo e8eefc4
test pull doesn't work
iliapolo c8e88b9
build
iliapolo 44e2d32
fixes and docs
iliapolo 9fb4b38
more fixes
iliapolo 0b4f25b
revert readme
iliapolo 2160603
refactor
iliapolo 7828d85
simpler buildspec
iliapolo e2f689f
start proxy
iliapolo 5f49b8c
debug
iliapolo b6147d4
build spec
iliapolo 6f55cd7
get rid of ecr scripts
iliapolo 9d74349
debug
iliapolo c825e9c
debug 2
iliapolo 441e8a3
try build
iliapolo 7d9270f
testing
iliapolo b7f4c2e
for real
iliapolo 033dda1
remove comments
iliapolo 52bedb3
Merge branch 'master' into epolon-dockerhub
iliapolo c03978a
added comment about docker daemon
iliapolo f5b4981
Merge branch 'epolon-dockerhub' of github.com:aws/aws-cdk into epolon…
iliapolo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't these still needed to start the docker daemon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eladb We decided to move this into the ecr proxy image as well - so no. the
start.sh
script takes care of it.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add a comment and maybe later we can think about renaming/exposing another script to make it more clear.