Simple Dockerfiles for building development container images. Provides multiple variants that supports both arm64 and amd64 architectures, with a focus on providing a solid base for development, for instance with Playwright testing support embedded in all images.
A universal image providing node, .net and python capabilities.
docker pull ghcr.io/oxybot/dev-containers/universal:latestSee detailed documentation: universal.md.
An image focused on javascript and typescript development.
docker pull ghcr.io/oxybot/dev-containers/typescript-node:latestSee detailed documentation: typescript-node.md.
Each image may have multiple variants (e.g. different Node.js versions). Check the individual image documentation for details on available tags and their contents.
MIT. See LICENSE.