Hey @stek29. Regarding TelegramMessenger/MTProxy, the provided docker image seems not being maintained for a while. So i tried to rebuild a working repository of the image with some minor modifications to compatible with latest commits.
As you are probably aware alpine build is not possible at the moment and the codebase is more optimized for Gnu toolchain. Using multi-stage and debian:slim base images the result is reasonable small (31 MB download size).
After i created this repo, i need you confirmation which action is suitable to you:
- Keeping this repo as is (unofficial)
- Moving this repo to TelegramMessenger github org
- Just linking this image from official READMe's notes
My main concern to creating this was providing latest enhancements to the users while preventing multiple unofficial versions for docker. Anyway thanks for your great job and waiting for your response.
Hey @stek29. Regarding TelegramMessenger/MTProxy, the provided docker image seems not being maintained for a while. So i tried to rebuild a working repository of the image with some minor modifications to compatible with latest commits.
As you are probably aware alpine build is not possible at the moment and the codebase is more optimized for Gnu toolchain. Using multi-stage and
debian:slimbase images the result is reasonable small (31 MB download size).After i created this repo, i need you confirmation which action is suitable to you:
My main concern to creating this was providing latest enhancements to the users while preventing multiple unofficial versions for docker. Anyway thanks for your great job and waiting for your response.