diff --git a/spack-image/Dockerfile b/spack-image/Dockerfile index 3eafa7e4f..708e71c8f 100644 --- a/spack-image/Dockerfile +++ b/spack-image/Dockerfile @@ -15,8 +15,8 @@ #!UseOBSRepositories #!ExclusiveArch: aarch64 x86_64 -#!BuildTag: bci/spack:0.21.2-%RELEASE% -#!BuildTag: bci/spack:0.21.2 +#!BuildTag: bci/spack:0.21.3-%RELEASE% +#!BuildTag: bci/spack:0.21.3 #!BuildTag: bci/spack:0.21 #!BuildName: bci-spack-0.21 #!BuildVersion: 15.7.0.21 @@ -32,13 +32,13 @@ RUN set -euo pipefail; \ LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions" LABEL org.opencontainers.image.title="SLE BCI Spack development" LABEL org.opencontainers.image.description="Spack development container for building containerized HPC solution stacks, based on the SLE Base Container Image." -LABEL org.opencontainers.image.version="0.21.2" +LABEL org.opencontainers.image.version="0.21.3" LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="SUSE LLC" LABEL org.opencontainers.image.source="%SOURCEURL%" -LABEL org.opencontainers.image.ref.name="0.21.2-%RELEASE%" -LABEL org.opensuse.reference="registry.suse.com/bci/spack:0.21.2-%RELEASE%" +LABEL org.opencontainers.image.ref.name="0.21.3-%RELEASE%" +LABEL org.opensuse.reference="registry.suse.com/bci/spack:0.21.3-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL com.suse.supportlevel="techpreview" LABEL com.suse.eula="sle-bci" @@ -68,7 +68,7 @@ RUN set -euo pipefail; mkdir -p /root/.spack \ && rm -rf /root/*.* /run/nologin # sanity check that the version from the tag is equal to the version of spack that we expect -RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' spack | cut -d '.' -f -3)" = "0.21.2" ] +RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' spack | cut -d '.' -f -3)" = "0.21.3" ] WORKDIR /root SHELL ["docker-shell"] diff --git a/spack-image/README.md b/spack-image/README.md index 62effc731..72e023ab9 100644 --- a/spack-image/README.md +++ b/spack-image/README.md @@ -1,4 +1,4 @@ -# Spack 0.21.2 container image +# Spack 0.21.3 container image ![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)![Support Level](https://img.shields.io/badge/Support_Level-techpreview-blue)[![SLSA](https://img.shields.io/badge/SLSA_(v1.0)-Build_L3-Green)](https://documentation.suse.com/sbp/server-linux/html/SBP-SLSA4/) [![Provenance: Available](https://img.shields.io/badge/Provenance-Available-Green)](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify) diff --git a/spack-image/spack-image.changes b/spack-image/spack-image.changes index 4e7494209..af278a5ae 100644 --- a/spack-image/spack-image.changes +++ b/spack-image/spack-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 11 11:50:47 UTC 2024 - SUSE Update Bot + +- new version + ------------------------------------------------------------------- Wed Oct 30 15:35:27 UTC 2024 - SUSE Update Bot