fix: login into the docker registry#17620
Merged
kuisathaverat merged 3 commits intoelastic:masterfrom Apr 14, 2020
Merged
Conversation
urso
approved these changes
Apr 8, 2020
sayden
approved these changes
Apr 8, 2020
mdelapenya
approved these changes
Apr 8, 2020
cachedout
approved these changes
Apr 8, 2020
Contributor
Author
|
if we make a |
Contributor
Author
|
the workers image build is broken for 6 days |
b9370d6 to
5e92736
Compare
This was referenced Apr 20, 2020
jsoriano
pushed a commit
to jsoriano/beats
that referenced
this pull request
Apr 28, 2020
* fix: login into the docker registry * test: make a pull after login to test * docs: add note to the workaround
jsoriano
added a commit
that referenced
this pull request
Apr 28, 2020
Backport some features added to Jenkinsfile to 7.x branch: * Dry run option. * Docker login. * Git config for generator tests. * Filter changes using go list. These are the cherry-picked changes: * fix: login into the docker registry (#17620) * feat: filter changes using go list output (#17397) * fix: disable workaround on macos (#17750) * ci: set git user configuration if it is not set (#17782) * fix: mount Docker credentials (#17798) * Review dependency patterns collection in Jenkins (#18004) Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Why is it important?
we use some Docker images from that registry, so we need to login in it.