package dockerfile-opam
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=c862934be41936d65fbf7ca89d8699adc3deb22d0fb4e0e0e8505342a107c5ab
sha512=a5300fd66567c02b3987801f1905a3d15f1f7217d3c83ff70a1190520c3a000ef256541d3b471df26be52e245c187b4f12e20c5bb6e6f033a1a185cd5c96428b
Description
This library provides a typed OCaml interface to generating Dockerfiles programmatically without having to resort to lots of shell scripting and awk/sed-style assembly.
The opam subpackage provides opam and Linux-specific distribution support for generating dockerfiles.
README
dockerfile — Dockerfile eDSL and distribution support
%%VERSION%%
Docker is a container manager that can build images automatically by reading the instructions from a Dockerfile
. A Dockerfile is a text document that contains all the commands you would normally execute manually in order to build a Docker image. By calling docker build
from your terminal, you can have Docker build your image step-by-step, executing the instructions successively. Read more at https://docker.com.
This library provides a typed OCaml interface to generating Dockerfiles programmatically without having to resort to lots of shell scripting and awk/sed-style assembly.
ocaml-dockerfile is distributed under the ISC license.
HTML Documentation: https://www.ocurrent.org/ocaml-dockerfile/;
Issues: https://github.com/ocurrent/ocaml-dockerfile/issues;
Email: anil@recoil.org.
Installation
dockerfile can be installed with opam
:
opam install dockerfile
opam install dockerfile-opam
opam install dockerfile-cmd
The dockerfile-opam
package includes modules for OPAM- and Linux-specific Dockerfile generation, such as common distributions.
If you don't use opam
consult the opam
file for build instructions.
Dependencies (7)
- sexplib
-
ppx_sexp_conv
>= "v0.9.0"
-
ocaml-version
>= "3.5.0"
-
fmt
>= "0.8.7"
-
dockerfile
= version
- astring
-
dune
>= "3.0"
Dev Dependencies (1)
-
odoc
with-doc
Used by (1)
-
dockerfile-cmd
< "6.6.0" | = "8.2.2"