Skip to content

Commit

Permalink
Test build for #2199
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Jan 15, 2025
1 parent 99648de commit f28d252
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions spack-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

#!UseOBSRepositories
#!ExclusiveArch: aarch64 x86_64
#!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
#!BuildTag: bci/spack:0.23.0-%RELEASE%
#!BuildTag: bci/spack:0.23.0
#!BuildTag: bci/spack:0.23
#!BuildName: bci-spack-0.23
#!BuildVersion: 15.7.0.23
FROM bci/bci-base:15.7

RUN set -euo pipefail; \
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.3"
LABEL org.opencontainers.image.version="0.23.0"
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.3-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/spack:0.21.3-%RELEASE%"
LABEL org.opencontainers.image.ref.name="0.23.0-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/spack:0.23.0-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="techpreview"
LABEL com.suse.eula="sle-bci"
Expand Down Expand Up @@ -70,7 +70,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.21.3" ]
cut -d '.' -f -3)" = "0.23.0" ]

WORKDIR /root
SHELL ["docker-shell"]
6 changes: 3 additions & 3 deletions spack-image/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Spack 0.21.3 container image
# Spack 0.23.0 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 All @@ -25,7 +25,7 @@ spack:
container:
format: <container_format>
images:
build: "registry.suse.com/bci/spack:0.21"
build: "registry.suse.com/bci/spack:0.23"
final: "registry.suse.com/bci/bci-base:latest"
os_packages:
command: zypper
Expand Down Expand Up @@ -64,7 +64,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.suse.com/bci/spack:0.21 containerize > Containerfile
$ podman run -v $(pwd):/root:Z --rm registry.suse.com/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).
Expand Down

0 comments on commit f28d252

Please sign in to comment.