A new version of KERN is released roughly every year and is based on the latest Ubuntu LTS release.
The current
release of KERN is KERN-9 and is based on Ubuntu 22.04 (Jammy). To enable the KERN-9 repository on a
Ubuntu 22.04
system run:
Now you are ready to install some packages, for example python3-casacore:
Docker and singularity
You can use the following Dockerfile as a base for Docker
and Singularity images:
We have added a docker-apt-install command to the image which is a wrapper around apt-get to first
fetch the package list of the Ubuntu archive, install the requested package and finally clean up the
temporary cache. This keeps the Docker image small.
You can also bootstrap a Singularity image using the Docker image:
Older releases
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.
These releases have reached end of live and are not supported anymore. You can still use them though, also inside Docker
containers.