fix: push the cloud images from packaging steps#9291
Merged
pkoutsovasilis merged 1 commit intoelastic:9.1from Aug 8, 2025
Merged
fix: push the cloud images from packaging steps#9291pkoutsovasilis merged 1 commit intoelastic:9.1from
pkoutsovasilis merged 1 commit intoelastic:9.1from
Conversation
|
Contributor
💚 Build Succeeded
|
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
dliappis
reviewed
Aug 8, 2025
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?
During the backport of #9282 I missed the fact that this #8337 never got backported to 9.1. This leads to certain failures context here
So, this PR ensures that cloud images built as part of the packaging steps for integration tests are properly pushed to the Docker registry. Previously, this push step was part of a separate FIPS-specific step (
integration-fips-cloud-image), which has now been removed.The logic to load and push the cloud image has been relocated to the packaging steps themselves (
packaging-containers-x86-64-fipsand others), specifically using the newintegration-cloud-image-push.shscript. In addition, a shared Vault Docker login plugin has been introduced and reused via anchors across these steps.Why is it important?
This fix ensures that the required images for FIPS integration tests are available without relying on a separate Buildkite step and most importantly they do use the
USE_PACKAGE_VERSIONenv varChecklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
None. This is a CI-only change and has no impact on users of the Elastic Agent.
How to test this PR locally
This is a CI-only change thus maybe open a draft PR
Related issues