You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build an image of Elastic version 8.13.3 and 8.14.1 for s390x, and below is my observation
While building 8.13.3, if for ml-plugin I use version latest (8.15.1), the build is successful. However if I specify a particular version like 8.13.3 or lower. In that I get the following error.
`What went wrong:
Could not determine the dependencies of task ':x-pack:plugin:ml:explodedBundlePlugin'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Get more help at https://help.gradle.org/.`
Randomly tried the same for lower versions like 7.17.24. But get similar dependency error.
Surprisingly, similar version specifications work for version 8.14.1 as described below
2. While build 8.14.1, if the ml-plugin version is latest or 8.14.1 or 8.13.3, the build is successful.
I am trying to build a dockerfile which could be easily changed to upgrade the version or in some cases downgrade as well. Hence, trying to understand this behaviour.
To summarise: We can specify any ml-plugin version for 8.14.1, but same is not true for version 8.13.3, 8.13.3 works only with latest.
Note: Referring the build script to create a dockerfile in the directory of these repos
Hi Team,
I am trying to build an image of Elastic version 8.13.3 and 8.14.1 for s390x, and below is my observation
`What went wrong:
Could not determine the dependencies of task ':x-pack:plugin:ml:explodedBundlePlugin'.
Randomly tried the same for lower versions like 7.17.24. But get similar dependency error.
Surprisingly, similar version specifications work for version 8.14.1 as described below
2. While build 8.14.1, if the ml-plugin version is latest or 8.14.1 or 8.13.3, the build is successful.
I am trying to build a dockerfile which could be easily changed to upgrade the version or in some cases downgrade as well. Hence, trying to understand this behaviour.
To summarise: We can specify any ml-plugin version for 8.14.1, but same is not true for version 8.13.3, 8.13.3 works only with latest.
Note: Referring the build script to create a dockerfile in the directory of these repos
The text was updated successfully, but these errors were encountered: