Skip to content

Commit

Permalink
Upgrade software in images [2023.03.27]
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Mar 27, 2023
1 parent 592ed59 commit efc9fa4
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ RUN usermod -aG docker ${USERNAME}

# stuff here
ENV BAZEL_BUILDTOOLS_VERSION="6.0.1"
ENV GITHUB_CLI_VERSION="2.24.3"
ENV CODER_CLI_VERSION="0.19.2"
ENV TERRAFORM_VERSION="1.4.0"
ENV GITHUB_CLI_VERSION="2.25.1"
ENV CODER_CLI_VERSION="0.20.1"
ENV TERRAFORM_VERSION="1.4.2"
ENV BAZELISK_VERSION="1.16.0"
ENV KUBECTL_VERSION="1.26.2"
ENV KUBECTL_VERSION="1.26.3"
ENV HELM_VERSION="3.11.2"

# Get current architecture and download software here
Expand Down
20 changes: 10 additions & 10 deletions images/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ This image is the main base for all of the images in this repository.
| Name | Description | Version |
| ---------------- | --------------------------------------------------------------------------------- | -------------------------- |
| Bazel Buildtools | A bazel BUILD file formatter and editor | [v6.0.1][bazel-buildtools] |
| GitHub CLI | GitHub's official command line utility | [v2.24.3][github-cli] |
| Coder (OSS) | Remote development environments on your infrastructure provisioned with Terraform | [v0.19.2][coder] |
| Terraform | Automate Infrastructure on Any Cloud | [v1.4.0][terraform] |
| GitHub CLI | GitHub's official command line utility | [v2.25.1][github-cli] |
| Coder (OSS) | Remote development environments on your infrastructure provisioned with Terraform | [v0.20.1][coder] |
| Terraform | Automate Infrastructure on Any Cloud | [v1.4.2][terraform] |
| Bazelisk | A user-friendly launcher for Bazel. | [v1.16.0][bazelisk] |
| `kubectl` | kubectl controls the Kubernetes cluster manager. | [v1.26.2][kubectl] |
| `bazel` | a fast, scalable, multi-language and extensible build system | [v6.1.0][bazel] |
| `kubectl` | kubectl controls the Kubernetes cluster manager. | [v1.26.3][kubectl] |
| `bazel` | a fast, scalable, multi-language and extensible build system | [v6.1.1][bazel] |
| `helm` | The Kubernetes Package Manager | [v3.11.2][helm] |

[bazel-buildtools]: https://github.com/bazelbuild/buildtools/releases/tag/6.0.1
[github-cli]: https://github.com/cli/cli/releases/tag/v2.24.3
[terraform]: https://github.com/hashicorp/terraform/releases/tag/v1.4.0
[github-cli]: https://github.com/cli/cli/releases/tag/v2.25.1
[terraform]: https://github.com/hashicorp/terraform/releases/tag/v1.4.2
[bazelisk]: https://github.com/bazelbuild/bazelisk/releases/tag/v1.16.0
[kubectl]: https://github.com/kubernetes/kubernetes/releases/tag/v1.26.2
[coder]: https://github.com/coder/coder/releases/tag/v0.19.2
[bazel]: https://github.com/bazelbuild/bazel/releases/tag/6.1.0
[kubectl]: https://github.com/kubernetes/kubernetes/releases/tag/v1.26.3
[coder]: https://github.com/coder/coder/releases/tag/v0.20.1
[bazel]: https://github.com/bazelbuild/bazel/releases/tag/6.1.1
[helm]: https://github.com/helm/helm/releases/tag/v3.11.2

### Helm
Expand Down
6 changes: 3 additions & 3 deletions images/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
FROM ghcr.io/auguwu/coder-images/base

ENV USERNAME=noel
ENV DOTNET_VERSION=7.0.201
ENV DOTNET_VERSION=7.0.202
ENV DEBIAN_FRONTEND=noninteractive
ENV X64_PR="ec76d8ee-8776-42ce-b158-f723a221fc56/0baa1089edf0e0674d719f6a5d847b75"
ENV ARM_PR="35901872-1f00-48e4-9f55-e6c79823e7fd/8af43bb5e25d090c0af921974287ac2c"
ENV X64_PR="bda88810-e1a6-4cf0-8139-7fd7fe7b2c7a/7a9ffa3e12e5f1c3d8b640e326c1eb14"
ENV ARM_PR="c1fd11b0-186a-4aa1-a578-bb1b6613886e/b67e1c9d6d90b1c99b23935273921fa1"

USER root

