Skip to content

Commit

Permalink
Updating readme file for ubuntu24 version 20241112.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
459680 committed Nov 13, 2024
1 parent 23478d3 commit 83f1721
Showing 1 changed file with 33 additions and 34 deletions.
67 changes: 33 additions & 34 deletions images/ubuntu/Ubuntu2404-Readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
| Announcements |
|-|
| [[Ubuntu] Breaking Change: runner user will have UID 1001 instead of 1000 for larger runners](https://github.com/actions/runner-images/issues/10936) |
| [[Ubuntu 20 and 22] Node.js version 16 will be removed on November 18,2024.](https://github.com/actions/runner-images/issues/10896) |
| [[Ubuntu 24 ] Node.js version 16 will be removed on October 21,2024.](https://github.com/actions/runner-images/issues/10677) |
| [Ubuntu-latest workflows will use Ubuntu-24.04 image](https://github.com/actions/runner-images/issues/10636) |
| [[Ubuntu 20 and 22] Go version 1.20.0 will be removed on October 14,2024.](https://github.com/actions/runner-images/issues/10607) |
***
# Ubuntu 24.04
- OS Version: 24.04.1 LTS
- Kernel Version: 6.8.0-1016-azure
- Image Version: 20241103.1.0
- Kernel Version: 6.8.0-1017-azure
- Image Version: 20241112.1.0
- Systemd version: 255.4-1ubuntu8.4

## Installed Software
Expand All @@ -32,14 +31,14 @@
### Package Management
- cpan 1.64
- Helm 3.16.2
- Homebrew 4.4.3
- Homebrew 4.4.5
- Miniconda 24.9.2
- Npm 10.8.2
- Pip 24.0
- Pip3 24.0
- Pipx 1.7.1
- RubyGems 3.4.20
- Vcpkg (build from commit 4f746bc66)
- Vcpkg (build from commit 89f00b3b8)
- Yarn 1.22.22

#### Environment variables
Expand All @@ -58,19 +57,19 @@ to accomplish this.

### Project Management
- Ant 1.10.14
- Gradle 8.10.2
- Gradle 8.11
- Lerna 8.1.9
- Maven 3.8.8

### Tools
- Ansible 2.17.5
- AzCopy 10.27.0 - available by `azcopy` and `azcopy10` aliases
- Bazel 7.4.0
- Bazelisk 1.22.1
- Bicep 0.30.23
- Ansible 2.17.6
- AzCopy 10.26.0 - available by `azcopy` and `azcopy10` aliases
- Bazel 7.4.1
- Bazelisk 1.23.0
- Bicep 0.31.34
- Buildah 1.33.7
- CMake 3.30.5
- CodeQL Action Bundle 2.19.2
- CMake 3.31.0
- CodeQL Action Bundle 2.19.3
- Docker Amazon ECR Credential Helper 0.9.0
- Docker Compose v2 2.27.1
- Docker-Buildx 0.18.0
Expand All @@ -82,34 +81,34 @@ to accomplish this.
- Git-ftp 1.6.0
- Haveged 1.9.14
- jq 1.7
- Kind 0.24.0
- Kind 0.25.0
- Kubectl 1.31.2
- Kustomize 5.5.0
- MediaInfo 24.01
- Mercurial 6.7.2
- Minikube 1.34.0
- n 10.0.0
- n 10.1.0
- Newman 6.2.1
- nvm 0.40.1
- OpenSSL 3.0.13-0ubuntu3.4
- Packer 1.11.2
- Parcel 2.12.0
- Parcel 2.13.0
- Podman 4.9.3
- Pulumi 3.137.0
- Pulumi 3.138.0
- Skopeo 1.13.3
- Sphinx Open Source Search Server 2.2.11
- yamllint 1.35.1
- yq 4.44.3
- zstd 1.5.6

### CLI Tools
- AWS CLI 2.19.1
- AWS CLI Session Manager Plugin 1.2.677.0
- AWS SAM CLI 1.127.0
- Azure CLI 2.65.0
- AWS CLI 2.20.0
- AWS CLI Session Manager Plugin 1.2.688.0
- AWS SAM CLI 1.128.0
- Azure CLI 2.66.0
- Azure CLI (azure-devops) 1.0.1
- GitHub CLI 2.60.1
- Google Cloud CLI 499.0.0
- GitHub CLI 2.61.0
- Google Cloud CLI 501.0.0

### Java
| Version | Environment Variable |
Expand Down Expand Up @@ -143,13 +142,13 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
- Rustfmt 1.7.1

### Browsers and Drivers
- Google Chrome 130.0.6723.91
- ChromeDriver 130.0.6723.91
- Chromium 130.0.6723.0
- Microsoft Edge 130.0.2849.56
- Microsoft Edge WebDriver 130.0.2849.68
- Google Chrome 131.0.6778.69
- ChromeDriver 131.0.6778.69
- Chromium 131.0.6778.0
- Microsoft Edge 130.0.2849.80
- Microsoft Edge WebDriver 130.0.2849.78
- Selenium server 4.26.0
- Mozilla Firefox 132.0
- Mozilla Firefox 132.0.1
- Geckodriver 0.35.0

#### Environment variables
Expand All @@ -176,7 +175,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
```

#### MySQL
- MySQL 8.0.39-0ubuntu0.24.04.2
- MySQL 8.0.40-0ubuntu0.24.04.1
```
User: root
Password: root
Expand All @@ -188,13 +187,13 @@ Use the following command as a part of your job to start the service: 'sudo syst

#### Go
- 1.21.13
- 1.22.8
- 1.23.2
- 1.22.9
- 1.23.3

#### Node.js
- 18.20.4
- 20.18.0
- 22.10.0
- 22.11.0

#### Python
- 3.9.20
Expand Down

0 comments on commit 83f1721

Please sign in to comment.