Skip to content

Commit

Permalink
fix(docker): bump all linux docker containers to noble release
Browse files Browse the repository at this point in the history
- first of all, I don't think this will have any effect on the
  containers or their usage
- during building of the containers there were multiple issues
- missing 'gpg2' executable for arm64 is one of them
- another is missing 'gcc-11-aarch64-linux-gnu' package which
  became available only since ubuntu noble (24.04) for arm64
- I just don't see any benefit of trying to keep using ubuntu
  jammy (22.04)

Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Oct 16, 2024
1 parent 5062b12 commit 8573152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ services:
args:
- LINUX_VERSION=6.1.45
- GCC_VERSION=11
- SOURCE_IMAGE=ubuntu:jammy
- SOURCE_IMAGE=ubuntu:noble
linux_6.1.111:
# 2022-12
# LTS
Expand All @@ -160,7 +160,7 @@ services:
args:
- LINUX_VERSION=6.1.111
- GCC_VERSION=11
- SOURCE_IMAGE=ubuntu:jammy
- SOURCE_IMAGE=ubuntu:noble
linux_6.6.52:
# 2023-10
# LTS
Expand All @@ -169,7 +169,7 @@ services:
args:
- LINUX_VERSION=6.6.52
- GCC_VERSION=12
- SOURCE_IMAGE=ubuntu:jammy
- SOURCE_IMAGE=ubuntu:noble
linux_6.9.9:
# 2024-05
build:
Expand Down

0 comments on commit 8573152

Please sign in to comment.