| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Cook.BuildFile
Documentation
Constructors
| BuildFile | |
Fields | |
Constructors
| BuildBaseDocker DockerImage | |
| BuildBaseCook BuildFileId |
data DockerCommand Source
Constructors
| DockerCommand | |
Fields
| |
Instances
parseBuildFile :: CookConfig -> FilePath -> IO (Either String BuildFile) Source
buildTxScripts :: FilePath -> BuildFile -> IO (Vector DockerCommand, SHA1) Source
copyTarAndUnpack :: FilePath -> FilePath -> [DockerCommand] Source
data FilePattern Source
Instances
matchesFilePattern :: FilePattern -> FilePath -> Bool Source
parseBuildFileText :: CookConfig -> FilePath -> Text -> IO (Either String BuildFile) Source