Skip to content

Latest commit

 

History

History
318 lines (287 loc) · 12.2 KB

Ubuntu2404-Readme.md

File metadata and controls

318 lines (287 loc) · 12.2 KB
Announcements
[Windows & Ubuntu] Breaking change : Maven 3.8.* version will be updated to Maven 3.9.* from January 10,2025
[Ubuntu] Breaking Change: runner user will have UID 1001 instead of 1000 for larger runners
Ubuntu-latest workflows will use Ubuntu-24.04 image

Ubuntu 24.04

  • OS Version: 24.04.1 LTS
  • Kernel Version: 6.8.0-1017-azure
  • Image Version: 20241215.1.0
  • Systemd version: 255.4-1ubuntu8.4

Installed Software

Language and Runtime

  • Bash 5.2.21(1)-release
  • Clang: 16.0.6, 17.0.6, 18.1.3
  • Clang-format: 16.0.6, 17.0.6, 18.1.3
  • Clang-tidy: 16.0.6, 17.0.6, 18.1.3
  • Dash 0.5.12-6ubuntu5
  • GNU C++: 12.3.0, 13.3.0, 14.2.0
  • GNU Fortran: 12.3.0, 13.3.0, 14.2.0
  • Julia 1.11.2
  • Kotlin 2.1.0-release-394
  • Node.js 20.18.1
  • Perl 5.38.2
  • Python 3.12.3
  • Ruby 3.2.3
  • Swift 6.0.3

Package Management

  • cpan 1.64
  • Helm 3.16.3
  • Homebrew 4.4.11
  • 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 b545373a9)
  • Yarn 1.22.22

Environment variables

Name Value
CONDA /usr/share/miniconda
VCPKG_INSTALLATION_ROOT /usr/local/share/vcpkg

Homebrew note

Location: /home/linuxbrew
Note: Homebrew is pre-installed on image but not added to PATH.
run the eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" command
to accomplish this.

Project Management

  • Ant 1.10.14
  • Gradle 8.11.1
  • Lerna 8.1.9
  • Maven 3.8.8

Tools

  • Ansible 2.18.1
  • AzCopy 10.27.1 - available by azcopy and azcopy10 aliases
  • Bazel 8.0.0
  • Bazelisk 1.25.0
  • Bicep 0.32.4
  • Buildah 1.33.7
  • CMake 3.31.2
  • CodeQL Action Bundle 2.20.0
  • Docker Amazon ECR Credential Helper 0.9.0
  • Docker Compose v2 2.27.1
  • Docker-Buildx 0.19.2
  • Docker Client 26.1.3
  • Docker Server 26.1.3
  • Fastlane 2.226.0
  • Git 2.47.1
  • Git LFS 3.6.0
  • Git-ftp 1.6.0
  • Haveged 1.9.14
  • jq 1.7
  • Kind 0.25.0
  • Kubectl 1.32.0
  • Kustomize 5.5.0
  • MediaInfo 24.01
  • Mercurial 6.7.2
  • Minikube 1.34.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.13.2
  • Podman 4.9.3
  • Pulumi 3.143.0
  • Skopeo 1.13.3
  • Sphinx Open Source Search Server 2.2.11
  • yamllint 1.35.1
  • yq 4.44.6
  • zstd 1.5.6

CLI Tools

  • AWS CLI 2.22.17
  • AWS CLI Session Manager Plugin 1.2.694.0
  • AWS SAM CLI 1.132.0
  • Azure CLI 2.67.0
  • Azure CLI (azure-devops) 1.0.1
  • GitHub CLI 2.63.2
  • Google Cloud CLI 503.0.0

Java

Version Environment Variable
8.0.432+6 JAVA_HOME_8_X64
11.0.25+9 JAVA_HOME_11_X64
17.0.13+11 (default) JAVA_HOME_17_X64
21.0.5+11 JAVA_HOME_21_X64

PHP Tools

  • PHP: 8.3.6
  • Composer 2.8.4
  • PHPUnit 8.5.41
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.

Haskell Tools

  • Cabal 3.12.1.0
  • GHC 9.10.1
  • GHCup 0.1.30.0
  • Stack 3.1.1

Rust Tools

  • Cargo 1.83.0
  • Rust 1.83.0
  • Rustdoc 1.83.0
  • Rustup 1.27.1

Packages

  • Rustfmt 1.8.0

Browsers and Drivers

  • Google Chrome 131.0.6778.139
  • ChromeDriver 131.0.6778.108
  • Chromium 131.0.6778.0
  • Microsoft Edge 131.0.2903.99
  • Microsoft Edge WebDriver 131.0.2903.87
  • Selenium server 4.27.0
  • Mozilla Firefox 133.0
  • Geckodriver 0.35.0

Environment variables

Name Value
CHROMEWEBDRIVER /usr/local/share/chromedriver-linux64
EDGEWEBDRIVER /usr/local/share/edge_driver
GECKOWEBDRIVER /usr/local/share/gecko_driver
SELENIUM_JAR_PATH /usr/share/java/selenium-server.jar

.NET Tools

  • .NET Core SDK: 8.0.111
  • nbgv 3.7.112+63bbe780b0

Databases

  • sqlite3 3.45.1

PostgreSQL

  • PostgreSQL 16.6
User: postgres
PostgreSQL service is disabled by default.
Use the following command as a part of your job to start the service: 'sudo systemctl start postgresql.service'

