Commit Graph

3 Commits

Author SHA1 Message Date
Arnaud Meukam 7c54ed404e Enable DinD for Github codespaces
Ensure Docker is installed for Github Codespaces. Docker is required to
run some commands from the Makefile.
2024-08-25 20:51:57 +02:00
justinsb dac4fd91b0 devcontainer: update go version, use features
From what I've read, we want the base image to be smaller, with more
of the added functionality in features.  We can build a bigger image
with the features, but that should be an image for devcontainers.

Also it seems that devcontainer tooling will cache the image with the
features - maybe giving similar results to if we had built a more
complete image.
2024-02-18 12:13:29 -05:00
Rémy Léone 86d5fb595f add support for devcontainer 2023-12-21 18:19:30 +01:00