-
Notifications
You must be signed in to change notification settings - Fork 252
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
Fix Eland Docker image name #2748
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
This pull request does not have a backport label. Could you fix it @pquentin? 🙏
|
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.
LGTM
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.
LGTM, thanks!
Please note that if you want this automatically backported across the doc versions, you'll need to add backport-8.15
, backport-8.14
, backport-8.13
, backport-8.12
labels, for example
I don't have the necessary permissions unfortunately. Backporting all the way back to 8.9 would be ideal. |
(cherry picked from commit dfe0bc4)
(cherry picked from commit dfe0bc4)
(cherry picked from commit dfe0bc4)
(cherry picked from commit dfe0bc4)
(cherry picked from commit dfe0bc4)
(cherry picked from commit dfe0bc4)
(cherry picked from commit dfe0bc4)
(cherry picked from commit dfe0bc4) Co-authored-by: Quentin Pradet <[email protected]>
(cherry picked from commit dfe0bc4) Co-authored-by: Quentin Pradet <[email protected]>
(cherry picked from commit dfe0bc4) Co-authored-by: Quentin Pradet <[email protected]>
(cherry picked from commit dfe0bc4) Co-authored-by: Quentin Pradet <[email protected]>
(cherry picked from commit dfe0bc4) Co-authored-by: Quentin Pradet <[email protected]>
(cherry picked from commit dfe0bc4) Co-authored-by: Quentin Pradet <[email protected]>
(cherry picked from commit dfe0bc4) Co-authored-by: Quentin Pradet <[email protected]>
When we instructed users to build the image, the tag was
elastic/eland
, but now we should refer to the docker.elastic.co image tag instead.Thanks to @itay-ct for the report.