Skip to content

Commit 5352294

Browse files
authored
Merge pull request #12 from kernsuite/KERN-8-release
Kern 8 release
2 parents d24c1f9 + 95b3e53 commit 5352294

File tree

5 files changed

+1413
-1681
lines changed

5 files changed

+1413
-1681
lines changed

Diff for: installation/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
<h1 class="page-title">Installation guide</h1>
1111
<hr>
1212

13-
<h2 class="page-title">KERN-7 - Ubuntu 20.04</h2>
13+
<h2 class="page-title">KERN-8 - Ubuntu 20.04</h2>
1414
<p>A new version of KERN is released roughly every 6 months and is based on the latest Ubuntu LTS release.
1515
The current
16-
release of KERN is KERN-7 and is based on Ubuntu 20.04 (Focal). To enable the KERN-7 repository on a
16+
release of KERN is KERN-8 and is based on Ubuntu 20.04 (Focal). To enable the KERN-8 repository on a
1717
Ubuntu 20.04
1818
system run:
1919
</p>
2020

2121
<figure class="code">
2222
<pre><code>
2323
$ sudo apt-get install software-properties-common
24-
$ sudo add-apt-repository -s ppa:kernsuite/kern-7
24+
$ sudo add-apt-repository -s ppa:kernsuite/kern-8
2525
$ sudo apt-add-repository multiverse
2626
$ sudo apt-add-repository restricted
2727
$ sudo apt-get update
@@ -44,7 +44,7 @@ <h2 class="page-title">Docker and singularity</h2>
4444
and <a href="http://singularity.lbl.gov/">Singularity</a> images:
4545
<figure class="code">
4646
<pre><code>
47-
FROM kernsuite/base:7
47+
FROM kernsuite/base:8
4848
RUN docker-apt-install python3-casacore
4949
</code></pre>
5050
</figure>
@@ -57,7 +57,7 @@ <h2 class="page-title">Docker and singularity</h2>
5757
<figure class="code">
5858
<pre><code>
5959
Bootstrap: docker
60-
From:kernsuite/base:7
60+
From:kernsuite/base:8
6161
%post
6262
docker-apt-install python3-casacore
6363
</code></pre>

Diff for: mirror/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Netherlands</h2>
2020
<pre><code>
2121
$ sudo apt-get install software-properties-common
2222
$ curl -L https://archive.kernsuite.info/kern.key | sudo apt-key add -
23-
$ sudo add-apt-repository -s https://archive.kernsuite.info/kernsuite/kern-7/ubuntu
23+
$ sudo add-apt-repository -s https://archive.kernsuite.info/kernsuite/kern-8/ubuntu
2424
$ sudo apt-add-repository multiverse
2525
$ sudo apt-add-repository restricted
2626
$ sudo apt-get update

Diff for: news/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ <h1 class="page-title">News and release notes</h1>
1212

1313
<hr>
1414

15+
<h2>KERN-8</h2>
16+
<p>release date: <b>March 03 2023</b></p>
17+
18+
<h5>Changes since KERN-7</h5>
19+
20+
<ul>
21+
<li>Based on Casacore 3.5</li>
22+
<li>All existing packages updated to the latest versions.</li>
23+
<li>Most packages support both amd64 and arm64.</li>
24+
</ul>
25+
26+
<hr>
27+
1528
<h2>KERN-7</h2>
1629
<p>release date: <b>April 12 2021</b></p>
1730

0 commit comments

Comments
 (0)