changed to ubuntu 22 due to network issue

This commit is contained in:
2025-08-04 12:57:46 +00:00
parent 77c51c7614
commit 796135d923

View File

@@ -42,6 +42,7 @@ resource "proxmox_virtual_environment_container" "jenkins" {
initialization {
dns {
servers = ["192.168.0.181"]
domain = "local"
}
hostname = "jenkins"
@@ -62,7 +63,8 @@ resource "proxmox_virtual_environment_container" "jenkins" {
node_name = "homestrg1"
operating_system {
template_file_id = "local:vztmpl/ubuntu-24.10-standard_24.10-1_amd64.tar.zst"
#template_file_id = "local:vztmpl/ubuntu-24.10-standard_24.10-1_amd64.tar.zst"
template_file_id = "local:vztmpl/ubuntu-22.04-standard_22.04-1_amd64.tar.zst"
type = "ubuntu"
}