Skip to content

Commit 38f8ffe

Browse files
Merge pull request #178 from rocky-linux/develop
Download and News Page Fixes
2 parents d701ae0 + 5eb196e commit 38f8ffe

11 files changed

+26
-24
lines changed

app/[locale]/download/page.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ const DownloadPage = () => {
3030
label: `${t("cards.defaultImages.downloadOptions.boot")}`,
3131
link: version.downloadOptions.defaultImages.boot,
3232
},
33-
{
34-
label: `${t("cards.defaultImages.downloadOptions.minimal")}`,
35-
link: version.downloadOptions.defaultImages.minimal,
36-
},
33+
...(version.downloadOptions.defaultImages.minimal
34+
? [
35+
{
36+
label: `${t("cards.defaultImages.downloadOptions.minimal")}`,
37+
link: version.downloadOptions.defaultImages.minimal as string,
38+
},
39+
]
40+
: []),
3741
],
3842
links: [
3943
{

data/downloads.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"links": {
3333
"defaultImages": {
34-
"torrent": "https://download.rockylinux.org/pub/rocky/10/isos/x86_64/Rocky-10.0-x86_64-dvd.torrent",
34+
"torrent": "https://download.rockylinux.org/pub/rocky/10/isos/x86_64/Rocky-10.0-x86_64-dvd1.torrent",
3535
"checksum": "https://download.rockylinux.org/pub/rocky/10/isos/x86_64/CHECKSUM",
3636
"baseOs": "https://download.rockylinux.org/pub/rocky/10/BaseOS/x86_64/",
3737
"archived": "https://dl.rockylinux.org/vault/rocky"
@@ -432,8 +432,7 @@
432432
"downloadOptions": {
433433
"defaultImages": {
434434
"dvd": "https://download.rockylinux.org/pub/rocky/10/isos/riscv64/Rocky-10.0-riscv64-dvd1.iso",
435-
"boot": "https://download.rockylinux.org/pub/rocky/10/isos/riscv64/Rocky-10.0-riscv64-boot.iso",
436-
"minimal": "https://download.rockylinux.org/pub/rocky/10/isos/riscv64/Rocky-10.0-riscv64-minimal.iso"
435+
"boot": "https://download.rockylinux.org/pub/rocky/10/isos/riscv64/Rocky-10.0-riscv64-boot.iso"
437436
},
438437
"cloudImages": {
439438
"qcow2": "https://dl.rockylinux.org/pub/rocky/10/images/riscv64/Rocky-10-GenericCloud-Base.latest.riscv64.qcow2"

news/community-update-april-2021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ We’re now using [Bugzilla](https://bugs.rockylinux.org/) for bug tracking. If
5959

6060
## Release Engineering
6161

62-
We have released a [devtools](https://github.com/rocky-linux/devtools) repository to help configure a build development for Rocky Linux package maintainers. It’s a great way to [help you get started](https://github.com/rocky-linux/documentation/blob/main/en/rocky/8/guides/developer_start2.md) working on failed packages as reported in our [Koji build system](https://kojidev.rockylinux.org/koji/).
62+
We have released a [devtools](https://github.com/rocky-linux/devtools) repository to help configure a build development for Rocky Linux package maintainers. It’s a great way to [help you get started](https://docs.rockylinux.org/guides/package_management/package_dev_start/) working on failed packages as reported in our [Koji build system](https://kojidev.rockylinux.org/koji/).
6363

6464
[Mustafa Gezen](mailto:[email protected]) has also released a work-in-progress of a [distrobuild](https://github.com/rocky-linux/distrobuild) utility as well as [srpmproc](https://github.com/rocky-linux/srpmproc), which help tremendously in our build efforts. Both are licensed under MIT.
6565

news/community-update-december-2021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ We need you! The Community Team is seeking volunteers to help us grow community
6666

6767
### Infrastructure
6868

69-
- A pastebin application has been created to facilitate exchange of text files and long messages on our IRC channels, available at [https://rpa.st](https://rpa.st/) / [https://paste.resf.org](https://paste.resf.org/) / [https://paste.rockylinux.org](https://paste.rockylinux.org/). It can be used easily with the rpaste package available in the Rocky-Extras repository.
69+
- A pastebin application has been created to facilitate exchange of text files and long messages on our IRC channels, available at [https://rpa.st](https://rpa.st/) / [https://paste.rockylinux.org](https://paste.rockylinux.org/). It can be used easily with the rpaste package available in the Rocky-Extras repository.
7070

7171
- We completed many projects to support other teams, including deploying PowerPC build platforms and deploying the highly secure infrastructure necessary for building secure boot components.
7272

news/community-update-june-2021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: "Rocky Enterprise Software Foundation"
66

77
## Summary
88

9-
After seven months of long, hard work, we are beyond excited to announce that Rocky Linux 8.4 has reached General Availability for x86_64 and aarch64! We made fantastic progress with our release candidates and are happy to recommend this version for installation on your production systems. A [migration tool](https://github.com/rocky-linux/rocky-tools/tree/main/migrate2rocky) is available in our GitHub repository, and [release notes](https://docs.rockylinux.org/release_notes/8.4/) are available on our new documentation site.
9+
After seven months of long, hard work, we are beyond excited to announce that Rocky Linux 8.4 has reached General Availability for x86_64 and aarch64! We made fantastic progress with our release candidates and are happy to recommend this version for installation on your production systems. A [migration tool](https://github.com/rocky-linux/rocky-tools/tree/main/migrate2rocky) is available in our GitHub repository, and [release notes](https://docs.rockylinux.org/release_notes/8_4/) are available on our new documentation site.
1010

1111
Within 72 hours of launch, Rocky’s assets have been downloaded **nearly 70,000 times** from our Tier0 mirror, served from Fastly--not counting the number of downloads from our mirrors, of which we have nearly 100--and we count approximately 10,000 downloads of our torrent file.
1212

news/community-update-may-2021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Now that RHEL 8.4 has landed, we’re working to build a release candidate. Rock
4242

4343
## Testing
4444

45-
If you’re interested in helping us test the Rocky Linux 8.4 RC, please join our Testing team! The Testing team meets weekly on Thursdays at 18:00 ET. There’s [live chat](https://chat.rockylinux.org/rocky-linux/channels/testing) on our Mattermost server, and durable discussion on [our forums](https://forums.rockylinux.org/c/devel/testing). Please be sure to [report](https://bugs.rockylinux.org/) any bugs you encounter.
45+
If you’re interested in helping us test the Rocky Linux 8.4 RC, please join our Testing team! The Testing team meets weekly on Thursdays at 18:00 ET. There’s [live chat](https://chat.rockylinux.org/rocky-linux/channels/testing) on our Mattermost server. Please be sure to [report](https://bugs.rockylinux.org/) any bugs you encounter.
4646

4747
---
4848

news/rocky-linux-8-3-rc1-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ First, create an account using [Rocky Linux Account Services](https://accounts.r
3232

3333
> How can I get involved with the Testing team?
3434
35-
Please join the [~Testing channel](https://chat.rockylinux.org/rocky-linux/channels/testing) on our Mattermost server to get started. There’s also a [testing topic on the forums](https://forums.rockylinux.org/c/devel/testing/19) for more durable conversation.
35+
Please join the [~Testing channel](https://chat.rockylinux.org/rocky-linux/channels/testing) on our Mattermost server to get started.
3636

3737
> Where can I find the latest news about Rocky Linux?
3838
39-
Stay tuned to our [website](https://rockylinux.org), [Twitter](https://twitter.com/rocky_linux), [LinkedIn](https://linkedin.com/company/rockylinux), [forums](https://forums.rockylinux.org), and other platforms listed in our [link directory](https://wiki.rockylinux.org/en/link-directory) for the latest announcements.
39+
Stay tuned to our [website](https://rockylinux.org), [Twitter](https://twitter.com/rocky_linux), [LinkedIn](https://linkedin.com/company/rockylinux), [forums](https://forums.rockylinux.org), and other platforms listed in our [link directory](https://wiki.rockylinux.org/links/) for the latest announcements.
4040

4141
> What if I have feedback or my question wasn’t answered here?
4242

news/rocky-linux-8-4-rc1-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please note that a release candidate is not suitable for production use. You can
1515

1616
To download the release, visit [https://rockylinux.org/download](https://rockylinux.org/download).
1717

18-
Release notes are available [here](https://docs.rockylinux.org/en/rocky/8/release_notes/rocky_linux_8-4_release).
18+
Release notes are available [here](https://docs.rockylinux.org/release_notes/8_4/).
1919

2020
Once this release candidate has been validated, we will transition Rocky Linux 8.4 to General Availability. If our 8.4 RC goes as smoothly as our 8.3 RC did, you won’t have long to wait.
2121

news/rocky-linux-8-5-ga-release.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: "Release Engineering Team"
66

77
Hello everyone. I am pleased to announce the general availability of Rocky Linux 8.5. This release is for the x86_64 and aarch64 architectures and is derived from Red Hat Enterprise Linux 8.5.
88

9-
Please read through the release notes at: https://docs.rockylinux.org/release_notes/8.5/ - These notes contain important information about the release, details about some of the content inside the release (such as newer modules or updates throughout the distribution).
9+
Please read through the release notes at: https://docs.rockylinux.org/release_notes/8_5/ - These notes contain important information about the release, details about some of the content inside the release (such as newer modules or updates throughout the distribution).
1010

1111
# Secure Boot
1212

@@ -62,15 +62,15 @@ Rocky Linux can be downloaded in different ways. There are ISO images as well as
6262

6363
| Architecture | ISOs | Torrents | Verification |
6464
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
65-
| x86_64 | [Boot](https://download.rockylinux.org/pub/rocky/8.5/isos/x86_64/Rocky-8.5-x86_64-boot.iso)<br> [Minimal](https://download.rockylinux.org/pub/rocky/8.5/isos/x86_64/Rocky-8.5-x86_64-minimal.iso) <br> [DVD](https://download.rockylinux.org/pub/rocky/8.5/isos/x86_64/Rocky-8.5-x86_64-dvd1.iso) | [Boot](https://download.rockylinux.org/pub/rocky/8.5/isos/x86_64/Rocky-8.5-x86_64-boot.torrent)<br> [Minimal](https://download.rockylinux.org/pub/rocky/8.5/isos/x86_64/Rocky-8.5-x86_64-minimal.torrent) <br> [DVD](https://download.rockylinux.org/pub/rocky/8.5/isos/x86_64/Rocky-8.5-x86_64-dvd1.torrent) | [CHECKSUM](https://download.rockylinux.org/pub/rocky/8.5/isos/x86_64/CHECKSUM) <br> [CHECKSUM.sig](https://download.rockylinux.org/pub/rocky/8.5/isos/x86_64/CHECKSUM.sig) |
66-
| aarch64 | [Boot](https://download.rockylinux.org/pub/rocky/8.5/isos/aarch64/Rocky-8.5-aarch64-boot.iso)<br> [Minimal](https://download.rockylinux.org/pub/rocky/8.5/isos/aarch64/Rocky-8.5-aarch64-minimal.iso) <br> [DVD](https://download.rockylinux.org/pub/rocky/8.5/isos/aarch64/Rocky-8.5-aarch64-dvd1.iso) | [Boot](https://download.rockylinux.org/pub/rocky/8.5/isos/aarch64/Rocky-8.5-aarch64-boot.torrent)<br> [Minimal](https://download.rockylinux.org/pub/rocky/8.5/isos/aarch64/Rocky-8.5-aarch64-minimal.torrent) <br> [DVD](https://download.rockylinux.org/pub/rocky/8.5/isos/aarch64/Rocky-8.5-aarch64-dvd1.torrent) | [CHECKSUM](https://download.rockylinux.org/pub/rocky/8.5/isos/aarch64/CHECKSUM) <br> [CHECKSUM.sig](https://download.rockylinux.org/pub/rocky/8.5/isos/aarch64/CHECKSUM.sig) |
65+
| x86_64 | [Boot](https://dl.rockylinux.org/vault/rocky/8.5/isos/x86_64/Rocky-8.5-x86_64-boot.iso)<br> [Minimal](https://dl.rockylinux.org/vault/rocky/8.5/isos/x86_64/Rocky-8.5-x86_64-minimal.iso) <br> [DVD](https://dl.rockylinux.org/vault/rocky/8.5/isos/x86_64/Rocky-8.5-x86_64-dvd1.iso) | [Boot](https://dl.rockylinux.org/vault/rocky/8.5/isos/x86_64/Rocky-8.5-x86_64-boot.iso)<br> [Minimal](https://dl.rockylinux.org/vault/rocky/8.5/isos/x86_64/Rocky-8.5-x86_64-minimal.torrent) <br> [DVD](https://dl.rockylinux.org/vault/rocky/8.5/isos/x86_64/Rocky-8.5-x86_64-dvd1.torrent) | [CHECKSUM](https://dl.rockylinux.org/vault/rocky/8.5/isos/x86_64/CHECKSUM) <br> [CHECKSUM.sig](https://dl.rockylinux.org/vault/rocky/8.5/isos/x86_64/CHECKSUM.sig) |
66+
| aarch64 | [Boot](https://dl.rockylinux.org/vault/rocky/8.5/isos/aarch64/Rocky-8.5-aarch64-boot.iso)<br> [Minimal](https://dl.rockylinux.org/vault/rocky/8.5/isos/aarch64/Rocky-8.5-aarch64-minimal.iso) <br> [DVD](https://dl.rockylinux.org/vault/rocky/8.5/isos/aarch64/Rocky-8.5-aarch64-dvd1.iso) | [Boot](https://dl.rockylinux.org/vault/rocky/8.5/isos/aarch64/Rocky-8.5-aarch64-boot.torrent)<br> [Minimal](https://dl.rockylinux.org/vault/rocky/8.5/isos/aarch64/Rocky-8.5-aarch64-minimal.torrent) <br> [DVD](https://dl.rockylinux.org/vault/rocky/8.5/isos/aarch64/Rocky-8.5-aarch64-dvd1.torrent) | [CHECKSUM](https://dl.rockylinux.org/vault/rocky/8.5/isos/aarch64/CHECKSUM) <br> [CHECKSUM.sig](https://dl.rockylinux.org/vault/rocky/8.5/isos/aarch64/CHECKSUM.sig) |
6767

6868
### Live Images (x86_64 only)
6969

7070
| Architecture | Variant | ISOs | Verification |
7171
| ------------ | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
72-
| x86_64 | Gnome Workstation | [Rocky-8.5-Workstation-20211114.iso](https://download.rockylinux.org/pub/rocky/8.5/Live/x86_64/Rocky-8.5-Workstation-20211114.iso) | [CHECKSUM](https://download.rockylinux.org/pub/rocky/8.5/Live/x86_64/CHECKSUM) <br> [CHECKSUM.sig](https://download.rockylinux.org/pub/rocky/8.5/Live/x86_64/CHECKSUM.sig) |
73-
| x86_64 | XFCE | [Rocky-8.5-Workstation-20211114.iso](https://download.rockylinux.org/pub/rocky/8.5/Live/x86_64/Rocky-8.5-XFCE-20211115.iso) | [CHECKSUM](https://download.rockylinux.org/pub/rocky/8.5/Live/x86_64/CHECKSUM) <br> [CHECKSUM.sig](https://download.rockylinux.org/pub/rocky/8.5/Live/x86_64/CHECKSUM.sig) |
72+
| x86_64 | Gnome Workstation | [Rocky-8.5-Workstation-20211114.iso](https://dl.rockylinux.org/vault/rocky/8.5/Live/x86_64/Rocky-8.5-Workstation-20211114.iso) | [CHECKSUM](https://dl.rockylinux.org/vault/rocky/8.5/Live/x86_64/CHECKSUM) <br> [CHECKSUM.sig](https://dl.rockylinux.org/vault/rocky/8.5/Live/x86_64/CHECKSUM.sig) |
73+
| x86_64 | XFCE | [Rocky-8.5-Workstation-20211114.iso](https://dl.rockylinux.org/vault/rocky/8.5/Live/x86_64/Rocky-8.5-XFCE-20211115.iso) | [CHECKSUM](https://dl.rockylinux.org/vault/rocky/8.5/Live/x86_64/CHECKSUM) <br> [CHECKSUM.sig](https://dl.rockylinux.org/vault/rocky/8.5/Live/x86_64/CHECKSUM.sig) |
7474

7575
KDE live image is not available. The KDE packages in EPEL rely on an older
7676
version of Qt5. 8.5 rebased the base Qt5 packages to 5.15. A KDE live image will
@@ -80,8 +80,8 @@ be released upon a KDE rebuild in EPEL.
8080

8181
| Architecture | Variant | Download | Verification |
8282
| ------------ | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
83-
| x86_64 | Generic Cloud | [Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2](http://download.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2) | [CHECKSUM](http://download.rockylinux.org/pub/rocky/8/images/CHECKSUM) <br> [CHECKSUM.sig](http://download.rockylinux.org/pub/rocky/8/images/CHECKSUM.sig) |
84-
| aarch64 | Generic Cloud | [Rocky-8-GenericCloud-8.5-20211114.1.aarch64.qcow2](http://download.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud-8.5-20211114.1.aarch64.qcow2) | [CHECKSUM](http://download.rockylinux.org/pub/rocky/8/images/CHECKSUM) <br> [CHECKSUM.sig](http://download.rockylinux.org/pub/rocky/8/images/CHECKSUM.sig) |
83+
| x86_64 | Generic Cloud | [Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2](https://dl.rockylinux.org/vault/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2) | [CHECKSUM](https://dl.rockylinux.org/vault/rocky/8.5/images/CHECKSUM) <br> [CHECKSUM.sig](https://dl.rockylinux.org/vault/rocky/8.5/images/CHECKSUM.sig) |
84+
| aarch64 | Generic Cloud | [Rocky-8-GenericCloud-8.5-20211114.1.aarch64.qcow2](https://dl.rockylinux.org/vault/rocky/8.5/images/Rocky-8-GenericCloud-8.5.20211114.1.aarch64.qcow2) | [CHECKSUM](https://dl.rockylinux.org/vault/rocky/8.5/images/aarch64/CHECKSUM) <br> [CHECKSUM.sig](https://dl.rockylinux.org/vault/rocky/8.5/images/aarch64/CHECKSUM.sig) |
8585

8686
# Getting Help / Engaging with the Community
8787

news/rockylinux-support-for-riscv.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The RISC-V builds for Rocky Linux 10 will be considered an Alternative Architect
5656
- 💬 **Join the conversation** in our Mattermost `SIG/Altarch` channel:
5757
[chat.rockylinux.org](https://chat.rockylinux.org)
5858

59-
Stay updated via [Bluesky](https://bsky.app/profile/rockylinux.bsky.social), [LinkedIn](https://www.linkedin.com/company/rocky-linux), or subscribe to our **RSS feed**.
59+
Stay updated via [Bluesky](https://bsky.app/profile/rockylinux.bsky.social), [LinkedIn](https://www.linkedin.com/company/rockylinux), or subscribe to our **RSS feed**.
6060

6161
---
6262

@@ -69,4 +69,3 @@ Whether you're deploying rock-solid production systems or tinkering with open ha
6969
Let’s build it together.
7070

7171
*By Neil Hanlon (Infrastructure Lead) & Alexia Stein (Community Lead)*
72-

0 commit comments

Comments
 (0)