Skip to content

Commit 7248762

Browse files
spratrenovate[bot]
authored andcommitted
linux-stable replaces linux-edge in 3.23.0
1 parent b942621 commit 7248762

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-bake.hcl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ group "lint" {
2121
}
2222

2323
group "default" {
24-
targets = ["lint", "imager", "alpine-lts", "alpine-edge", "alpine-virt"]
24+
targets = ["lint", "imager", "alpine-lts", "alpine-stable", "alpine-virt"]
2525
}
2626

2727
group "all" {
@@ -63,12 +63,12 @@ target "alpine-lts" {
6363
}
6464
}
6565

66-
target "alpine-edge" {
66+
target "alpine-stable" {
6767
inherits = ["_multiplatform_image"]
6868
target = "bootable-alpine"
69-
tags = tags("alpine-edge")
69+
tags = tags("alpine-stable")
7070
args = {
71-
FLAVOR = "edge"
71+
FLAVOR = "stable"
7272
}
7373
}
7474

@@ -95,7 +95,7 @@ target "test" {
9595
matrix = {
9696
item = [
9797
{format = "efi", ucode="intel", flavor="lts"},
98-
{format = "raw", ucode="intel", flavor="edge"},
98+
{format = "raw", ucode="intel", flavor="stable"},
9999
{format = "iso", ucode="amd", flavor="lts"},
100100
{format = "qcow2", ucode="none", flavor="virt"},
101101
{format = "vmdk", ucode="none", flavor="virt"},

0 commit comments

Comments
 (0)