Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit aaa4925

Browse files
committed
Update software 🌈
1 parent b81cdfc commit aaa4925

File tree

9 files changed

+17
-24
lines changed

9 files changed

+17
-24
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN usermod -aG docker ${USERNAME}
5858
ENV BAZEL_BUILDTOOLS_VERSION="6.1.2"
5959
ENV GITHUB_CLI_VERSION="2.31.0"
6060
ENV CODER_CLI_VERSION="0.24.1"
61-
ENV TERRAFORM_VERSION="1.5.1"
61+
ENV TERRAFORM_VERSION="1.5.2"
6262
ENV BAZELISK_VERSION="1.17.0"
6363
ENV KUBECTL_VERSION="1.27.3"
6464
ENV HELM_VERSION="3.12.1"

images/base/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ This image is the main base for all of the images in this repository.
77
| Bazel Buildtools | A bazel BUILD file formatter and editor | [v6.1.2][bazel-buildtools] |
88
| GitHub CLI | GitHub's official command line utility | [v2.31.0][github-cli] |
99
| Coder (OSS) | Remote development environments on your infrastructure provisioned with Terraform | [v0.24.1][coder] |
10-
| Terraform | Automate Infrastructure on Any Cloud | [v1.5.1][terraform] |
10+
| Terraform | Automate Infrastructure on Any Cloud | [v1.5.2][terraform] |
1111
| Bazelisk | A user-friendly launcher for Bazel. | [v1.17.0][bazelisk] |
1212
| `kubectl` | kubectl controls the Kubernetes cluster manager. | [v1.27.3][kubectl] |
1313
| `bazel` | a fast, scalable, multi-language and extensible build system | [v6.2.1][bazel] |
1414
| `helm` | The Kubernetes Package Manager | [v3.12.1][helm] |
1515

1616
[bazel-buildtools]: https://github.com/bazelbuild/buildtools/releases/tag/v6.1.2
1717
[github-cli]: https://github.com/cli/cli/releases/tag/v2.31.0
18-
[terraform]: https://github.com/hashicorp/terraform/releases/tag/v1.5.1
18+
[terraform]: https://github.com/hashicorp/terraform/releases/tag/v1.5.2
1919
[bazelisk]: https://github.com/bazelbuild/bazelisk/releases/tag/v1.17.0
2020
[kubectl]: https://github.com/kubernetes/kubernetes/releases/tag/v1.27.3
2121
[coder]: https://github.com/coder/coder/releases/tag/v0.24.1

images/bun/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FROM ghcr.io/auguwu/coder-images/base
2323

2424
ENV USERNAME=noel
2525
USER root
26-
ENV BUN_VERSION="0.6.10"
26+
ENV BUN_VERSION="0.6.12"
2727

2828
RUN set -eux; \
2929
arch="$(dpkg --print-architecture)"; \

images/bun/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ This image extends from the [base image](https://github.com/auguwu/coder-images/
44
## Bundled Software
55
| Name | Description | Version |
66
| ----- | ------------------------------------------------------------------------------------------ | -------------- |
7-
| `bun` | Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one | [v0.6.10][bun] |
7+
| `bun` | Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one | [v0.6.12][bun] |
88

9-
[bun]: https://github.com/oven-sh/bun/releases/tag/bun-v0.6.10
9+
[bun]: https://github.com/oven-sh/bun/releases/tag/bun-v0.6.12

images/golang/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ USER root
2828

2929
# Put versions in environment variables
3030
ENV GOLANG_VERSION="1.20.5"
31-
ENV GORELEASER_VERSION="1.18.2"
31+
ENV GORELEASER_VERSION="1.19.1"
3232
ENV GOLANGCI_VERSION="1.53.3"
3333

3434
# Install packages here.

images/golang/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This is the Docker image that bundles the Go compiler with **goreleaser** and **
55
| Name | Description | Version |
66
| ---------- | -------------------------------------------------- | --------------------- |
77
| Go | The Go programming language | [v1.20.4][golang] |
8-
| GoReleaser | Deliver Go binaries as fast and easily as possible | [v1.18.2][goreleaser] |
8+
| GoReleaser | Deliver Go binaries as fast and easily as possible | [v1.19.1][goreleaser] |
99
| Golang CI | Fast linters Runner for Go | [v1.53.2][golangci] |
1010

11-
[goreleaser]: https://github.com/goreleaser/goreleaser/releases/tag/v1.18.2
11+
[goreleaser]: https://github.com/goreleaser/goreleaser/releases/tag/v1.19.1
1212
[golangci]: https://github.com/golangci/golangci-lint/releases/tag/v1.53.3
1313
[golang]: https://github.com/golang/go/releases/tag/go1.20.5

images/java/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ ENV USERNAME=noel
2727
USER root
2828

2929
# Set version environment variables
30-
ENV GRADLE_VERSION="8.1.1"
31-
ENV MAVEN_VERSION="3.9.2"
30+
ENV GRADLE_VERSION="8.2"
31+
ENV MAVEN_VERSION="3.9.3"
3232

3333
# install required things
3434
RUN DEBIAN_FRONTEND="noninteractive" apt install -y wget libarchive-tools

images/java/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This image extends the [base image](https://github.com/auguwu/coder-images/pkgs/
55
| Name | Description | Version |
66
| ------ | --------------------------------------------------- | ------------------------------- |
77
| JDK | The Java development kit. | [jdk-20.0.1+9][temurin-release] |
8-
| Gradle | Adaptable, fast automation for all | [v8.1.1][gradle-release] |
9-
| Maven | Software project management and comprehension tool. | [v3.9.2][maven-release] |
8+
| Gradle | Adaptable, fast automation for all | [v8.2][gradle-release] |
9+
| Maven | Software project management and comprehension tool. | [v3.9.3][maven-release] |
1010

1111
[temurin-release]: https://github.com/adoptium/temurin20-binaries/releases/tag/jdk-20.0.1%2B9
12-
[gradle-release]: https://github.com/gradle/gradle/releases/tag/v8.1.1
13-
[maven-release]: https://github.com/apache/maven/releases/tag/maven-3.9.2
12+
[gradle-release]: https://github.com/gradle/gradle/releases/tag/v8.2.0
13+
[maven-release]: https://github.com/apache/maven/releases/tag/maven-3.9.3

template/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
# Noel's Coder Template
2-
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!
3-
4-
This template also includes a privileged, sidecar container for Docker usage. In the future, we do plan to make this as a seperate template.
5-
6-
## Template Import
7-
```shell
8-
$ coder templates create noel --url=<coder instance here>
9-
```
1+
# Noel's [Coder](https://coder.com) Template
2+
yeah this exists.

0 commit comments

Comments
 (0)