Skip to content

Commit

Permalink
Add GCC image
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Sep 14, 2021
1 parent 5179d2b commit e4f21d8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ubuntu/gcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ARG ubuntu_version
FROM ghcr.io/rse-radiuss/ubuntu:$ubuntu_version

# Install gcc with spack
ARG gcc_version
ENV gcc_version=$gcc_version

RUN spack install gcc@${gcc_version}
20 changes: 20 additions & 0 deletions ubuntu/gcc/uptodate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
dockerbuild:
build_args:
gcc_version:
key: gcc
versions:
- "4.9.3"
_ "7.3.0"
_ "8.1.0"
_ "9.4.0"
_ "10.3.0"
_ "11.2.0"

# Look for ubuntu versions for our base builds
ubuntu_version:
key: ubuntu
name: ghcr.io/rse-radiuss/ubuntu
type: container
startat: "20.04"
filter:
- "^[0-9]+[.]04$"

0 comments on commit e4f21d8

Please sign in to comment.