Explore >> Select a destination


You are here

github.com
| | earthly.dev
4.0 parsecs away

Travel
| | Learn how to automate the process of developing, testing, building, and deploying Docker containers using GitHub Actions. This tutorial will guide ...
| | blog.thepete.net
4.1 parsecs away

Travel
| | Applying straightforward Continuous Delivery techniques to static sites. Remove the human processes so you can move fast and not break things.
| | zelig880.com
3.9 parsecs away

Travel
| | Learn how to setup CI/CD and deploy your VitePress documentation site on GitHub Pages using GitHub actions.
| | blog.fredrb.com
23.1 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.