• Stars
    star
    187
  • Rank 205,275 (Top 5 %)
  • Language
    Dockerfile
  • License
    Apache License 2.0
  • Created about 4 years ago
  • Updated 23 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dockerfiles I use for development

dockerfiles

Documentation Dockerfiles

These are multi-stage docker images I use for developing with VSCode.

See how I develop with vscode and docker.

Instructions on how to duplicate my IDE:

Images will continue to be supported so long as they haven't reached EOL

Quick start

Grab the docker image from docker hub. This repo provides the images in:

Then, set up a vscode workspace.

Build from source

Alternatively, you can build all the docker images directly from source.

./build.py all

Or just build one

./build.py foxy

Or just a single target for one

./build --target dev foxy

To see help information and build options

./build.py --help