Skip to content

Commit

Permalink
Update LICENSE file and Dockerfile header, updated software
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed May 26, 2023
1 parent 46e39ee commit 235856f
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 26 deletions.
9 changes: 5 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"[terraform]": {
"editor.tabSize": 2,
"editor.defaultFormatter": "hashicorp.terraform"
}
"editor.tabSize": 4,
"[terraform]": {
"editor.tabSize": 2,
"editor.defaultFormatter": "hashicorp.terraform"
}
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Noel <[email protected]>
Copyright (c) 2022-2023 Noel Towa <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions images/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 💐💚 coder-images: Optimized, and easy Docker images and Coder templates to use in your everyday work!
# Copyright (c) 2022-2023 Noel <[email protected]>
# Copyright (c) 2022-2023 Noel Towa <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -36,7 +36,7 @@ RUN apt update && \
apt upgrade -y && \
apt install -y sudo git curl neofetch git-lfs ca-certificates \
unzip zip bash vim nano python3 python3-pip libarchive-tools gnupg lsb-release pkg-config \
libssl-dev tree htop jq
libssl-dev tree htop jq zsh oh-my-zsh

# Setup the user environment
RUN groupadd -g ${USER_GID} ${USERNAME} && \
Expand All @@ -60,10 +60,10 @@ RUN usermod -aG docker ${USERNAME}
# stuff here
ENV BAZEL_BUILDTOOLS_VERSION="6.1.2"
ENV GITHUB_CLI_VERSION="2.29.0"
ENV CODER_CLI_VERSION="0.23.2"
ENV CODER_CLI_VERSION="0.23.7"
ENV TERRAFORM_VERSION="1.4.6"
ENV BAZELISK_VERSION="1.16.0"
ENV KUBECTL_VERSION="1.27.1"
ENV BAZELISK_VERSION="1.17.0"
ENV KUBECTL_VERSION="1.27.2"
ENV HELM_VERSION="3.12.0"

# Get current architecture and download software here
Expand Down
12 changes: 6 additions & 6 deletions images/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ 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.29.0][github-cli] |
| Coder (OSS) | Remote development environments on your infrastructure provisioned with Terraform | [v0.23.2][coder] |
| Coder (OSS) | Remote development environments on your infrastructure provisioned with Terraform | [v0.23.7][coder] |
| Terraform | Automate Infrastructure on Any Cloud | [v1.4.6][terraform] |
| Bazelisk | A user-friendly launcher for Bazel. | [v1.16.0][bazelisk] |
| `kubectl` | kubectl controls the Kubernetes cluster manager. | [v1.27.1][kubectl] |
| Bazelisk | A user-friendly launcher for Bazel. | [v1.17.0][bazelisk] |
| `kubectl` | kubectl controls the Kubernetes cluster manager. | [v1.27.2][kubectl] |
| `bazel` | a fast, scalable, multi-language and extensible build system | [v6.2.0][bazel] |
| `helm` | The Kubernetes Package Manager | [v3.12.0][helm] |

[bazel-buildtools]: https://github.com/bazelbuild/buildtools/releases/tag/v6.1.2
[github-cli]: https://github.com/cli/cli/releases/tag/v2.29.0
[terraform]: https://github.com/hashicorp/terraform/releases/tag/v1.4.6
[bazelisk]: https://github.com/bazelbuild/bazelisk/releases/tag/v1.16.0
[kubectl]: https://github.com/kubernetes/kubernetes/releases/tag/v1.27.1
[coder]: https://github.com/coder/coder/releases/tag/v0.23.2
[bazelisk]: https://github.com/bazelbuild/bazelisk/releases/tag/v1.17.0
[kubectl]: https://github.com/kubernetes/kubernetes/releases/tag/v1.27.2
[coder]: https://github.com/coder/coder/releases/tag/v0.23.7
[bazel]: https://github.com/bazelbuild/bazel/releases/tag/6.2.0
[helm]: https://github.com/helm/helm/releases/tag/v3.12.0

Expand Down
2 changes: 1 addition & 1 deletion images/dotnet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 💐💚 coder-images: Optimized, and easy Docker images and Coder templates to use in your everyday work!
# Copyright (c) 2022-2023 Noel <[email protected]>
# Copyright (c) 2022-2023 Noel Towa <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion images/golang/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 💐💚 coder-images: Optimized, and easy Docker images and Coder templates to use in your everyday work!
# Copyright (c) 2022-2023 Noel <[email protected]>
# Copyright (c) 2022-2023 Noel Towa <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion images/java/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 💐💚 coder-images: Optimized, and easy Docker images and Coder templates to use in your everyday work!
# Copyright (c) 2022-2023 Noel <[email protected]>
# Copyright (c) 2022-2023 Noel Towa <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions images/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 💐💚 coder-images: Optimized, and easy Docker images and Coder templates to use in your everyday work!
# Copyright (c) 2022-2023 Noel <[email protected]>
# Copyright (c) 2022-2023 Noel Towa <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -27,7 +27,7 @@ ENV USERNAME=noel
USER root

# versions here
ENV NODE_VERSION="20.1.0"
ENV NODE_VERSION="20.2.0"

# 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 ✨🐢🚀✨ | [v20.1.0][node] |
| Node.js | Node.js JavaScript runtime ✨🐢🚀✨ | [v20.2.0][node] |

[node]: https://github.com/nodejs/node/releases/v20.1.0
[node]: https://github.com/nodejs/node/releases/v20.2.0
2 changes: 1 addition & 1 deletion images/rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 💐💚 coder-images: Optimized, and easy Docker images and Coder templates to use in your everyday work!
# Copyright (c) 2022-2023 Noel <[email protected]>
# Copyright (c) 2022-2023 Noel Towa <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
}

0 comments on commit 235856f

Please sign in to comment.