MySQL

  • MySQL 8.0.40-0ubuntu0.24.04.1
User: root
Password: root
MySQL service is disabled by default.
Use the following command as a part of your job to start the service: 'sudo systemctl start mysql.service'

Cached Tools

Go

  • 1.21.13
  • 1.22.10
  • 1.23.4

Node.js

  • 18.20.5
  • 20.18.1
  • 22.12.0

Python

  • 3.9.20
  • 3.10.15
  • 3.11.11
  • 3.12.8

PyPy

  • 3.9.19 [PyPy 7.3.16]
  • 3.10.14 [PyPy 7.3.17]

PowerShell Tools

  • PowerShell 7.4.6

PowerShell Modules

  • Az: 12.1.0
  • Microsoft.Graph: 2.25.0
  • Pester: 5.6.1
  • PSScriptAnalyzer: 1.23.0

Web Servers

Name Version ConfigFile ServiceStatus ListenPort
apache2 2.4.58 /etc/apache2/apache2.conf inactive 80
nginx 1.24.0 /etc/nginx/nginx.conf inactive 80

Android

Package Name Version
Android Command Line Tools 12.0
Android SDK Build-tools 35.0.0
34.0.0
Android SDK Platforms android-35-ext14 (rev 1)
android-35 (rev 1)
android-34-ext8 (rev 1)
android-34-ext12 (rev 1)
android-34-ext11 (rev 1)
android-34-ext10 (rev 1)
android-34 (rev 3)
android-33-ext5 (rev 1)
android-33-ext4 (rev 1)
Android Support Repository 47.0.0
Google Play services 49
Google Repository 58
NDK 26.3.11579264
27.2.12479018 (default)

Environment variables

Name Value
ANDROID_HOME /usr/local/lib/android/sdk
ANDROID_NDK /usr/local/lib/android/sdk/ndk/27.2.12479018
ANDROID_NDK_HOME /usr/local/lib/android/sdk/ndk/27.2.12479018
ANDROID_NDK_LATEST_HOME /usr/local/lib/android/sdk/ndk/27.2.12479018
ANDROID_NDK_ROOT /usr/local/lib/android/sdk/ndk/27.2.12479018
ANDROID_SDK_ROOT /usr/local/lib/android/sdk

Installed apt packages

Name Version
acl 2.3.2-1build1.1
aria2 1.37.0+debian-1build3
autoconf 2.71-3
automake 1:1.16.5-1.3ubuntu1
binutils 2.42-4ubuntu2.3
bison 2:3.8.2+dfsg-1build2
brotli 1.1.0-2build2
bzip2 1.0.8-5.1build0.1
coreutils 9.4-3ubuntu6
curl 8.5.0-2ubuntu10.5
dbus 1.14.10-4ubuntu4.1
dnsutils 1:9.18.28-0ubuntu0.24.04.1
dpkg 1.22.6ubuntu6.1
dpkg-dev 1.22.6ubuntu6.1
fakeroot 1.33-1
file 1:5.45-3build1
findutils 4.9.0-5build1
flex 2.6.4-8.2build1
fonts-noto-color-emoji 2.042-1
ftp 20230507-2build3
g++ 4:13.2.0-7ubuntu1
gcc 4:13.2.0-7ubuntu1
gnupg2 2.4.4-2ubuntu17
haveged 1.9.14-1ubuntu2
iproute2 6.1.0-1ubuntu6
iputils-ping 3:20240117-1build1
jq 1.7.1-3build1
libssl-dev 3.0.13-0ubuntu3.4
libtool 2.4.7-7build1
libyaml-dev 0.2.5-1build1
locales 2.39-0ubuntu8.3
lz4 1.9.4-1build1.1
m4 1.4.19-4build1
make 4.3-4.1build2
mediainfo 24.01.1-1build2
mercurial 6.7.2-1ubuntu2.2
net-tools 2.10-0.1ubuntu4
netcat 1.226-1ubuntu2
openssh-client 1:9.6p1-3ubuntu13.5
p7zip-full 16.02+transitional.1
p7zip-rar 16.02+transitional.1
parallel 20231122+ds-1
patchelf 0.18.0-1.1build1
pigz 2.8-1
pkg-config 1.8.1-2build1
pollinate 4.33-3.1ubuntu1
python-is-python3 3.11.4-1
rpm 4.18.2+dfsg-2.1build2
rsync 3.2.7-1ubuntu1
shellcheck 0.9.0-1
sphinxsearch 2.2.11-8build1
sqlite3 3.45.1-1ubuntu2
ssh 1:9.6p1-3ubuntu13.5
sshpass 1.09-1
sudo 1.9.15p5-3ubuntu5
swig 4.2.0-2ubuntu1
systemd-coredump 255.4-1ubuntu8.4
tar 1.35+dfsg-3build1
telnet 0.17+2.5-3ubuntu4
texinfo 7.1-3build2
time 1.9-0.2build1
tk 8.6.14build1
tree 2.1.1-2ubuntu3
tzdata 2024a-3ubuntu1.1
unzip 6.0-28ubuntu4.1
upx 4.2.2-3
wget 1.21.4-1ubuntu4.1
xvfb 2:21.1.12-1ubuntu1.1
xz-utils 5.6.1+really5.4.5-1build0.1
zip 3.0-13ubuntu0.1
zsync 0.6.2-5build1