-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Docker image uses a numeric user ID #168617
Docker image uses a numeric user ID #168617
Conversation
8f1884c
to
c455b9a
Compare
Just double checking this change with @jbudz . Jon, can you think about something that could be broken by this? |
Thanks @mistic! Is there a way to build the image from this PR? I'd be happy to test the change in a serverless environment, once I have the image available. |
@rhr323 I added the label to build a serverless image and triggered a new build. |
Tested in my serverless dev env:
Everything seems to work fine, I created an alert connector + sample alert for testing, no issues observed. |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Canvas Sharable Runtime
History
To update your PR or re-run it, just comment with: |
Co-authored-by: Brad White <[email protected]>
Summary
Running the Kibana docker image on kubernetes with
runAsRoot
set tofalse
results in:This PR changes the Dockerfile so it uses a numeric user ID (1000), similarly to Elasticsearch.
Checklist
n/a
Risk Matrix
n/a
For maintainers