An open API service indexing awesome lists of open source software.

https://github.com/bartventer/devcontainer-images

Repository for pre-built dev container images published under ghcr.io/bartventer
https://github.com/bartventer/devcontainer-images

archlinux devcontainer docker prebuild

Last synced: about 2 months ago
JSON representation

Repository for pre-built dev container images published under ghcr.io/bartventer

Awesome Lists containing this project

README

        

# Dev Container Images

[![Release](https://img.shields.io/github/release/bartventer/devcontainer-images.svg)](https://github.com/bartventer/devcontainer-images/releases/latest)
[![Test Workflow](https://github.com/bartventer/devcontainer-images/actions/workflows/test.yml/badge.svg)](https://github.com/bartventer/devcontainer-images/actions/workflows/test.yml)
[![Build Workflow](https://github.com/bartventer/devcontainer-images/actions/workflows/build.yml/badge.svg)](https://github.com/bartventer/devcontainer-images/actions/workflows/build.yml)
[![License](https://img.shields.io/github/license/bartventer/devcontainer-images.svg)](LICENSE)

This repository contains a _collection_ of Docker images for development containers curated by [@bartventer](https://github.com/bartventer).

## Images

| Image | Description |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| [base-archlinux](src/base-archlinux/README.md) | The `base-archlinux` image provides a base Arch Linux environment for development containers. |
| [dotfiles-archlinux](src/dotfiles-archlinux/README.md) | The `dotfiles-archlinux` image provides a base Arch Linux environment with dotfiles for development containers _(I use this to speed up dotfiles setup)_. |

## Contributing

All contributions are welcome! Open a pull request to request a feature or submit a bug report.

## License

This project is licensed under the [MIT License](LICENSE).