Skip to content

Commit a5b1a66

Browse files
author
Omer Preminger
committed
CHANGELOG entry
1 parent 6323604 commit a5b1a66

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@
2727
builds, `--authfile` and other authentication options, and more. See the [user
2828
guide](https://docs.sylabs.io/guides/latest/user-guide/build_a_container.html#dockerfile)
2929
for more information.
30+
- Docker-style SCIF containers
31+
([https://sci-f.github.io/tutorial-preview-install](https://sci-f.github.io/tutorial-preview-install))
32+
are now supported. If the entrypoint of an OCI container is the `scif`
33+
executable, then the `run` / `exec` / `shell` commands in `--oci` mode can be
34+
given the `--app <appname>` flag, and will automatically invoke the relevant
35+
SCIF command. For example:
36+
`singularity run --oci --app myapp mycontainer.oci.sif arg1 arg2` will
37+
automatically run `scif run myapp arg1 arg2` inside the container. The
38+
`inspect --oci` command will also run `scif inspect`, or
39+
`scif inspect <appname>` if used with the `--app appname` flag.
3040

3141
### Bug Fixes
3242

0 commit comments

Comments
 (0)