Accepting request 1235970 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1235970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spack-image?expand=0&rev=33
This commit is contained in:
Ana Guerrero 2025-01-09 14:11:09 +00:00 committed by Git OBS Bridge
commit 63f42c4c10
3 changed files with 15 additions and 10 deletions

View File

@ -15,9 +15,9 @@
#!UseOBSRepositories
#!ExclusiveArch: aarch64 x86_64
#!BuildTag: opensuse/bci/spack:0.22.2-%RELEASE%
#!BuildTag: opensuse/bci/spack:0.22.2
#!BuildTag: opensuse/bci/spack:0.22
#!BuildTag: opensuse/bci/spack:0.23.0-%RELEASE%
#!BuildTag: opensuse/bci/spack:0.23.0
#!BuildTag: opensuse/bci/spack:0.23
#!BuildTag: opensuse/bci/spack:latest
FROM opensuse/tumbleweed:latest
@ -31,13 +31,13 @@ RUN set -euo pipefail; \
# labelprefix=org.opensuse.bci.spack
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Spack development"
LABEL org.opencontainers.image.description="Spack development container for building containerized HPC solution stacks, based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="0.22.2"
LABEL org.opencontainers.image.version="0.23.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.opencontainers.image.ref.name="0.22.2-%RELEASE%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/spack:0.22.2-%RELEASE%"
LABEL org.opencontainers.image.ref.name="0.23.0-%RELEASE%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/spack:0.23.0-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI"
LABEL org.opensuse.release-stage="released"
@ -67,7 +67,7 @@ RUN set -euo pipefail; mkdir -p /root/.spack \
# 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.22.2" ]
cut -d '.' -f -3)" = "0.23.0" ]
WORKDIR /root
SHELL ["docker-shell"]

View File

@ -1,4 +1,4 @@
# Spack 0.22.2 container image
# Spack 0.23.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.22"
build: "registry.opensuse.org/opensuse/bci/spack:0.23"
final: "registry.opensuse.org/opensuse/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.22 containerize > Containerfile
$ podman run -v $(pwd):/root:Z --rm registry.opensuse.org/opensuse/bci/spack:0.23 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 Jan 8 07:51:45 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
- update to 0.23
-------------------------------------------------------------------
Wed Jan 1 14:13:48 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>