Skip to content

Commit 3d07376

Browse files
authored
Remove Ubuntu focal from testing and Docker support (#51)
* Remove Ubuntu 20.04 from testing and Docker support * Add Changelog entry
1 parent 5fece66 commit 3d07376

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
UBUNTU_VERSION: [noble, jammy, focal]
30+
UBUNTU_VERSION: [noble, jammy]
3131
steps:
3232
- name: Checkout code
3333
uses: actions/checkout@v4

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build-and-push:
77
strategy:
88
matrix:
9-
ubuntu-version: [noble, jammy, focal]
9+
ubuntu-version: [noble, jammy]
1010

1111
runs-on: ubuntu-latest
1212

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## latest
44

5+
- Remove Ubuntu 20.04 from testing and Docker support https://github.com/DataAnalyticsEngineering/FANS/pull/51
56
- Add support for `--version` command line argument for checking the version of FANS
67
- Modify way to provide micro structure in JSON input https://github.com/DataAnalyticsEngineering/FANS/pull/43
78
- Add conda package for FANS https://github.com/DataAnalyticsEngineering/FANS/pull/39

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We provide a set of docker images for different use cases on our [Dockerhub prof
55
- **fans-ci**: Contains the minimum tools to build FANS (including dev packages of dependencies with the required headers), but does not include FANS itself. Meant for a CI workflow.
66
- **fans-dev**: Based upon fans-ci, but offers a non-root user (`fans`) and handling of UID and GID to not mess up permissions when volume mounting into the container. Meant as an quick to setup build environment for FANS.
77

8-
Both images are built for linux/amd64 and linux/arm64 as well as for the three most recent Ubuntu LTS versions (focal, jammy, noble). The Ubuntu version can be selected through tags, e.g. `fans-dev:focal`; `noble` is equivalent to the `latest` tag. The architecture is selected automatically depending on your host platform.
8+
Both images are built for linux/amd64 and linux/arm64 as well as for the three most recent Ubuntu LTS versions (jammy and noble). The Ubuntu version can be selected through tags, e.g. `fans-dev:jammy`; `noble` is equivalent to the `latest` tag. The architecture is selected automatically depending on your host platform.
99

1010
## Set up a Container
1111

0 commit comments

Comments
 (0)