[
https://issues.apache.org/jira/browse/IGNITE-26538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vadim Pakhnushev updated IGNITE-26538:
--------------------------------------
Description:
In some cases the docker image could run under the different user which leads
to {{user.home}} directory to be not set and CLI fails to start unable to write
the logs and config files. Another place where this is needed is the
tree-sitter library which unpacks native library to the {{.tree-sitter}} folder
under the {{user.home}} by default.
Let's use some directory under the working directory of the CLI in the
container to store it.
was:
In some cases the docker image could run under the different user which leads
to {{user.home}} directory to be not set and CLI fails to start unable to write
the logs and config files.
Let's use some directory under the working directory of the CLI in the
container to store it. Then we can use IGNITE-26537 to override the
{{user.home}}.
> Specify config and logs directory for CLI in the docker
> -------------------------------------------------------
>
> Key: IGNITE-26538
> URL: https://issues.apache.org/jira/browse/IGNITE-26538
> Project: Ignite
> Issue Type: Improvement
> Components: cli ai3
> Reporter: Vadim Pakhnushev
> Assignee: Vadim Pakhnushev
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In some cases the docker image could run under the different user which leads
> to {{user.home}} directory to be not set and CLI fails to start unable to
> write the logs and config files. Another place where this is needed is the
> tree-sitter library which unpacks native library to the {{.tree-sitter}}
> folder under the {{user.home}} by default.
> Let's use some directory under the working directory of the CLI in the
> container to store it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)