v3/.devcontainer
2020-10-11 06:26:26 -04:00
..
BUILD.bazel chore: speed up builds by breaking out dev-container again 2020-10-11 06:26:26 -04:00
devcontainer.json chore: prettier 2020-10-10 04:36:22 -04:00
README.md chore: speed up builds by breaking out dev-container again 2020-10-11 06:26:26 -04:00

Dev Container

This package houses the dev-container image.

It includes:

  • go (1.15.2)
  • bazel (latest via bazelisk)
  • node (latest lts via nvm)

As well as any other tooling within VSCode Dev Containers.

Building

To build and use locally,

bazel run //srv/dev-container && docker run -it --rm bazel/src/dev-container:dev-container

To just use, this is published to two registries. There is no effective difference, except that GitHub's registry requires login, and Docker Hub does not.

  • docker pull roleypoly/dev-container:main
  • docker pull docker.pkg.github.com/roleypoly/roleypoly/dev-container:main