Skip to content

Commit 506eaa7

Browse files
authored
[6.0] Add Docker images to the install page (#813)
1 parent 63fec5d commit 506eaa7

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

_data/builds/swift_releases.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,53 +1761,56 @@
17611761
platforms:
17621762
- name: Ubuntu 20.04
17631763
platform: Linux
1764-
docker: Coming Soon #6.0-focal
1764+
docker: 6.0-focal
17651765
archs:
17661766
- x86_64
17671767
- aarch64
17681768
- name: Ubuntu 22.04
17691769
platform: Linux
1770-
docker: Coming Soon #6.0-jammy
1770+
docker: 6.0-jammy
17711771
archs:
17721772
- x86_64
17731773
- aarch64
17741774
- name: Ubuntu 24.04
17751775
platform: Linux
1776-
docker: Coming Soon #6.0-noble
1776+
docker: 6.0-noble
17771777
archs:
17781778
- x86_64
17791779
- aarch64
17801780
- name: Debian 12
17811781
platform: Linux
1782-
docker: Coming Soon #6.0-bookworm
1782+
docker: 6.0-bookworm
17831783
archs:
17841784
- x86_64
17851785
- aarch64
17861786
- name: Fedora 39
17871787
platform: Linux
1788-
docker: Coming Soon #6.0-fedora39
1788+
docker: 6.0-fedora39
17891789
archs:
17901790
- x86_64
17911791
- aarch64
17921792
- name: Amazon Linux 2
17931793
platform: Linux
1794-
docker: Coming Soon #6.0-amazonlinux2
1794+
docker: 6.0-amazonlinux2
17951795
archs:
17961796
- x86_64
17971797
- aarch64
17981798
- name: Red Hat Universal Base Image 9
17991799
platform: Linux
1800-
docker: Coming Soon #6.0-rhel-ubi9
1800+
docker: 6.0-rhel-ubi9
18011801
dir: ubi9
18021802
archs:
18031803
- x86_64
18041804
- aarch64
18051805
- name: Windows 10
18061806
platform: Windows
1807-
docker: Coming Soon #6.0-windowsservercore-ltsc2022
1807+
docker: 6.0-windowsservercore-ltsc2022
18081808
archs:
18091809
- x86_64
18101810
- arm64
18111811
- name: Static SDK
18121812
platform: static-sdk
1813-
checksum: 7984c2cf175bde52ba6ea1fcbe27fc4a148a6237c41c719209c9288ed3ceb652
1813+
checksum: 7984c2cf175bde52ba6ea1fcbe27fc4a148a6237c41c719209c9288ed3ceb652
1814+
archs:
1815+
- x86_64
1816+
- arm64

_includes/install/_build_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<p class="description">
1616
The offical Docker images for Swift.
1717
</p>
18-
<a href="https://hub.docker.com/_/swift" class="cta-secondary external">Coming Soon</a>
18+
<a href="https://hub.docker.com/_/swift" class="cta-secondary external">{{ site.data.builds.swift_releases.last.name }}-{{include.docker_tag}}</a>
1919
<a href="/install/linux/docker" class="cta-secondary">Instructions</a>
2020
</li>
2121
<li class="grid-level-1">

install/windows/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ title: Install Swift
4242
<p class="description">
4343
The offical Docker images for Swift.
4444
</p>
45-
<a href="https://hub.docker.com/_/swift" class="cta-secondary external">Coming Soon</a>
45+
<a href="https://hub.docker.com/_/swift" class="cta-secondary external">{{ site.data.builds.swift_releases.last.name }}-windowsservercore-ltsc2022</a>
4646
</li>
4747
</ul>
4848

0 commit comments

Comments
 (0)