Skip to content

Commit b27a300

Browse files
author
SUSE Update Bot
committed
Test build for #2199
1 parent 99648de commit b27a300

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

spack-image/Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
#!UseOBSRepositories
1717
#!ExclusiveArch: aarch64 x86_64
18-
#!BuildTag: bci/spack:0.21.3-%RELEASE%
19-
#!BuildTag: bci/spack:0.21.3
20-
#!BuildTag: bci/spack:0.21
21-
#!BuildName: bci-spack-0.21
22-
#!BuildVersion: 15.7.0.21
18+
#!BuildTag: bci/spack:0.23.0-%RELEASE%
19+
#!BuildTag: bci/spack:0.23.0
20+
#!BuildTag: bci/spack:0.23
21+
#!BuildName: bci-spack-0.23
22+
#!BuildVersion: 15.7.0.23
2323
FROM bci/bci-base:15.7
2424

2525
RUN set -euo pipefail; \
@@ -32,13 +32,13 @@ RUN set -euo pipefail; \
3232
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
3333
LABEL org.opencontainers.image.title="SLE BCI Spack development"
3434
LABEL org.opencontainers.image.description="Spack development container for building containerized HPC solution stacks, based on the SLE Base Container Image."
35-
LABEL org.opencontainers.image.version="0.21.3"
35+
LABEL org.opencontainers.image.version="0.23.0"
3636
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
3737
LABEL org.opencontainers.image.created="%BUILDTIME%"
3838
LABEL org.opencontainers.image.vendor="SUSE LLC"
3939
LABEL org.opencontainers.image.source="%SOURCEURL%"
40-
LABEL org.opencontainers.image.ref.name="0.21.3-%RELEASE%"
41-
LABEL org.opensuse.reference="registry.suse.com/bci/spack:0.21.3-%RELEASE%"
40+
LABEL org.opencontainers.image.ref.name="0.23.0-%RELEASE%"
41+
LABEL org.opensuse.reference="registry.suse.com/bci/spack:0.23.0-%RELEASE%"
4242
LABEL org.openbuildservice.disturl="%DISTURL%"
4343
LABEL com.suse.supportlevel="techpreview"
4444
LABEL com.suse.eula="sle-bci"
@@ -70,7 +70,7 @@ RUN set -euo pipefail; mkdir -p /root/.spack \
7070
# sanity check that the version from the tag is equal to the version of spack that we expect
7171
RUN set -euo pipefail; \
7272
[ "$(rpm -q --qf '%{version}' spack | \
73-
cut -d '.' -f -3)" = "0.21.3" ]
73+
cut -d '.' -f -3)" = "0.23.0" ]
7474

7575
WORKDIR /root
7676
SHELL ["docker-shell"]

spack-image/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Spack 0.21.3 container image
1+
# Spack 0.23.0 container image
22
![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/)
33
[![Provenance: Available](https://img.shields.io/badge/Provenance-Available-Green)](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify)
44

@@ -25,7 +25,7 @@ spack:
2525
container:
2626
format: <container_format>
2727
images:
28-
build: "registry.suse.com/bci/spack:0.21"
28+
build: "registry.suse.com/bci/spack:0.23"
2929
final: "registry.suse.com/bci/bci-base:latest"
3030
os_packages:
3131
command: zypper
@@ -64,7 +64,7 @@ $ podman run -it --rm <target_name> <command line ...>
6464
If you do not have a local installation of Spack, you can use this container
6565
to run Spack commands - like `spack containerize`:
6666
```ShellSession
67-
$ podman run -v $(pwd):/root:Z --rm registry.suse.com/bci/spack:0.21 containerize > Containerfile
67+
$ podman run -v $(pwd):/root:Z --rm registry.suse.com/bci/spack:0.23 containerize > Containerfile
6868
```
6969
For further information, refer to the
7070
[Spack documentation on container images](https://spack.readthedocs.io/en/latest/containers.html).

0 commit comments

Comments
 (0)