Skip to content

Commit

Permalink
CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Preminger committed Nov 14, 2023
1 parent 1340fa6 commit cd9d098
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@
builds, `--authfile` and other authentication options, and more. See the [user
guide](https://docs.sylabs.io/guides/latest/user-guide/build_a_container.html#dockerfile)
for more information.
- Docker-style SCIF containers
([https://sci-f.github.io/tutorial-preview-install](https://sci-f.github.io/tutorial-preview-install))
are now supported. If the entrypoint of an OCI container is the `scif`
executable, then the `run` / `exec` / `shell` commands in `--oci` mode can be
given the `--app <appname>` flag, and will automatically invoke the relevant
SCIF command. For example:
`singularity run --oci --app myapp mycontainer.oci.sif arg1 arg2` will
automatically run `scif run myapp arg1 arg2` inside the container. The
`inspect --oci` command will also run `scif inspect`, or
`scif inspect <appname>` if used with the `--app appname` flag.

### Bug Fixes

Expand Down

0 comments on commit cd9d098

Please sign in to comment.