Skip to content
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 Release Image incorrectly bundled default yml and entrypoint file #3963

Closed
peterzhuamazon opened this issue Sep 6, 2023 · 0 comments · Fixed by #3962
Closed
Assignees
Labels

Comments

@peterzhuamazon
Copy link
Member

We did not see this having issues due to 1.x/2.x and default is having nearly same content except a few comments in yml.

As for entrypoint file the 1.x docker is actually bundled with default entrypoint, which includes bunch of allowlist of parameters, that is why it is not seeing issues previously.

Example:
https://build.ci.opensearch.org/job/docker-build/3765/console

#16 11.16 Usage: grep [OPTION]... PATTERN [FILE]...
#16 11.16 Try 'grep --help' for more information.
#16 11.16 Usage: grep [OPTION]... PATTERN [FILE]...
#16 11.16 Try 'grep --help' for more information.
#16 11.16 '/tmp/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-default.x.sh' -> '/usr/share/opensearch-dashboards/opensearch-dashboards-docker-entrypoint.sh'
#16 11.17 '/tmp/opensearch-dashboards/opensearch_dashboards-default.x.yml' -> '/usr/share/opensearch-dashboards/config/opensearch_dashboards.yml'
#16 11.17 '/tmp/opensearch-dashboards/opensearch.example.org.cert' -> '/usr/share/opensearch-dashboards/config/opensearch.example.org.cert'
#16 11.17 '/tmp/opensearch-dashboards/opensearch.example.org.key' -> '/usr/share/opensearch-dashboards/config/opensearch.example.org.key'
#16 11.17 total 1272

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
1 participant