Optimized, and easy Docker images and Coder templates to use in your everyday work!
This repository contains the templates and Docker images I built that is optimized for my work. I use Coder to develop my projects when I do not have access to my main computer at home, so, it was easy to install and use.
This is the base image that is based off Ubuntu since that's what I feel the most people are comfortable with Debian-based systems.
This installs the following packages:
- Terraform CLI
- GitHub CLI
- Coder CLI
- kubectl
- Helm
This image extends ghcr.io/auguwu/coder-images/base, but adds the Go compiler installed with GoReleaser and golangci-lint
This image extends from the ghcr.io/auguwu/coder-images/base but adds the .NET Runtime.
This image extends ghcr.io/auguwu/coder-images/base, but bundles Adoptium JDK 19, Gradle, and Maven
This image extends ghcr.io/auguwu/coder-images/base, but bundles Node.js, Yarn, and PNPM.
This image extends ghcr.io/auguwu/coder-images/base, but bundles all the Rust components like rustc, Cargo, clippy, and rustfmt.
This project also includes a base Coder template to use when using the images. It's personally what I use to develop my own projects with Coder. Refer to the directory's README for more information.
coder-images is released under the MIT License with love by me, Noel. <3