forked from pool/apptainer
Accepting request 1065997 from network:cluster
- update to 1.1.6 with following changes: * Included a fix for CVE-2022-23538 which potentially leaked user credentials to a third-party S3 storage service when using the library:// protocol. See the https://github.com/sylabs/scs-library-client/security/advisories/GHSA-7p8m-22h4-9pj7 for details. * Make PS1 environment variable changeable via %environment section on definition file that used to be only changeable via APPTAINERENV_PS1 outside of container. This makes the container's prompt customizable. * Fix the passing of nested bind mounts when there are multiple binds separated by commas and some of them have colons separating sources and destinations. * Hide messages about SINGULARITY variables if corresponding APPTAINER variables are defined. Fixes a regression introduced in 1.1.4. * Print a warning if extra arguments are given to a shell action, and show in the run action usage that arguments may be passed. * Check for the existence of the runtime executable prefix, to avoid issues when running under Slurm's srun. If it doesn't exist, fall back to the compile-time prefix. * Increase the timeout on image driver (that is, FUSE) mounts from 2 seconds to 10 seconds. Instead, print an INFO message if it takes more than 2 seconds. * If a remote is defined both globally (i.e. system-wide) and individually, change apptainer remote commands to print an info message instead of exiting with a fatal error and to give precedence to the individual configuration. (forwarded request 1065996 from mslacken) OBS-URL: https://build.opensuse.org/request/show/1065997 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=14
This commit is contained in:
commit
1a2d3e9d67
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6ed14a02a5bb31cc75371d99309abca1d6aa6c5b04295e73a0701a26d0a31af
|
|
||||||
size 5186268
|
|
3
apptainer-1.1.6.tar.gz
Normal file
3
apptainer-1.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da5f3d54e636713d103f5b125e1a816b965f4de08a833f461ca64d9d319f37b9
|
||||||
|
size 5188018
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 15 09:01:08 UTC 2023 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
- update to 1.1.6 with following changes:
|
||||||
|
|
||||||
|
* Included a fix for CVE-2022-23538 which potentially leaked user credentials
|
||||||
|
to a third-party S3 storage service when using the library:// protocol. See
|
||||||
|
the https://github.com/sylabs/scs-library-client/security/advisories/GHSA-7p8m-22h4-9pj7
|
||||||
|
for details.
|
||||||
|
* Make PS1 environment variable changeable via %environment section on
|
||||||
|
definition file that used to be only changeable via APPTAINERENV_PS1
|
||||||
|
outside of container. This makes the container's prompt customizable.
|
||||||
|
* Fix the passing of nested bind mounts when there are multiple binds
|
||||||
|
separated by commas and some of them have colons separating sources and
|
||||||
|
destinations.
|
||||||
|
* Hide messages about SINGULARITY variables if corresponding APPTAINER
|
||||||
|
variables are defined. Fixes a regression introduced in 1.1.4.
|
||||||
|
* Print a warning if extra arguments are given to a shell action, and show in
|
||||||
|
the run action usage that arguments may be passed.
|
||||||
|
* Check for the existence of the runtime executable prefix, to avoid issues
|
||||||
|
when running under Slurm's srun. If it doesn't exist, fall back to the
|
||||||
|
compile-time prefix.
|
||||||
|
* Increase the timeout on image driver (that is, FUSE) mounts from 2 seconds
|
||||||
|
to 10 seconds. Instead, print an INFO message if it takes more than 2
|
||||||
|
seconds.
|
||||||
|
* If a remote is defined both globally (i.e. system-wide) and individually,
|
||||||
|
change apptainer remote commands to print an info message instead of
|
||||||
|
exiting with a fatal error and to give precedence to the individual
|
||||||
|
configuration.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 11 10:25:45 UTC 2023 - Christian Goll <cgoll@suse.com>
|
Wed Jan 11 10:25:45 UTC 2023 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Summary: Application and environment virtualization
|
|||||||
License: BSD-3-Clause-LBNL
|
License: BSD-3-Clause-LBNL
|
||||||
Group: Productivity/Clustering/Computing
|
Group: Productivity/Clustering/Computing
|
||||||
Name: apptainer
|
Name: apptainer
|
||||||
Version: 1.1.5
|
Version: 1.1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
# https://spdx.org/licenses/BSD-3-Clause-LBNL.html
|
# https://spdx.org/licenses/BSD-3-Clause-LBNL.html
|
||||||
URL: https://apptainer.org
|
URL: https://apptainer.org
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:dd1ee418aeb61d5a9679fe6517f01eebe313e5b8ae532b203aacd13be2bba92c
|
oid sha256:8e503b473a008cd681079b7b782ddace9e7dc7d1864b12be10b1d40eaf09350b
|
||||||
size 7349891
|
size 7350195
|
||||||
|
Loading…
x
Reference in New Issue
Block a user