package: docker images to match the unified release format#30895
Conversation
|
This pull request does not have a backport label. Could you fix it @v1v? 🙏
NOTE: |
|
/package |
|
@v1v is this PR still relevant? |
|
@v1v any update on this? |
|
This is still valid |
…er-tar-gz * upstream/main: (139 commits) [Automation] Update elastic stack version to 8.3.0-c655cda8 for testing (elastic#31322) Define a queue metrics reporter interface (elastic#31289) [Oracle Module] Change tablespace metricset collection period (elastic#31259) libbeat/reader/syslog: relax timestamp parsing to allow leading zero (elastic#31254) [Automation] Update elastic stack version to 8.3.0-55ba6f37 for testing (elastic#31311) [libbeat] Remove unused fields and functions in the memory queue (elastic#31302) [libbeat] Cleaning up some unneeded helper types (elastic#31290) Readme for kibana module (elastic#31276) [Automation] Update elastic stack version to 8.3.0-4be61f32 for testing (elastic#31296) x-pack/winlogbeat/module/routing/ingest: fix typo for channel name (elastic#31291) Small pipeline cleanup removing some unused data fields (elastic#31288) removing info log (elastic#30971) Simplify TLS config deserialization (elastic#31168) Detect new files under known paths in filestream input (elastic#31268) Add support for port mapping in docker hints (elastic#31243) Update qa-labels.yml (elastic#31260) libbeat: log debug for `proxy_url` and fixed docs (elastic#31130) [heartbeat][docs] Add note about ensuring correct index settings for uptime (elastic#31146) [Automation] Update elastic stack version to 8.3.0-2c8f9574 for testing (elastic#31256) [Filebeat] fix m365_defender pipeline bug (elastic#31227) ...
… the unified release" This reverts commit 4635f59.
|
/package |
|
This pull request is now in conflicts. Could you fix it? 🙏 |
|
@v1v I guess the e2e will need a change here: https://github.com/elastic/e2e-testing/blob/50f964a93042dcb0b551e6fd0385400be8d3217a/pkg/downloads/versions.go#L358-L366 |
|
This pull request is now in conflicts. Could you fix it? 🙏 |
|
/package |
|
This pull request is now in conflicts. Could you fix it? 🙏 |
|
This pull request is now in conflicts. Could you fix it? 🙏 |
1 similar comment
|
This pull request is now in conflicts. Could you fix it? 🙏 |
|
I'll close this issue, and let the DC team drive this change if needed in the future |
What does this PR do?
Rename docker images from the package system to match the expected naming by the unified release.
Therefore, the new name will end with either
docker-image-linux-amd64.tar.gzordocker-image-linux-arm64.tar.gz.Why is it important?
Simplify the Daily Release Snapshots manipulation -> elastic/apm-server#7530 (comment)
Test
If I run
TYPES=docker mage packagethenActions