Resolve major-only search service versions to available image tags#118
Open
Copilot wants to merge 9 commits into
Open
Resolve major-only search service versions to available image tags#118Copilot wants to merge 9 commits into
Copilot wants to merge 9 commits into
Conversation
Agent-Logs-Url: https://github.com/qoliber/magebox/sessions/3e665d1c-c2df-4b84-9e78-3423c5965fd1 Co-authored-by: peterjaap <431360+peterjaap@users.noreply.github.com>
Collaborator
|
@copilot this is now hard-coded, which is not what I want |
Agent-Logs-Url: https://github.com/qoliber/magebox/sessions/3e665d1c-c2df-4b84-9e78-3423c5965fd1 Co-authored-by: peterjaap <431360+peterjaap@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qoliber/magebox/sessions/3e665d1c-c2df-4b84-9e78-3423c5965fd1 Co-authored-by: peterjaap <431360+peterjaap@users.noreply.github.com>
Collaborator
|
@copilot these versions are hard-coded; 124dc76#diff-0ccf1f3e4ed173e32699ba849c5a221b34d76badc64a418fda5faf2e11f0305dR757 |
Agent-Logs-Url: https://github.com/qoliber/magebox/sessions/3e665d1c-c2df-4b84-9e78-3423c5965fd1 Co-authored-by: peterjaap <431360+peterjaap@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qoliber/magebox/sessions/3e665d1c-c2df-4b84-9e78-3423c5965fd1 Co-authored-by: peterjaap <431360+peterjaap@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix elasticsearch version to 7.17
Resolve major-only search service versions to supported image tags
May 12, 2026
Agent-Logs-Url: https://github.com/qoliber/magebox/sessions/085221a7-5f68-4f38-946c-59eb2eefa1b0 Co-authored-by: peterjaap <431360+peterjaap@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qoliber/magebox/sessions/085221a7-5f68-4f38-946c-59eb2eefa1b0 Co-authored-by: peterjaap <431360+peterjaap@users.noreply.github.com>
Contributor
Author
Removed the hard-coded major-version defaults and switched this to dynamic Docker Hub prefix resolution in 935d34b.
This is no longer hard-coded; the major-only search versions now resolve dynamically from available Docker Hub tags in 935d34b. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
Resolve major-only search service versions to supported image tags
Resolve major-only search service versions to available image tags
May 12, 2026
* main: Upload PR build binaries as artifacts and comment links Release v1.17.0 Start only this project's services on magebox start
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.
Major-only search versions such as
elasticsearch: "7"were passed through as Docker image tags, which produced invalid pulls likeelasticsearch:7. This change makes MageBox resolve major-only OpenSearch and Elasticsearch versions dynamically from available Docker Hub tags before selecting the final image tag.Version normalization
7→ latest available7.x.y8→ latest available8.x.y1/2/3→ latest available1.x.y/2.x.y/3.x.ymajor.minorinputs and continue resolving them to the latest available patch.major.minor.patchinputs unchanged.Compose behavior
Coverage
Docs
8.11remain pinned to that minor line and only resolve the patch.Example:
Now resolves effectively as the latest available releases in those major series, for example:
while explicit minors still behave as before:
> [!WARNING]
>
>