My ASDF-based devcontainer.
Find a file
James Harton 284da2a81b
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
chore: Add rust+elixir container (for Rustler dev).
2024-06-21 16:30:38 +12:00
base fix: If the preferred username or uid is already taken, remove it. 2024-06-21 16:08:57 +12:00
elixir chore: explicitly supply arch to subcontainers. 2024-03-20 12:07:48 +13:00
examples chore: Update forgejo and drone hostnames. 2024-02-09 10:53:05 +13:00
rust chore: explicitly supply arch to subcontainers. 2024-03-20 12:07:48 +13:00
rust-elixir chore: Add rust+elixir container (for Rustler dev). 2024-06-21 16:30:38 +12:00
.dockerignore chore: first post. 2023-08-24 20:15:06 +12:00
.drone.yml chore: Add rust+elixir container (for Rustler dev). 2024-06-21 16:30:38 +12:00
README.md chore: Update forgejo and drone hostnames. 2024-02-09 10:53:05 +13: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.

  • harton.dev/james/dev-container/base - the container with ASDF and starship installed.
  • harton.dev/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.
  • harton.dev/james/dev-container/rust - built on top of the base container with the latest version of Rust and it's tooling installed.

Usage

There are example .devcontainer directories in the examples directory.

License

Public domain.