Accepting request 1184359 from devel:BCI:Tumbleweed

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

OBS-URL: https://build.opensuse.org/request/show/1184359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spack-image?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-07-02 16:17:49 +00:00 committed by Git OBS Bridge
commit 98ab19a3f7
2 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/spack-image/README.md"
LABEL io.artifacthub.package.logo-url="https://spack.io/assets/images/spack-logo-white.svg"
LABEL usage="This container is enabled and supported only on a SLE15+ host."
RUN set -euo pipefail; zypper -n in spack bison cmake-full flex libtool makeinfo patchelf lsb-release zstd libzip-devel libcurl-devel libopenssl-devel ncurses-devel tack xz-devel; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
ENV SPACK_ROOT="/usr"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 1 15:19:46 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- Add usage label stating supported hosts
-------------------------------------------------------------------
Tue Jun 18 17:24:16 UTC 2024 - Dirk Mueller <dmueller@suse.com>