Skip to content

Commit

Permalink
Update software 🌈
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jun 30, 2023
1 parent b81cdfc commit aaa4925
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 24 deletions.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions images/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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] |
| `helm` | The Kubernetes Package Manager | [v3.12.1][helm] |

[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
Expand Down
2 changes: 1 addition & 1 deletion images/bun/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"; \
Expand Down
4 changes: 2 additions & 2 deletions images/bun/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 |
| ----- | ------------------------------------------------------------------------------------------ | -------------- |
| `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
2 changes: 1 addition & 1 deletion images/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 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.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
4 changes: 2 additions & 2 deletions images/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions images/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 2 additions & 9 deletions template/README.md
Original file line number Diff line number Diff line change
@@ -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=<coder instance here>
```
# Noel's [Coder](https://coder.com) Template
yeah this exists.

0 comments on commit aaa4925

Please sign in to comment.