My ASDF-based devcontainer.
Find a file
James Harton c5162f80ba
Some checks reported errors
continuous-integration/drone/push Build was killed
improvement(elixir): install rebar and hex.
2023-08-25 19:04:19 +12:00
base chore: add Elixir container. 2023-08-25 09:23:02 +12:00
elixir improvement(elixir): install rebar and hex. 2023-08-25 19:04:19 +12:00
rust chore: Add Rust container. 2023-08-25 12:23:18 +12:00
.dockerignore chore: first post. 2023-08-24 20:15:06 +12:00
.drone.yml chore: Add Rust container. 2023-08-25 12:23:18 +12:00
README.md chore: Update README.md. 2023-08-25 12:47:40 +12:00
renovate.json chore: first post. 2023-08-24 20:15:06 +12:00

Dev Container.

Build Status

This is my personal devcontainer setup which includes ASDF and starship.

It should work as a good starting point for your devcontainer configuration.

Variants.

  • code.harton.nz/james/dev-container/base - the container with ASDF and starship installed.
  • code.harton.nz/james/dev-container/elixir - built on top of the base container with the latest versions of Erlang and Elixir pre-installed to reduce build-time.
  • code.harton.nz/james/dev-container/rust - built on top of the base container with the latest version of Rust and it's tooling installed.

Usage

In your repositories .devcontainer directory, add a Dockerfile which builds upon this container.

License

Public domain.