We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I tried installing with the latest release version v0.8.18. The wrap option of the base64 command does not work in the Elasticsearch setup stage. My guess is it's a version issue with busybox and should be replaced with the w option. The source code is here : https://github.com/linkedin/datahub/blob/master/docker/elasticsearch-setup/create-indices.sh#L15
To Reproduce Steps to reproduce the behavior: I installed using the v0.8.18 version of Helmchart provided by Datahub.
Screenshots error : base64: unrecognized option: wrap
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Facing this exact issue. It is critical for us to upgrade as soon as possible because of the log4j vulnerability.
Source code: https://github.com/dfds-data/datahub-infrastructure
Sorry, something went wrong.
Just saw this, I guess a fix is on its way! #3723
Hi @develinu & @dingobar! The fix for this has been merged & helm charts for 0.8.18 went out this afternoon :) we'll close out this issue shortly
Does this mean that the images for 0.8.18 will be updated, or will there be a 0.8.19 or 0.8.18.1 release with this fix?
0.8.19 has been released with this fix.
0.8.19
No branches or pull requests
Describe the bug
I tried installing with the latest release version v0.8.18. The wrap option of the base64 command does not work in the Elasticsearch setup stage. My guess is it's a version issue with busybox and should be replaced with the w option.
The source code is here : https://github.com/linkedin/datahub/blob/master/docker/elasticsearch-setup/create-indices.sh#L15
To Reproduce
Steps to reproduce the behavior:
I installed using the v0.8.18 version of Helmchart provided by Datahub.
Screenshots
error : base64: unrecognized option: wrap
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: