Skip to content

Commit 28759b5

Browse files
authored
Merge pull request #8 from LLNL/task/white238/ubuntu24
Ubuntu 24 with Clang 19
2 parents 4329d7e + cd6efa8 commit 28759b5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ubuntu/24.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
1+
FROM ubuntu:24.04@sha256:35f3a8badf2f74c1b320a643b343536f5132f245cbefc40ef802b6203a166d04
22

33
LABEL maintainer="Chris White <white238@llnl.gov>,@vsoch,David Beckingsale <beckingsale1@llnl.gov>"
44
LABEL org.opencontainers.image.source=https://github.com/LLNL/radiuss-docker

ubuntu/clang/uptodate.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ dockerbuild:
99
- "13"
1010
- "14"
1111
- "15"
12+
- "19"
1213
ubuntu_version:
1314
- "20.04"
1415
- "20.04"
1516
- "20.04"
1617
- "22.04"
1718
- "22.04"
1819
- "22.04"
20+
- "24.04"
1921

2022
build_args:
2123
llvm_version:

0 commit comments

Comments
 (0)