diff --git a/images/base/Dockerfile b/images/base/Dockerfile index 00543b3..381d548 100644 --- a/images/base/Dockerfile +++ b/images/base/Dockerfile @@ -58,7 +58,7 @@ RUN usermod -aG docker ${USERNAME} ENV BAZEL_BUILDTOOLS_VERSION="6.1.2" ENV GITHUB_CLI_VERSION="2.31.0" ENV CODER_CLI_VERSION="0.24.1" -ENV TERRAFORM_VERSION="1.5.1" +ENV TERRAFORM_VERSION="1.5.2" ENV BAZELISK_VERSION="1.17.0" ENV KUBECTL_VERSION="1.27.3" ENV HELM_VERSION="3.12.1" diff --git a/images/base/README.md b/images/base/README.md index 6e6a845..6c91518 100644 --- a/images/base/README.md +++ b/images/base/README.md @@ -7,7 +7,7 @@ This image is the main base for all of the images in this repository. | Bazel Buildtools | A bazel BUILD file formatter and editor | [v6.1.2][bazel-buildtools] | | GitHub CLI | GitHub's official command line utility | [v2.31.0][github-cli] | | Coder (OSS) | Remote development environments on your infrastructure provisioned with Terraform | [v0.24.1][coder] | -| Terraform | Automate Infrastructure on Any Cloud | [v1.5.1][terraform] | +| Terraform | Automate Infrastructure on Any Cloud | [v1.5.2][terraform] | | Bazelisk | A user-friendly launcher for Bazel. | [v1.17.0][bazelisk] | | `kubectl` | kubectl controls the Kubernetes cluster manager. | [v1.27.3][kubectl] | | `bazel` | a fast, scalable, multi-language and extensible build system | [v6.2.1][bazel] | @@ -15,7 +15,7 @@ This image is the main base for all of the images in this repository. [bazel-buildtools]: https://github.com/bazelbuild/buildtools/releases/tag/v6.1.2 [github-cli]: https://github.com/cli/cli/releases/tag/v2.31.0 -[terraform]: https://github.com/hashicorp/terraform/releases/tag/v1.5.1 +[terraform]: https://github.com/hashicorp/terraform/releases/tag/v1.5.2 [bazelisk]: https://github.com/bazelbuild/bazelisk/releases/tag/v1.17.0 [kubectl]: https://github.com/kubernetes/kubernetes/releases/tag/v1.27.3 [coder]: https://github.com/coder/coder/releases/tag/v0.24.1 diff --git a/images/bun/Dockerfile b/images/bun/Dockerfile index f8630a1..3cb7271 100644 --- a/images/bun/Dockerfile +++ b/images/bun/Dockerfile @@ -23,7 +23,7 @@ FROM ghcr.io/auguwu/coder-images/base ENV USERNAME=noel USER root -ENV BUN_VERSION="0.6.10" +ENV BUN_VERSION="0.6.12" RUN set -eux; \ arch="$(dpkg --print-architecture)"; \ diff --git a/images/bun/README.md b/images/bun/README.md index 8dbb05a..eded7c6 100644 --- a/images/bun/README.md +++ b/images/bun/README.md @@ -4,6 +4,6 @@ This image extends from the [base image](https://github.com/auguwu/coder-images/ ## Bundled Software | Name | Description | Version | | ----- | ------------------------------------------------------------------------------------------ | -------------- | -| `bun` | Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one | [v0.6.10][bun] | +| `bun` | Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one | [v0.6.12][bun] | -[bun]: https://github.com/oven-sh/bun/releases/tag/bun-v0.6.10 +[bun]: https://github.com/oven-sh/bun/releases/tag/bun-v0.6.12 diff --git a/images/golang/Dockerfile b/images/golang/Dockerfile index 3ca21ab..3a879fb 100644 --- a/images/golang/Dockerfile +++ b/images/golang/Dockerfile @@ -28,7 +28,7 @@ USER root # Put versions in environment variables ENV GOLANG_VERSION="1.20.5" -ENV GORELEASER_VERSION="1.18.2" +ENV GORELEASER_VERSION="1.19.1" ENV GOLANGCI_VERSION="1.53.3" # Install packages here. diff --git a/images/golang/README.md b/images/golang/README.md index 81a91e7..ffa510a 100644 --- a/images/golang/README.md +++ b/images/golang/README.md @@ -5,9 +5,9 @@ This is the Docker image that bundles the Go compiler with **goreleaser** and ** | Name | Description | Version | | ---------- | -------------------------------------------------- | --------------------- | | Go | The Go programming language | [v1.20.4][golang] | -| GoReleaser | Deliver Go binaries as fast and easily as possible | [v1.18.2][goreleaser] | +| GoReleaser | Deliver Go binaries as fast and easily as possible | [v1.19.1][goreleaser] | | Golang CI | Fast linters Runner for Go | [v1.53.2][golangci] | -[goreleaser]: https://github.com/goreleaser/goreleaser/releases/tag/v1.18.2 +[goreleaser]: https://github.com/goreleaser/goreleaser/releases/tag/v1.19.1 [golangci]: https://github.com/golangci/golangci-lint/releases/tag/v1.53.3 [golang]: https://github.com/golang/go/releases/tag/go1.20.5 diff --git a/images/java/Dockerfile b/images/java/Dockerfile index 06b0dcc..58d5f17 100644 --- a/images/java/Dockerfile +++ b/images/java/Dockerfile @@ -27,8 +27,8 @@ ENV USERNAME=noel USER root # Set version environment variables -ENV GRADLE_VERSION="8.1.1" -ENV MAVEN_VERSION="3.9.2" +ENV GRADLE_VERSION="8.2" +ENV MAVEN_VERSION="3.9.3" # install required things RUN DEBIAN_FRONTEND="noninteractive" apt install -y wget libarchive-tools diff --git a/images/java/README.md b/images/java/README.md index 6d5b885..f95f3fc 100644 --- a/images/java/README.md +++ b/images/java/README.md @@ -5,9 +5,9 @@ This image extends the [base image](https://github.com/auguwu/coder-images/pkgs/ | Name | Description | Version | | ------ | --------------------------------------------------- | ------------------------------- | | JDK | The Java development kit. | [jdk-20.0.1+9][temurin-release] | -| Gradle | Adaptable, fast automation for all | [v8.1.1][gradle-release] | -| Maven | Software project management and comprehension tool. | [v3.9.2][maven-release] | +| Gradle | Adaptable, fast automation for all | [v8.2][gradle-release] | +| Maven | Software project management and comprehension tool. | [v3.9.3][maven-release] | [temurin-release]: https://github.com/adoptium/temurin20-binaries/releases/tag/jdk-20.0.1%2B9 -[gradle-release]: https://github.com/gradle/gradle/releases/tag/v8.1.1 -[maven-release]: https://github.com/apache/maven/releases/tag/maven-3.9.2 +[gradle-release]: https://github.com/gradle/gradle/releases/tag/v8.2.0 +[maven-release]: https://github.com/apache/maven/releases/tag/maven-3.9.3 diff --git a/template/README.md b/template/README.md index 7a24b56..6fa21ad 100644 --- a/template/README.md +++ b/template/README.md @@ -1,9 +1,2 @@ -# Noel's Coder Template -This template was imported from the [auguwu/coder-images](https://github.com/auguwu/coder-images/tree/master/template) repository. This is a base template that allows you to develop on Coder with Noel's personal preferences, but you can easily customize this template if you wish! - -This template also includes a privileged, sidecar container for Docker usage. In the future, we do plan to make this as a seperate template. - -## Template Import -```shell -$ coder templates create noel --url= -``` +# Noel's [Coder](https://coder.com) Template +yeah this exists.