-
Notifications
You must be signed in to change notification settings - Fork 734
Dockerfile oss #11472
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
Dockerfile oss #11472
Conversation
|
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
iddqdex
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А можно удаление tools/ydbd_slice/image/Dockerfile и tools/ydbd_slice/image/pkj.json сделать отдельным коммитом после того, как мы переключимся на новые пакеты?
3c67d60 to
0787cae
Compare
|
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Changelog entry
Docker image
Base image
Base image is official
ubuntu:focalwith installed packages:Also base image included
LICENSE,AUTHORSandREADME.mdfiles from root of repositoryand dynamic cpp libraries
libiconv,liblibidnandlibaio.Base breakpad image
Extend base image with:
libbreakpad_init.sofrom breakpad_init image (ydb/deploy/breakpad_init)LD_PRELOADfor loading breakpad library on process startBREAKPAD_MINIDUMPS_PATHandBREAKPAD_MINIDUMPS_SCRIPTto setup breakpadminidump_stackwalkandminidump-2-coreto collect stacktrace and convert in coredump formatminidump_script.pyas dumpCallback handler for breakpadImage Types
Release
Image with minimal requirements to launch ydbd in container
Used base image and included:
Breakpad
Image with google breakpad assets to collect minidump
Used base image and included:
Debug
Image with debug symbols and utils for dev purposes
Extend breakpad image with:
Changelog category
Additional information
...