Skip to content

Commit 2d812fc

Browse files
Update distribution release channel (#389)
Update documentation to use `stable` distribution channel instead of `bionic`
1 parent 6931099 commit 2d812fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cyclecloud/how-to/install-jetpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ via APT:
5151

5252
```bash
5353
sudo wget -O /etc/apt/trusted.gpg.d/microsoft.asc https://packages.microsoft.com/keys/microsoft.asc
54-
sudo echo 'deb [signed-by=/etc/apt/trusted.gpg.d/microsoft.asc] https://packages.microsoft.com/repos/cyclecloud bionic main' > /etc/apt/sources.list.d/cyclecloud.list
54+
sudo echo 'deb [signed-by=/etc/apt/trusted.gpg.d/microsoft.asc] https://packages.microsoft.com/repos/cyclecloud stable main' > /etc/apt/sources.list.d/cyclecloud.list
5555
sudo apt update
5656
sudo apt-get install -y jetpack8
5757
```

articles/cyclecloud/how-to/install-manual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ Finally, configure a _cyclecloud.list_ file, update the Apt cache, and install C
5050

5151
::: moniker range="<=cyclecloud-7"
5252
```CMD
53-
sudo echo 'deb https://packages.microsoft.com/repos/cyclecloud bionic main' > /etc/apt/sources.list.d/cyclecloud.list
53+
sudo echo 'deb https://packages.microsoft.com/repos/cyclecloud stable main' > /etc/apt/sources.list.d/cyclecloud.list
5454
sudo apt update
5555
sudo apt -y install cyclecloud
5656
```
5757
::: moniker-end
5858
::: moniker range="=cyclecloud-8"
5959
```CMD
60-
sudo echo 'deb https://packages.microsoft.com/repos/cyclecloud bionic main' > /etc/apt/sources.list.d/cyclecloud.list
60+
sudo echo 'deb https://packages.microsoft.com/repos/cyclecloud stable main' > /etc/apt/sources.list.d/cyclecloud.list
6161
sudo apt update
6262
sudo apt -y install cyclecloud8
6363
```
6464
::: moniker-end
6565

6666
> [!NOTE]
67-
> Although the Apt repository is published for the "bionic" release of Ubuntu, CycleCloud is officially supported on all Ubuntu LTS releases under support by Canonical.
67+
> The CycleCloud Apt repository distribution release for Ubuntu family platform, is a floating "stable" moniker. CycleCloud is officially supported on all Ubuntu LTS releases under support by Canonical. The CycleCloud package files are not specific to a version of GLIBC (GNU C Library) or Ubuntu release.
6868
6969
### Installing on Enterprise Linux (RHEL) clones
7070

0 commit comments

Comments
 (0)