/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

johnjr.dev
| | blog.fredrb.com
4.2 parsecs away

Travel
| | Tiny Python Docker Images I was looking for a way to create a very small docker image for a Python project. The python project I created is a Telegram bot quizzes me in German. The python-telegram-bot pip package requires gcc to fully build- so using alpine image did not do the trick for me. I searched online, found a few example bot none that would actually do what I needed with a reasonable image size.
| | javier.io
3.1 parsecs away

Travel
| | package python scripts and dependencies in single files with pex
| | www.perrotta.dev
3.7 parsecs away

Travel
| | To build a docker image completely from scratch, without reusing cache layers on your system: docker build --no-cache -f Dockerfile . -t {image name}:{image tag} --platform linux/amd64
| | blog.randombits.host
11.3 parsecs away

Travel
| PyPi - The Python Package IndexI love Python. It's easy to read, even easier to write, and best of all, the easiest language (I've used) to interact with other people's code. I spent too long being only on one end of that equation though, only consuming code other people have