Skip to content

A collection of Dev Container features & images

Notifications You must be signed in to change notification settings

progamesigner/devcontainers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Containers

A development container allows you to use a container as a full-featured development environment. It can be used to run an application, to separate tools, libraries, or runtimes needed for working with a codebase, and to aid in continuous integration and testing. Dev containers can be run locally or remotely, in a private or public cloud.

Images

{
    "image": "ghcr.io/progamesigner/devcontainers/images/ubuntu:jammy"
}
OS Version Image
Ubuntu Jammy (22.04) ghcr.io/progamesigner/devcontainers/images/ubuntu:jammy

Features

To reference an image from this repository, add the desired features to a devcontainer.json.

All features are built from source as much as possible.

{
    "features": {
        "ghcr.io/progamesigner/devcontainers/features/<feature>:latest": {}
    }
}

About

A collection of Dev Container features & images

Resources

Stars

Watchers

Forks

Packages