Skip to content
Snippets Groups Projects

chore: spack-0.20.0

Merged Wouter Deconinck requested to merge spack-0.20.0 into master
Compare and Show latest version
10 files
+ 100
106
Compare changes
  • Side-by-side
  • Inline
Files
10
#syntax=docker/dockerfile:1.2
ARG BASE_IMAGE="amd64/debian:testing-20220822-slim"
ARG BUILD_IMAGE="debian_base"
#syntax=docker/dockerfile:1.4
ARG BASE_IMAGE="amd64/debian:stable-slim"
ARG BUILD_IMAGE="debian_stable_base"
# Minimal container based on Debian base systems for up-to-date packages.
FROM ${BASE_IMAGE}
Loading