8000 Standardize image artifact name by kaisecheng · Pull Request #17727 · elastic/logstash · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Standardize image artifact name #17727

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

Merged
merged 1 commit into from
Jun 27, 2025
Merged

Standardize image artifact name #17727

merged 1 commit into from
Jun 27, 2025

Conversation

kaisecheng
Copy link
Contributor
@kaisecheng kaisecheng commented Jun 23, 2025

Release notes

[rn:skip]

What does this PR do?

Standardize the arch in image artifact name to amd64 (instead of x86_64), and arm64 (instead of aarch64)

Why is it important/What is the impact to the user?

Initiative from the Release-Eng team to standardize the image artifact names across projects

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files (and/or docker env variables)
  • I have added tests that prove my fix is effective or that my feature works

Author's Checklist

  • DRA job has renamed the image files.

How to test this PR locally

Related issues

Use cases

Screenshots

Logs

Standardize the arch in image artifact name to amd64 (instead of x86_64), and arm64 (instead of aarch64)
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

Copy link
Contributor
mergify bot commented Jun 23, 2025

This pull request does not have a backport label. Could you fix it @kaisecheng? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • If no backport is necessary, please add the backport-skip label

Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

@kaisecheng
Copy link
Contributor Author

Do not merge until we have sync with Release-Eng team

@kaisecheng
Copy link
Contributor Author

Build succeed and renamed

@kaisecheng kaisecheng marked this pull request as ready for review June 24, 2025 10:07
Copy link
Contributor
@andsel andsel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kaisecheng kaisecheng added the backport-active-all Automated backport with mergify to all the active branches label Jun 24, 2025
@alina-bacalete
Copy link

Please see https://github.com/elastic/infra/pull/42173 which is the follow-up PR in the infra repo. Let's please sync with merging so we can be ready to merge that as well once we merge this one. Thank you in advance!

@kaisecheng kaisecheng merged commit 5f54c0c into main Jun 27, 2025
13 checks passed
@kaisecheng kaisecheng deleted the standardize_image_name branch June 27, 2025 17:34
Copy link
Contributor

@Mergifyio backport 8.17 8.18 8.19 9.0 9.1

Copy link
Contributor
mergify bot commented Jun 27, 2025

backport 8.17 8.18 8.19 9.0 9.1

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Jun 27, 2025
Standardize the arch in image artifact name to amd64 (instead of x86_64), and arm64 (instead of aarch64)

(cherry picked from commit 5f54c0c)

# Conflicts:
#	.buildkite/scripts/dra/build_docker.sh
mergify bot pushed a commit that referenced this pull request Jun 27, 2025
Standardize the arch in image artifact name to amd64 (instead of x86_64), and arm64 (instead of aarch64)

(cherry picked from commit 5f54c0c)

# Conflicts:
#	.buildkite/scripts/dra/build_docker.sh
mergify bot pushed a commit that referenced this pull request Jun 27, 2025
Standardize the arch in image artifact name to amd64 (instead of x86_64), and arm64 (instead of aarch64)

(cherry picked from commit 5f54c0c)

# Conflicts:
#	.buildkite/scripts/dra/build_docker.sh
mergify bot pushed a commit that referenced this pull request Jun 27, 2025
Standardize the arch in image artifact name to amd64 (instead of x86_64), and arm64 (instead of aarch64)

(cherry picked from commit 5f54c0c)
mergify bot pushed a commit that referenced this pull request Jun 27, 2025
Standardize the arch in image artifact name to amd64 (instead of x86_64), and arm64 (instead of aarch64)

(cherry picked from commit 5f54c0c)
@kaisecheng kaisecheng added the backport-8.x Automated backport to the 8.x branch with mergify label Jun 27, 2025
kaisecheng added a commit that referenced this pull request Jun 27, 2025
Standardize the arch in image artifact name to amd64 (instead of x86_64), and arm64 (instead of aarch64)

(cherry picked from commit 5f54c0c)

Co-authored-by: kaisecheng <69120390+kaisecheng@users.noreply.github.com>
kaisecheng added a commit that referenced this pull request Jun 27, 2025
Standardize the arch in image artifact name to amd64 (instead of x86_64), and arm64 (instead of aarch64)

(cherry picked from commit 5f54c0c)

Co-authored-by: kaisecheng <69120390+kaisecheng@users.noreply.github.com>
kaisecheng added a commit that referenced this pull request Jun 27, 2025
* Standardize image artifact name (#17727)

Standardize the arch in image artifact name to amd64 (instead of x86_64), and arm64 (instead of aarch64)

(cherry picked from commit 5f54c0c)

# Conflicts:
#	.buildkite/scripts/dra/build_docker.sh

* Update .buildkite/scripts/dra/build_docker.sh

* Update .buildkite/scripts/dra/build_docker.sh

---------

Co-authored-by: kaisecheng <69120390+kaisecheng@users.noreply.github.com>
kaisecheng added a commit that referenced this pull request Jun 27, 2025
* Standardize image artifact name (#17727)

Standardize the arch in image artifact name to amd64 (instead of x86_64), and arm64 (instead of aarch64)

(cherry picked from commit 5f54c0c)

# Conflicts:
#	.buildkite/scripts/dra/build_docker.sh

* Update .buildkite/scripts/dra/build_docker.sh

---------

Co-authored-by: kaisecheng <69120390+kaisecheng@users.noreply.github.com>
kaisecheng added a commit that referenced this pull request Jun 27, 2025
* Standardize image artifact name (#17727)

Standardize the arch in image artifact name to amd64 (instead of x86_64), and arm64 (instead of aarch64)

(cherry picked from commit 5f54c0c)

# Conflicts:
#	.buildkite/scripts/dra/build_docker.sh

* Update .buildkite/scripts/dra/build_docker.sh

---------

Co-authored-by: kaisecheng <69120390+kaisecheng@users.noreply.github.com>
@kaisecheng
Copy link
Contributor Author

@mergifio backport 8.x

@kaisecheng
Copy link
Contributor Author

@Mergifyio backport 8.x

Copy link
Contributor
mergify bot commented Jun 27, 2025

backport 8.x

❌ No backport have been created

  • Backport to branch 8.x failed

Git reported the following error:

fatal: couldn't find remote ref 8.x

@kaisecheng kaisecheng removed the backport-8.x Automated backport to the 8.x branch with mergify label Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-active-all Automated backport with mergify to all the active branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standardize image artifact name
4 participants
0