Skip to content

Commit

Permalink
Merge pull request #1979 from SUSE/for-deploy-7
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP7
  • Loading branch information
dirkmueller authored Nov 11, 2024
2 parents 05af26a + 206811d commit f3c6042
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
12 changes: 6 additions & 6 deletions spack-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion spack-image/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
5 changes: 5 additions & 0 deletions spack-image/spack-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 11 11:50:47 UTC 2024 - SUSE Update Bot <[email protected]>

- new version

-------------------------------------------------------------------
Wed Oct 30 15:35:27 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down

0 comments on commit f3c6042

Please sign in to comment.