containerbase / devcontainer

containerbase devcontainer docker base image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

containerbase devcontainer

Build status GitHub release (latest SemVer) License: MIT

A Docker base image for Visual Studio Code Dev Containers usage.

This repository is the source for the Github container registry image ghcr.io/containerbase/devcontainer. Commits to main branch are automatically build and published.

This image allows sudo without password. It's setting all directiories as safe for git.

Additional installed packages:

  • docker
  • git
  • g++
  • make
  • nodejs (corepack enabled)
  • locales
  • python
  • shellcheck
  • sudo

About

containerbase devcontainer docker base image

License:MIT License


Languages

Language:Dockerfile 82.1%Language:Shell 17.9%