🐋 Monorepo with all my personal docker images.
Image | Badges | Description |
---|---|---|
chromium | x | Ephemeral Chromium browser for ad-hoc use. |
firefox | x | Ephemeral Firefox browser for ad-hoc use. |
gcloud | x | Google Cloud SDK CLI tool. |
net-block | x | Transparent network proxy with ad-blocking capabilities. |
net-cache | x | Extreme local caching for 💩 networks. |
net-tools | x | 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 | Badges | Description |
---|---|---|
chromium-defaults | x | Ephemeral and completely fresh/default Chromium browser for testing. |
chromium-old-47 | x | Chromium browser v47 for compatibility testing. |
chromium-old-53 | x | Chromium browser v53 for compatibility testing. |
chromium-old-72 | x | Chromium browser v72 for compatibility testing. |
chromium-old-81 | x | Chromium browser v81 for compatibility testing. |
midori | x | Ephemeral Midori browser for ad-hoc use. |
Images are publicly available on GitHub packages.
Tip: Use the
REGISTRY
env var to set the name prefix, e.g.REGISTRY=local
would result in an image namedlocal/chromium
.
Make all images:
REGISTRY=local make all
Make a specific image:
REGISTRY=local make chromium
MIT license. See LICENCE.
© 2024 Max Milton