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
12 files
+ 273
99
Compare changes
  • Side-by-side
  • Inline
Files
12
#syntax=docker/dockerfile:1.2
#syntax=docker/dockerfile:1.4
ARG BASE_IMAGE="amd64/debian:testing-20220822-slim"
ARG BASE_IMAGE="amd64/debian:stable-slim"
ARG BUILD_IMAGE="debian_base"
ARG BUILD_IMAGE="debian_stable_base"
# Minimal container based on Debian base systems for up-to-date packages.
# Minimal container based on Debian base systems for up-to-date packages.
FROM ${BASE_IMAGE}
FROM ${BASE_IMAGE}
Loading