mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
tests - update bullseye to bookworm
This commit is contained in:
parent
b585376f1d
commit
ecada3d70c
6 changed files with 8 additions and 8 deletions
|
|
@ -1,3 +1,3 @@
|
|||
deb http://deb.debian.org/debian bullseye main
|
||||
deb http://deb.debian.org/debian-security/ bullseye-security main
|
||||
deb http://deb.debian.org/debian bullseye-updates main
|
||||
deb http://deb.debian.org/debian bookworm main
|
||||
deb http://deb.debian.org/debian-security/ bookworm-security main
|
||||
deb http://deb.debian.org/debian bookworm-updates main
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
deb [arch=amd64] https://download.docker.com/linux/debian bullseye stable
|
||||
deb [arch=amd64] https://download.docker.com/linux/debian bookworm stable
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ resource "scaleway_instance_server" "instance" {
|
|||
depends_on = [scaleway_account_ssh_key.ssh_key]
|
||||
name = "cicd_bw_autoconf"
|
||||
type = "DEV1-M"
|
||||
image = "debian_bullseye"
|
||||
image = "debian_bookworm"
|
||||
ip_id = var.autoconf_ip_id
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ resource "scaleway_instance_server" "instance" {
|
|||
depends_on = [scaleway_account_ssh_key.ssh_key]
|
||||
name = "cicd_bw_docker"
|
||||
type = "DEV1-M"
|
||||
image = "debian_bullseye"
|
||||
image = "debian_bookworm"
|
||||
ip_id = var.docker_ip_id
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ resource "scaleway_instance_server" "instance" {
|
|||
depends_on = [scaleway_account_ssh_key.ssh_key]
|
||||
name = "cicd_bw_linux"
|
||||
type = "DEV1-M"
|
||||
image = "debian_bullseye"
|
||||
image = "debian_bookworm"
|
||||
ip_id = var.linux_ip_id
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ resource "scaleway_instance_server" "instances" {
|
|||
depends_on = [scaleway_account_ssh_key.ssh_key]
|
||||
name = "cicd_bw_swarm_${count.index}"
|
||||
type = "DEV1-L"
|
||||
image = "debian_bullseye"
|
||||
image = "debian_bookworm"
|
||||
ip_id = var.swarm_ips_id[count.index]
|
||||
private_network {
|
||||
pn_id = scaleway_vpc_private_network.pn.id
|
||||
|
|
|
|||
Loading…
Reference in a new issue