| Safe Haskell | Safe | 
|---|---|
| Language | Haskell2010 | 
Language.Dockerfile.EDSL.Types
Documentation
data EBaseImage Source #
Constructors
| EUntaggedImage String | |
| ETaggedImage String String | |
| EDigestedImage String ByteString | 
Instances
data EInstruction next Source #
Constructors
| From EBaseImage next | |
| Add Source Destination next | |
| User String next | |
| Label Pairs next | |
| StopSignal String next | |
| Copy Source Destination next | |
| RunArgs Arguments next | |
| CmdArgs Arguments next | |
| Workdir Directory next | |
| Expose Ports next | |
| Volume String next | |
| EntrypointArgs Arguments next | |
| Maintainer String next | |
| Env Pairs next | |
| Arg String next | |
| Comment String next | |
| OnBuildRaw Instruction next | |
| Embed [InstructionPos] next | 
Instances