We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433abc4 commit 04ce016Copy full SHA for 04ce016
2 files changed
container/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/spack/tutorial-ubuntu-22.04:v2024-05-07
+FROM ghcr.io/spack/tutorial-ubuntu-22.04
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
@@ -18,7 +18,7 @@ RUN apt-get remove -y gcc-12
18
19
# Download the buildcache
20
RUN mkdir /mirror
21
-RUN rclone copy :s3:spack-binaries/v0.23.1/tutorial /mirror
+RUN rclone copy :s3:spack-binaries/v1.0.0/tutorial /mirror
22
23
RUN chmod -R go+r /mirror
24
outputs/defs.sh
@@ -14,7 +14,7 @@ fi
14
raw_outputs="${PROJECT}/raw"
15
16
# used by scripts
17
-tutorial_branch=releases/v0.23
+tutorial_branch=releases/v1.0
print_status() {
printf "\n%b: %s\n\n" "\033[1;35m$1\033[0m" "$2"
0 commit comments