Skip to content

Commit bbca902

Browse files
committed
update ubuntu 26.04 os info
1 parent d55931d commit bbca902

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

content/docs/deploy/terraform.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Pigsty provides multiple predefined cloud resource templates in the [`terraform/
9191
| [`aliyun.tf`](https://github.com/pgsty/pigsty/tree/main/terraform/spec/aliyun.tf) | Alibaba Cloud | Single-node meta template, supports all distros and AMD/ARM (default) |
9292
| [`aliyun-s3.tf`](https://github.com/pgsty/pigsty/tree/main/terraform/spec/aliyun-s3.tf) | Alibaba Cloud | Single-node template + OSS bucket for PITR backup |
9393
| [`aliyun-full.tf`](https://github.com/pgsty/pigsty/tree/main/terraform/spec/aliyun-full.tf) | Alibaba Cloud | 4-node sandbox template, supports all distros and AMD/ARM |
94-
| [`aliyun-oss.tf`](https://github.com/pgsty/pigsty/tree/main/terraform/spec/aliyun-oss.tf) | Alibaba Cloud | 5-node build template, supports all distros and AMD/ARM |
95-
| [`aliyun-pro.tf`](https://github.com/pgsty/pigsty/tree/main/terraform/spec/aliyun-pro.tf) | Alibaba Cloud | Multi-distro test template for cross-OS testing |
94+
| [`aliyun-oss.tf`](https://github.com/pgsty/pigsty/tree/main/terraform/spec/aliyun-oss.tf) | Alibaba Cloud | 6-node build template, supports all distros and AMD/ARM |
95+
| [`aliyun-pro.tf`](https://github.com/pgsty/pigsty/tree/main/terraform/spec/aliyun-pro.tf) | Alibaba Cloud | 7-node multi-distro test template for cross-OS testing |
9696
| [`aws-cn.tf`](https://github.com/pgsty/pigsty/tree/main/terraform/spec/aws-cn.tf) | AWS | AWS China region single-node environment |
9797
| [`qcloud.tf`](https://github.com/pgsty/pigsty/tree/main/terraform/spec/qcloud.tf) | Tencent Cloud | Tencent Cloud single-node environment |
9898

@@ -122,7 +122,7 @@ variable "architecture" {
122122
}
123123
124124
variable "distro" {
125-
description = "Distribution code (el8,el9,el10,u22,u24,d12,d13)"
125+
description = "Distribution code (el8,el9,el10,u22,u24,u26,d12,d13)"
126126
type = string
127127
default = "el9" # Default uses Rocky Linux 9
128128
}
@@ -171,6 +171,7 @@ The following are commonly used [**ECS Public OS Image**](https://help.aliyun.co
171171
| Debian 13.5 | `d13` | `debian_13_5_x64` | `debian_13_5_arm64` |
172172
| Ubuntu 22.04.5 LTS | `u22` | `ubuntu_22_04_x64_20G` | `ubuntu_22_04_arm64_20G` |
173173
| Ubuntu 24.04.4 LTS | `u24` | `ubuntu_24_04_x64_20G` | `ubuntu_24_04_arm64_20G` |
174+
| Ubuntu 26.04.0 LTS | `u26` | `ubuntu_26_04_x64_20G` | `ubuntu_26_04_arm64_20G` |
174175
| Anolis 8.10 | `an8` | `anolisos_8_10_x64` | `anolisos_8_10_arm64` |
175176
| Alibaba Cloud Linux 3 | `al3` | `aliyun_3_x64_20G_alibase_[0-9]+` | `aliyun_3_arm64_20G_alibase_[0-9]+` |
176177
{.full-width}

content/docs/ref/linux.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ For cloud deployment, use these Terraform base image prefixes (Aliyun example):
130130
| Rocky 10.2 | `rockylinux_10_2_x64` |
131131
| Ubuntu 22.04.5 | `ubuntu_22_04_x64_20G` |
132132
| Ubuntu 24.04.4 | `ubuntu_24_04_x64_20G` |
133+
| Ubuntu 26.04.0 | `ubuntu_26_04_x64_20G` |
133134
| Debian 12.14 | `debian_12_14_x64` |
134135
| Debian 13.5 | `debian_13_5_x64` |
135136
{.full-width}
@@ -142,6 +143,7 @@ For cloud deployment, use these Terraform base image prefixes (Aliyun example):
142143
| Rocky 10.2 | `rockylinux_10_2_arm64` |
143144
| Ubuntu 22.04.5 | `ubuntu_22_04_arm64_20G` |
144145
| Ubuntu 24.04.4 | `ubuntu_24_04_arm64_20G` |
146+
| Ubuntu 26.04.0 | `ubuntu_26_04_arm64_20G` |
145147
| Debian 12.14 | `debian_12_14_arm64` |
146148
| Debian 13.5 | `debian_13_5_arm64` |
147149
{.full-width}

0 commit comments

Comments
 (0)