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

Commit 1ebccc8

Browse files
committed
[2023.06.24] Update software
1 parent 9fb1783 commit 1ebccc8

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

images/base/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ RUN usermod -aG docker ${USERNAME}
5959

6060
# stuff here
6161
ENV BAZEL_BUILDTOOLS_VERSION="6.1.2"
62-
ENV GITHUB_CLI_VERSION="2.30.0"
63-
ENV CODER_CLI_VERSION="0.23.7"
64-
ENV TERRAFORM_VERSION="1.4.6"
62+
ENV GITHUB_CLI_VERSION="2.31.0"
63+
ENV CODER_CLI_VERSION="0.24.1"
64+
ENV TERRAFORM_VERSION="1.5.1"
6565
ENV BAZELISK_VERSION="1.17.0"
66-
ENV KUBECTL_VERSION="1.27.2"
67-
ENV HELM_VERSION="3.12.0"
66+
ENV KUBECTL_VERSION="1.27.3"
67+
ENV HELM_VERSION="3.12.1"
6868

6969
# Get current architecture and download software here
7070
# also this looks like shit, i know!

images/base/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ This image is the main base for all of the images in this repository.
55
| Name | Description | Version |
66
| ---------------- | --------------------------------------------------------------------------------- | -------------------------- |
77
| Bazel Buildtools | A bazel BUILD file formatter and editor | [v6.1.2][bazel-buildtools] |
8-
| GitHub CLI | GitHub's official command line utility | [v2.30.0][github-cli] |
9-
| Coder (OSS) | Remote development environments on your infrastructure provisioned with Terraform | [v0.23.7][coder] |
10-
| Terraform | Automate Infrastructure on Any Cloud | [v1.4.6][terraform] |
8+
| GitHub CLI | GitHub's official command line utility | [v2.31.0][github-cli] |
9+
| 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] |
1111
| Bazelisk | A user-friendly launcher for Bazel. | [v1.17.0][bazelisk] |
12-
| `kubectl` | kubectl controls the Kubernetes cluster manager. | [v1.27.2][kubectl] |
12+
| `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] |
14-
| `helm` | The Kubernetes Package Manager | [v3.12.0][helm] |
14+
| `helm` | The Kubernetes Package Manager | [v3.12.1][helm] |
1515

1616
[bazel-buildtools]: https://github.com/bazelbuild/buildtools/releases/tag/v6.1.2
17-
[github-cli]: https://github.com/cli/cli/releases/tag/v2.30.0
18-
[terraform]: https://github.com/hashicorp/terraform/releases/tag/v1.4.6
17+
[github-cli]: https://github.com/cli/cli/releases/tag/v2.31.0
18+
[terraform]: https://github.com/hashicorp/terraform/releases/tag/v1.5.1
1919
[bazelisk]: https://github.com/bazelbuild/bazelisk/releases/tag/v1.17.0
20-
[kubectl]: https://github.com/kubernetes/kubernetes/releases/tag/v1.27.2
21-
[coder]: https://github.com/coder/coder/releases/tag/v0.23.7
20+
[kubectl]: https://github.com/kubernetes/kubernetes/releases/tag/v1.27.3
21+
[coder]: https://github.com/coder/coder/releases/tag/v0.24.1
2222
[bazel]: https://github.com/bazelbuild/bazel/releases/tag/6.2.1
23-
[helm]: https://github.com/helm/helm/releases/tag/v3.12.0
23+
[helm]: https://github.com/helm/helm/releases/tag/v3.12.1
2424

2525
### Helm
2626
Helm comes with Bitnami's charts library preconfigured.

images/dotnet/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
FROM ghcr.io/auguwu/coder-images/base
2323

2424
ENV USERNAME=noel
25-
ENV DOTNET_VERSION=7.0.203
25+
ENV DOTNET_VERSION=7.0.305
2626
ENV DEBIAN_FRONTEND=noninteractive
27-
ENV X64_PR="ebfd0bf8-79bd-480a-9e81-0b217463738d/9adc6bf0614ce02670101e278a2d8555"
28-
ENV ARM_PR="6cd2eaa7-4c06-4168-b90b-ee2d6bb40b10/4a8387eb07e17d262bfb9965f6d34462"
27+
ENV X64_PR="87a55ae3-917d-449e-a4e8-776f82976e91/03380e598c326c2f9465d262c6a88c45"
28+
ENV ARM_PR="e2ca71f5-17e9-4dbd-aaf4-1e0fa225a212/61c440dae017c7129de10cfbfe36fd90"
2929

3030
USER root
3131

images/dotnet/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-
| .NET SDK | Free. Cross-platform. Open source. Build any app with .NET | [v7.0.5][dotnet-sdk] |
7+
| .NET SDK | Free. Cross-platform. Open source. Build any app with .NET | [v7.0.8][dotnet-sdk] |
88

9-
[dotnet-sdk]: https://github.com/dotnet/sdk/releases/tag/v7.0.203
9+
[dotnet-sdk]: https://github.com/dotnet/sdk/releases/tag/v7.0.305

images/golang/Dockerfile

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

2929
# Put versions in environment variables
30-
ENV GOLANG_VERSION="1.20.4"
30+
ENV GOLANG_VERSION="1.20.5"
3131
ENV GORELEASER_VERSION="1.18.2"
32-
ENV GOLANGCI_VERSION="1.53.2"
32+
ENV GOLANGCI_VERSION="1.53.3"
3333

3434
# Install packages here.
3535
RUN set -eux; \

images/golang/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ This is the Docker image that bundles the Go compiler with **goreleaser** and **
99
| Golang CI | Fast linters Runner for Go | [v1.53.2][golangci] |
1010

1111
[goreleaser]: https://github.com/goreleaser/goreleaser/releases/tag/v1.18.2
12-
[golangci]: https://github.com/golangci/golangci-lint/releases/tag/v1.53.2
13-
[golang]: https://github.com/golang/go/releases/tag/go1.20.4
12+
[golangci]: https://github.com/golangci/golangci-lint/releases/tag/v1.53.3
13+
[golang]: https://github.com/golang/go/releases/tag/go1.20.5

images/node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENV USERNAME=noel
2727
USER root
2828

2929
# versions here
30-
ENV NODE_VERSION="20.2.0"
30+
ENV NODE_VERSION="20.3.1"
3131

3232
# Install xz-utils so we can unpack the Node.js installation
3333
RUN DEBIAN_FRONTEND="noninteractive" apt install -y xz-utils

images/node/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-
| Node.js | Node.js JavaScript runtime ✨🐢🚀✨ | [v20.2.0][node] |
7+
| Node.js | Node.js JavaScript runtime ✨🐢🚀✨ | [v20.3.1][node] |
88

9-
[node]: https://github.com/nodejs/node/releases/v20.2.0
9+
[node]: https://github.com/nodejs/node/releases/v20.3.1

0 commit comments

Comments
 (0)