Documentation ¶
Overview ¶
Package apps [apps-plugin] provides the functions which are necessary for adding SCI-F apps support to Singularity 3.0.0. In 3.1.0+, this package will be able to be built standalone as a plugin so it will be maintainable separately from the core Singularity functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Name string Install string Files string Env string Test string Help string Run string Start string Labels string }
App stores the deffile sections of the app
type BuildApp ¶
BuildApp is the type which the build system can use to build an app in a bundle
func (*BuildApp) HandleBundle ¶
HandleBundle is a hook where we can modify the bundle
func (*BuildApp) HandlePost ¶
HandlePost returns a script that should run after %post
func (*BuildApp) HandleSection ¶
HandleSection receives a string of each section from the deffile
Click to show internal directories.
Click to hide internal directories.