Skip to content

Commit

Permalink
Tweak naming
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Dec 14, 2023
1 parent 2548ea2 commit 4438d33
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 25 deletions.
2 changes: 1 addition & 1 deletion ubuntu/clang/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ubuntu_version
FROM ghcr.io/llnl/radiuss-ubuntu:$ubuntu_version
FROM ghcr.io/llnl/radiuss:ubuntu-$ubuntu_version

LABEL maintainer="Chris White <[email protected]>,@vsoch,David Beckingsale <[email protected]>"
LABEL org.opencontainers.image.source=https://github.com/LLNL/radiuss-docker
Expand Down
3 changes: 2 additions & 1 deletion ubuntu/clang/uptodate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dockerbuild:
container_basename: radiuss

# Specific combinations of build args to exclude (optional)
# Spack doesn't work with 14 nor 15
Expand All @@ -8,7 +9,7 @@ dockerbuild:

build_args:
llvm_version:
key: llvm
key: clang
versions:
- "10"
- "11"
Expand Down
Empty file added ubuntu/cuda/.uptodate-ignore
Empty file.
4 changes: 2 additions & 2 deletions ubuntu/cuda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ubuntu_version
FROM ghcr.io/llnl/radiuss-gcc:$ubuntu_version
ARG gcc_version
FROM ghcr.io/llnl/radiuss:gcc-$gcc_version

# Install llvm with spack
ARG cuda_version
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/gcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ubuntu_version
FROM ghcr.io/llnl/radiuss-ubuntu:$ubuntu_version
FROM ghcr.io/llnl/radiuss:ubuntu-$ubuntu_version

LABEL maintainer="Chris White <[email protected]>,@vsoch,David Beckingsale <[email protected]>"
LABEL org.opencontainers.image.source=https://github.com/LLNL/radiuss-docker
Expand Down
1 change: 1 addition & 0 deletions ubuntu/gcc/uptodate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dockerbuild:
container_basename: radiuss

exclude:
gcc_version: ["11", "12", "13", "8", "9", "10"]
Expand Down
6 changes: 0 additions & 6 deletions ubuntu/hip-base/Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions ubuntu/hip-base/uptodate.yaml

This file was deleted.

Empty file added ubuntu/hip/.uptodate-ignore
Empty file.
Empty file added ubuntu/intel/.uptodate-ignore
Empty file.

0 comments on commit 4438d33

Please sign in to comment.