Expand Down
4 changes: 2 additions & 2 deletions images/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ This image extends from the [base image](https://github.com/auguwu/coder-images/
## Bundled Software
| Name | Description | Version |
| -------- | ---------------------------------------------------------- | ---------------------- |
| .NET SDK | Free. Cross-platform. Open source. Build any app with .NET | [v7.0.103][dotnet-sdk] |
| .NET SDK | Free. Cross-platform. Open source. Build any app with .NET | [v7.0.4][dotnet-sdk] |

[dotnet-sdk]: https://github.com/dotnet/sdk/releases/tag/v7.0.103
[dotnet-sdk]: https://github.com/dotnet/sdk/releases/tag/v7.0.4
4 changes: 2 additions & 2 deletions images/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ USER root

# Put versions in environment variables
ENV GOLANG_VERSION="1.20.2"
ENV GORELEASER_VERSION="1.16.1"
ENV GOLANGCI_VERSION="1.51.2"
ENV GORELEASER_VERSION="1.16.2"
ENV GOLANGCI_VERSION="1.52.2"

# Install packages here.
RUN set -eux; \
Expand Down
8 changes: 4 additions & 4 deletions images/golang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2][golang] |
| GoReleaser | Deliver Go binaries as fast and easily as possible | [v1.16.1][goreleaser] |
| Golang CI | Fast linters Runner for Go | [v1.51.2][golangci] |
| GoReleaser | Deliver Go binaries as fast and easily as possible | [v1.16.2][goreleaser] |
| Golang CI | Fast linters Runner for Go | [v1.52.2][golangci] |

[goreleaser]: https://github.com/goreleaser/goreleaser/releases/tag/v1.16.1
[golangci]: https://github.com/golangci/golangci-lint/releases/tag/v1.51.2
[goreleaser]: https://github.com/goreleaser/goreleaser/releases/tag/v1.16.2
[golangci]: https://github.com/golangci/golangci-lint/releases/tag/v1.52.2
[golang]: https://github.com/golang/go/releases/tag/go1.20.2
2 changes: 1 addition & 1 deletion images/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ USER root

# Set version environment variables
ENV GRADLE_VERSION="8.0.2"
ENV MAVEN_VERSION="3.9.0"
ENV MAVEN_VERSION="3.9.1"

# install required things
RUN DEBIAN_FRONTEND="noninteractive" apt install -y wget libarchive-tools
Expand Down
4 changes: 2 additions & 2 deletions images/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This image extends the [base image](https://github.com/auguwu/coder-images/pkgs/
| ------ | --------------------------------------------------- | -----------------------------|
| JDK | The Java development kit. | [19.0.2+7][temurin-release] |
| Gradle | Adaptable, fast automation for all | [v8.0.2][gradle-release] |
| Maven | Software project management and comprehension tool. | [v3.9.0][maven-release] |
| Maven | Software project management and comprehension tool. | [v3.9.1][maven-release] |

[temurin-release]: https://github.com/adoptium/temurin19-binaries/releases/tag/jdk-19.0.2%2B7
[gradle-release]: https://github.com/gradle/gradle/releases/tag/v8.0.2
[maven-release]: https://github.com/apache/maven/releases/tag/maven-3.9.0
[maven-release]: https://github.com/apache/maven/releases/tag/maven-3.9.1
2 changes: 1 addition & 1 deletion images/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV USERNAME=noel
USER root

# versions here
ENV NODE_VERSION="19.7.0"
ENV NODE_VERSION="19.8.1"

# Install xz-utils so we can unpack the Node.js installation
RUN DEBIAN_FRONTEND="noninteractive" apt install -y xz-utils
Expand Down
4 changes: 2 additions & 2 deletions images/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ This image extends from the [base image](https://github.com/auguwu/coder-images/
## Bundled Software
| Name | Description | Version |
| ------- | ----------------------------------- | ---------------- |
| Node.js | Node.js JavaScript runtime ✨🐢🚀✨ | [v19.7.0][node] |
| Node.js | Node.js JavaScript runtime ✨🐢🚀✨ | [v19.8.1][node] |

[node]: https://github.com/nodejs/node/releases/v19.7.0
[node]: https://github.com/nodejs/node/releases/v19.8.1
2 changes: 1 addition & 1 deletion images/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ This image extends the [base image](https://github.com/auguwu/coder-images/pkgs/
## Bundled Software
| Name | Description | Version |
| ---- | ------------------------------------------------------------- | --------------- |
| Rust | Empowering everyone to build reliable and efficient software. | [v1.67.1][rust] |
| Rust | Empowering everyone to build reliable and efficient software. | [v1.68.0][rust] |

[rust]: https://github.com/rust-lang/rust/releases/tag/1.68.0

0 comments on commit efc9fa4

Please sign in to comment.