-
Notifications
You must be signed in to change notification settings - Fork 275
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
[BUG]: Docker images for unreleased version are built and published as released ones (without SNAPSHOT classifier) #5188
Comments
@peterzhuamazon would really appreciate your input / help with that, thanks! |
This is by design as it is within the |
The reason we dont use Only the Thanks. |
Tho, I am not against having another |
But I do want to know the use case of this and whether it is necessary. |
This is directly related to #5096:
The plugin installation does not work either, fe installing any plugin in Docker container fails, and for the right reasons - there are no releases for the plugins. And because the build is a release build, the tooling does not look for SNAPSHOTs either. |
So a SNAPSHOT Min artifact creation followed by a SNAPSHOT docker image creation with only |
Do we build Docker images out of SNAPSHOT min distribution? If yes - 100% enough. |
Yes, as of now a Similarly if we would add another |
Totally, I think it would be also fair to publish non-released versions as SNAPSHOTs |
I believe these are nightly non-snapshot builds. Similar to what we have even for plugins at ci.opensearch.org. As of today we only build min snapshot with |
👍 , thanks @gaiksaya , it looks right to me (since we are building the SNAPSHOT versions indeed), the current SNAPSHOT-as-release is quite confusing. |
Describe the bug
As of today, the Docker images for unreleased OpenSearch version (fe 3.0.0, 2.18.1, 2.19.0) are published as released ones, fe for most recent
opensearchstaging/opensearch:2.18.1
image:To reproduce
Expected behavior
The
build_snapshot
should have indicated that this is a snapshot build, not a releaseScreenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
Any
Additional context
See please opensearch-project/OpenSearch#16581
Relevant log output
No response
The text was updated successfully, but these errors were encountered: