Skip to content

Commit

Permalink
update sundials build to use jammy (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch and vsoch committed Nov 15, 2023
1 parent 6d98a09 commit 1faa017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sundials/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG tag=latest
FROM spack/ubuntu-bionic:${tag}
ARG tag=jammy
FROM spack/ubuntu-${tag}:latest

# docker build -t demo .
# docker exec -it demo bash
Expand Down
3 changes: 1 addition & 2 deletions sundials/uptodate.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dockerbuild:

build_args:
tag:
key: tag
versions:
- latest
- jammy

0 comments on commit 1faa017

Please sign in to comment.