You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: installation/index.html
+8-8
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,18 @@
10
10
<h1class="page-title">Installation guide</h1>
11
11
<hr>
12
12
13
-
<h2class="page-title">KERN-8 - Ubuntu 20.04</h2>
14
-
<p>A new version of KERN is released roughly every 6 months and is based on the latest Ubuntu LTS release.
13
+
<h2class="page-title">KERN-9 - Ubuntu 22.04</h2>
14
+
<p>A new version of KERN is released roughly every year and is based on the latest Ubuntu LTS release.
15
15
The current
16
-
release of KERN is KERN-8 and is based on Ubuntu 20.04 (Focal). To enable the KERN-8 repository on a
17
-
Ubuntu 20.04
16
+
release of KERN is KERN-9 and is based on Ubuntu 22.04 (Jammy). To enable the KERN-9 repository on a
17
+
Ubuntu 22.04
18
18
system run:
19
19
</p>
20
20
21
21
<figureclass="code">
22
22
<pre><code>
23
23
$ sudo apt-get install software-properties-common
24
-
$ sudo add-apt-repository -s ppa:kernsuite/kern-8
24
+
$ sudo add-apt-repository -s ppa:kernsuite/kern-9
25
25
$ sudo apt-add-repository multiverse
26
26
$ sudo apt-add-repository restricted
27
27
$ sudo apt-get update
@@ -44,7 +44,7 @@ <h2 class="page-title">Docker and singularity</h2>
44
44
and <ahref="http://singularity.lbl.gov/">Singularity</a> images:
45
45
<figureclass="code">
46
46
<pre><code>
47
-
FROM kernsuite/base:8
47
+
FROM kernsuite/base:9
48
48
RUN docker-apt-install python3-casacore
49
49
</code></pre>
50
50
</figure>
@@ -57,7 +57,7 @@ <h2 class="page-title">Docker and singularity</h2>
57
57
<figureclass="code">
58
58
<pre><code>
59
59
Bootstrap: docker
60
-
From:kernsuite/base:8
60
+
From:kernsuite/base:9
61
61
%post
62
62
docker-apt-install python3-casacore
63
63
</code></pre>
@@ -68,7 +68,7 @@ <h2 class="page-title">Docker and singularity</h2>
68
68
69
69
<h2class="page-title">Older releases</h2>
70
70
71
-
The old releases are KERN-0 for Ubuntu 14.04, KERN-1, KERN-2, KERN-3 for Ubuntu 16.04. KERN-4, KERN-5 and KERN-6 for Ubuntu 18.04. KERN-7 for Ubuntu 20.04.
71
+
The old releases are KERN-0 for Ubuntu 14.04, KERN-1, KERN-2, KERN-3 for Ubuntu 16.04. KERN-4, KERN-5 and KERN-6 for Ubuntu 18.04. KERN-7 and KERN-8 for Ubuntu 20.04.
72
72
These releases have reached end of live and are not supported anymore. You can still use them though, also inside Docker
0 commit comments