[info=e338feb823020b878d7d0fd2236ecab2]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/spack-image?expand=0&rev=30
This commit is contained in:
Dan Čermák 2024-06-12 07:20:36 +00:00 committed by Git OBS Bridge
parent 98a03e9553
commit 071f119412
3 changed files with 13 additions and 8 deletions

View File

@ -14,8 +14,8 @@
# You can contact the BCI team via https://github.com/SUSE/bci/discussions
#!ExclusiveArch: aarch64 x86_64
#!BuildTag: opensuse/bci/spack:0.21.2
#!BuildTag: opensuse/bci/spack:0.21.2-%RELEASE%
#!BuildTag: opensuse/bci/spack:0.22.0
#!BuildTag: opensuse/bci/spack:0.22.0-%RELEASE%
#!BuildTag: opensuse/bci/spack:%%spack_minor%%
#!BuildTag: opensuse/bci/spack:%%spack_minor%%-%RELEASE%
#!BuildTag: opensuse/bci/spack:latest
@ -28,12 +28,12 @@ MAINTAINER openSUSE (https://www.opensuse.org/)
# labelprefix=org.opensuse.bci.spack
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Spack development"
LABEL org.opencontainers.image.description="Spack is a flexible package manager for supercomputers, based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="0.21.2"
LABEL org.opencontainers.image.version="0.22.0"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="openSUSE Project"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/spack:0.21.2-%RELEASE%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/spack:0.22.0-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime"
LABEL org.opensuse.release-stage="released"
@ -62,7 +62,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.22.0" ]
WORKDIR /root
SHELL ["docker-shell"]

View File

@ -1,4 +1,4 @@
# Spack 0.21.2 Container Image
# Spack 0.22.0 Container Image
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)
## Description
@ -24,7 +24,7 @@ spack:
container:
format: <container_format>
images:
build: "registry.opensuse.org/opensuse/bci/spack:0.21.2"
build: "registry.opensuse.org/opensuse/bci/spack:0.22.0"
final: "registry.suse.com/bci/bci-base:latest"
os_packages:
command: zypper
@ -63,7 +63,7 @@ $ podman run -it --rm <target_name> <command line ...>
If you do not have a local installation of Spack, you can use this container
to run Spack commands - like `spack containerize`:
```ShellSession
$ podman run -v $(pwd):/root:Z --rm registry.opensuse.org/opensuse/bci/spack:0.21.2 containerize > Containerfile
$ podman run -v $(pwd):/root:Z --rm registry.opensuse.org/opensuse/bci/spack:0.22.0 containerize > Containerfile
```
For further information, refer to the
[Spack documentation on container images](https://spack.readthedocs.io/en/latest/containers.html).

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 12 07:09:36 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- updated to new version
-------------------------------------------------------------------
Mon Jun 10 15:11:25 UTC 2024 - Dirk Mueller <dmueller@suse.com>