Skip to content

Commit

Permalink
Adapt documentation for #222
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Jul 21, 2015
1 parent f236da0 commit c76679f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

* **0.13.3**
- Allow dangling images to be cleaned up after build (#20)

- Adapt order of WORKDIR and RUN when building images (#222)

* **0.13.2**
- "run" directives can be added to the Dockerfile (#191)
- Support user information in wait URL (#211)
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ of an image configuration. The available subelements are
image is to be tagged after the build.
* **maintainer** specifies the author (MAINTAINER) field for the generated image
* **run** specifies commands to be run during the build process. It contains **run** elements
which are passed to bash. The run commands are inserted right after the assembly but before **workdir** in to the
which are passed to bash. The run commands are inserted right after the assembly and after **workdir** in to the
Dockerfile. This tag is not to be confused with the `<run>` section for this image which specifies the runtime
behaviour when starting containers.
* **cleanup** indicates if dangling (untagged) images should be cleaned up during each build. Default is `true`
Expand Down

0 comments on commit c76679f

Please sign in to comment.