🐋 Monorepo with all my personal docker images.
| Image | Description |
|---|---|
| chromium | Ephemeral Chromium browser for ad-hoc use. |
| firefox | Ephemeral Firefox browser for ad-hoc use. |
| gcloud | Google Cloud SDK CLI tool. |
| net-block | Transparent network proxy with ad-blocking capabilities. |
| net-cache | Extreme local caching for 💩 networks. |
| net-tools | Collection of network tools. |
There are more images I only use for specific use cases in the .extra directory. These don't get built by default with the Makefile nor do they get tested in the CI workflow.
| Image | Description |
|---|---|
| chromium-defaults | Ephemeral and completely fresh/default Chromium browser for testing. |
| chromium-old-47 | Chromium browser v47 for compatibility testing. |
| chromium-old-53 | Chromium browser v53 for compatibility testing. |
| chromium-old-72 | Chromium browser v72 for compatibility testing. |
| chromium-old-81 | Chromium browser v81 for compatibility testing. |
| midori | Ephemeral Midori browser for ad-hoc use. |
Images are publicly available on GitHub packages.
Tip: Use the
REGISTRYenv var to set the name prefix, e.g.REGISTRY=localwould result in an image namedlocal/chromium.
Make all images:
REGISTRY=local make allMake a specific image:
REGISTRY=local make chromiumMIT license. See LICENCE.