[opam-commits] Passed: mirage/opam-repository#621 (dockerfile.1.0.0 - 7f7dbfe)
Travis CI
notifications at travis-ci.org
Fri Jan 2 20:24:01 GMT 2015
Build Update for mirage/opam-repository
-------------------------------------
Build: #621
Status: Passed
Duration: 5 minutes and 53 seconds
Commit: 7f7dbfe (dockerfile.1.0.0)
Author: Anil Madhavapeddy
Message: +dockerfile.1.0.0
[Docker](http://docker.com) is a Linux 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 <http://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.
- **HTML Documentation**: https://avsm.github.io/ocaml-dockerfile
- **Source:**: https://github.com/avsm/ocaml-dockerfile
- **Issues**: https://github.com/avsm/ocaml-dockerfile/issues
- **Email**: <mirageos-devel at lists.xenproject.org>
View the changeset: https://github.com/mirage/opam-repository/compare/451c185843e3^...7f7dbfeebf52
View the full build log and details: https://travis-ci.org/mirage/opam-repository/builds/45715914
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ocaml.org/pipermail/opam-commits/attachments/20150102/ed47e165/attachment.html>
More information about the Opam-commits
mailing list