Skip to content

Commit 37d2620

Browse files
authored
Rename 3130 images to net8 and add floating tags (#821)
1 parent 8d81d0e commit 37d2620

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed
File renamed without changes.
File renamed without changes.

src/ubuntu/manifest.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,11 +466,12 @@
466466
{
467467
"platforms": [
468468
{
469-
"dockerfile": "src/ubuntu/18.04/webassembly-3130",
469+
"dockerfile": "src/ubuntu/18.04/webassembly-net8",
470470
"os": "linux",
471471
"osVersion": "bionic",
472472
"tags": {
473-
"ubuntu-18.04-webassembly3130-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {}
473+
"ubuntu-18.04-webassembly-net8-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
474+
"ubuntu-18.04-webassembly-net8-$(FloatingTagSuffix)": {}
474475
}
475476
}
476477
]
@@ -610,11 +611,12 @@
610611
{
611612
"platforms": [
612613
{
613-
"dockerfile": "src/ubuntu/20.04/webassembly-3130",
614+
"dockerfile": "src/ubuntu/20.04/webassembly-net8",
614615
"os": "linux",
615616
"osVersion": "focal",
616617
"tags": {
617-
"ubuntu-20.04-webassembly3130-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {}
618+
"ubuntu-20.04-webassembly-net8-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
619+
"ubuntu-20.04-webassembly-net8-$(FloatingTagSuffix)": {}
618620
}
619621
}
620622
]

src/windowsservercore/ltsc2022/helix/webassembly-3130/Dockerfile renamed to src/windowsservercore/ltsc2022/helix/webassembly-net8/Dockerfile

File renamed without changes.

src/windowsservercore/ltsc2022/helix/webassembly-3130/arial.ttf renamed to src/windowsservercore/ltsc2022/helix/webassembly-net8/arial.ttf

File renamed without changes.

src/windowsservercore/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@
6464
{
6565
"platforms": [
6666
{
67-
"dockerfile": "src/windowsservercore/ltsc2022/helix/webassembly-3130",
67+
"dockerfile": "src/windowsservercore/ltsc2022/helix/webassembly-net8",
6868
"os": "windows",
6969
"osVersion": "windowsservercore-ltsc2022",
7070
"tags": {
71-
"windowsservercore-ltsc2022-helix-webassembly3130-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
71+
"windowsservercore-ltsc2022-helix-webassembly-net8-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
72+
"windowsservercore-ltsc2022-helix-webassembly-net8-$(FloatingTagSuffix)": {}
7273
}
7374
}
7475
]

0 commit comments

Comments
 (0)