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
Reading from and writing to opensearch.yml in the same command line is error-prone. sed is trying to read from the file at the same time that tee wants to truncate it and write to it.
Describe the bug
After #1130 was merged, this line completely wipes out the configuration file of the docker container on startup.
To reproduce
as
1.2.4
is the first image built with this entrypoint.Expected behavior
Container should start up successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
MacOS, docker.
Additional context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: