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
the applications could be installed in non-default paths
Docker CLI could be installed instead (with the docker daemon running on a server instead of locally)
maybe other use-cases i'm not aware of
in those cases it's currently not possible to build the docker images.
To Reproduce
n/a
Expected behavior
the build system is agnostic to the exact location or type of installation of docker and works with all valid setups.
Plugins
n/a
Screenshots
n/a
Host/Environment (please complete the following information):
encountered this on Windows 10 with Docker CLI and a remote docker daemon
Additional context
i'd strongly suggest to not do this by calling external applications yourself but instead use a gradle plugin for this. namely, gradle-docker-plugin could be used for this and based on the documentation there i've now found that also gradle-docker-compose-plugin exists and could be used.
The text was updated successfully, but these errors were encountered:
Describe the bug
the current implementation assumes that docker and docker-compose can be found in specific paths:
OpenSearch/buildSrc/src/main/java/org/opensearch/gradle/docker/DockerSupportService.java
Lines 69 to 78 in 2310a3d
however, this is not always the case:
in those cases it's currently not possible to build the docker images.
To Reproduce
n/a
Expected behavior
the build system is agnostic to the exact location or type of installation of docker and works with all valid setups.
Plugins
n/a
Screenshots
n/a
Host/Environment (please complete the following information):
encountered this on Windows 10 with Docker CLI and a remote docker daemon
Additional context
i'd strongly suggest to not do this by calling external applications yourself but instead use a gradle plugin for this. namely, gradle-docker-plugin could be used for this and based on the documentation there i've now found that also gradle-docker-compose-plugin exists and could be used.
The text was updated successfully, but these errors were encountered: