U fh • / / / • / C 3 A • 3 - go • 33 B • A / E L fh_ I eky v y L co • 3 A E • AD : 3 : k U co • am 3 : b ::/ / fh_ I CCC E /0 A 3 A 3 A 3 3 A E. : k L cng 3 A E
# ENTRYPOINT only - run entrypoint plus args if [ -z "$OCI_CMD" ] && [ -n "$OCI_ENTRYPOINT" ]; then SINGULARITY_OCI_RUN="${OCI_ENTRYPOINT} $@" fi # CMD only - run CMD or override with args if [ -n "$OCI_CMD" ] && [ -z "$OCI_ENTRYPOINT" ]; then if [ $# -gt 0 ]; then SINGULARITY_OCI_RUN="$@" else SINGULARITY_OCI_RUN="${OCI_CMD}" fi fi # ENTRYPOINT and CMD - run ENTRYPOINT with CMD as default args # override with user provided args if [ $# -gt 0 ]; then SINGULARITY_OCI_RUN="${OCI_ENTRYPOINT} $@" else SINGULARITY_OCI_RUN="${OCI_ENTRYPOINT} ${OCI_CMD}" fi eval ${SINGULARITY_OCI_RUN}
to open source • SingularityPRO is to Singularity as RHEL is to Fedora • LTS for several releases • Stability through backported bug fixes and features • Security though advanced security patches • Full access to Sylabs cloud infrastructure and option for on-prem hosting