[recommendation]: replace debian base image with alpine image#2164
[recommendation]: replace debian base image with alpine image#2164julianocosta89 merged 1 commit intoopen-telemetry:mainfrom
Conversation
f20264c to
d680396
Compare
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
julianocosta89
left a comment
There was a problem hiding this comment.
When running this PR, I got the following error on load-generator:
exec /venv/bin/locust: no such file or directory
And this on recommendation:
exec /venv/bin/opentelemetry-instrument: no such file or directory
|
Heya @julianocosta89 , sorry about that. I had missed that when I created the PR. I began looking a bit more in the Thanks for your time. |
58f0067 to
dbe9818
Compare
|
After some digging, I found this issue which indicates that the
|
|
@julianocosta89 This PR should be ready for review now. Please see my comments above for new image sizes and changes made. |
julianocosta89
left a comment
There was a problem hiding this comment.
@Red-GV I've tested locally and I'm still not able to run the load-generator.
No logs this time, just:
load-generator exited with code 1
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
|
Okay, considering that the base image has not changed, I'll opt to drop the changes out of |
julianocosta89
left a comment
There was a problem hiding this comment.
LGTM
thx for bearing with me @Red-GV!
…try#2164) Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
…try#2164) Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>



Changes
This PR updates the Python based images to a
distrolessimage as the final base image instead of the existingslim-bookworm. This results in a smaller image overall.Merge Requirements
For new features contributions, please make sure you have completed the following
essential items:
CHANGELOG.mdupdated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.