[8.x](backport #5647) Include python wheel packages when moving downloaded dependencies archives#5649
Closed
mergify[bot] wants to merge 1 commit into8.xfrom
Closed
[8.x](backport #5647) Include python wheel packages when moving downloaded dependencies archives#5649mergify[bot] wants to merge 1 commit into8.xfrom
mergify[bot] wants to merge 1 commit into8.xfrom
Conversation
…hives (#5647) This commit modifies movePackagesToArchive() function to include python wheel packages introduced with commit 701f8b9 . This solves an issue when packaging docker images using a DROP_PATH env var: prior to this change, the python wheel archives present in DROP_PATH were not moved to `<DROP PATH>/archive/<platform>` failing to create an image for which the Dockerfile expects to install the python wheel package (cherry picked from commit 23621df) # Conflicts: # magefile.go
Contributor
Author
|
Cherry-pick of 23621df has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Contributor
|
Closing backport PR as I have merged this changed into this backport PR - #5634 |
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?
This commit modifies movePackagesToArchive() function to include python wheel packages introduced with commit 701f8b9 .
This solves an issue when packaging docker images using a DROP_PATH env var: prior to this change, the python wheel archives present in DROP_PATH were not moved to
<DROP PATH>/archive/<platform>failing to create an image for which the Dockerfile expects to install the python wheel packageWhy is it important?
To have a successful docker image creation during unified build processes.
Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
How to test this PR locally
Package the docker image "service" for elastic agent using a DROP_PATH (and optionally a manifest), for example:
Related issues
Questions to ask yourself
This is an automatic backport of pull request #5647 done by [Mergify](https://mergify.com).