Trinketer22
Trinketer22
> We will check docker. Maybe it's better to use docker-registry for easy to pull it? For sure! Idea is to publish it to the registry at some point, so...
Maybe i should add *tonlibjson* to it?
> Also, could you publish it to docker-hub, so we can provide short way of install? That's definitely the plan, but isn't it too soon to do it? I'm thinking...
I don't know if it even possible to get it that small, but maybe some android distro like alpine linux as a base could help. Won't be WSL compatible in...
Ok challenge accepted
> python-slim is ~50mb **python:3.10-slim** is actually 126MB. **python:3.10-alpine** however is indeed 48.7MB. Via using alpine base i've managed so far to get 136MB [resulting image](https://github.com/Trinketer22/func_docker/blob/slim/Dockerfile). Main issue is that...
Next steps are: 1. Publishing it on dockerhub 2. Setup github pipelines to automatically rebuild and publish on dependency git branches update.
Here we go! [https://hub.docker.com/r/trinketer22/func_docker/tags](https://hub.docker.com/r/trinketer22/func_docker/tags) Compressed size turned out to be **MUCH** lower.
Guys! Your current Codacy config seems to be using both [markdownlint](https://www.npmjs.com/package/markdownlint-cli) and [remark-lint](https://github.com/remarkjs/remark-lint). Which have different views on how list items should be indented. One requires single space and the...
Jetton added