summary refs log tree commit diff
path: root/doc/builders/images
Commit message (Collapse)AuthorAge
* doc: prepare for commonmarkJan Tojnar2021-06-07
| | | | | | | | | | | | | | We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags.
* doc/builders/images/*.xml: Convert to markdownBobby Rong2021-04-24
|
* Merge pull request #116749 from vroad/docker-layered-image-fakerootRobert Hensing2021-04-07
|\ | | | | dockerTools.streamLayeredImage: add fakeRootCommands option
| * dockerTools.streamLayeredImage: Update documentationvroad2021-03-24
| | | | | | Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
| * dockerTools.streamLayeredImage: document fakeRootCommandsvroad2021-03-19
| |
* | Merge pull request #108917 from bryanasdev000/doc-ocitoolsRyan Mulligan2021-03-31
|\ \ | | | | | | ocitools: Update doc to use CommonMark
| * | doc/builders/images/ocitools.xml: Convert to markdownBryan A. S2021-03-22
| |/ | | | | | | Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* | Merge pull request #115857 from lbpdt/feature/docker-tools-layered-base-imageBenjamin Hipple2021-03-23
|\ \ | |/ |/| dockerTools.buildLayeredImage: support fromImage
| * dockerTools.buildLayeredImage: support fromImageLouis Blin2021-03-23
| | | | | | | | | | | | | | | | | | | | It is now possible to pass a `fromImage` to `buildLayeredImage` and `streamLayeredImage`, similar to what `buildImage` currently supports. This will prepend the layers of the given base image to the resulting image, while ensuring that at most `maxLayers` are used. It will also ensure that environment variables from the base image are propagated to the final image.
* | Remove repeating words from docFlorian Engel2021-03-14
|/
* doc: remove unnecessary \ escapes in dockertools.section.mdBenjamin Hipple2021-03-09
| | | | | These pollute the plain text and, after re-running `nix-build` and looking at the result, do not appear to have any impact on the rendered version.
* doc/builders/images/dockertools.section.md: Fix link labelsRobert Hensing2021-03-04
|
* doc/builders/images/dockertools.section.md: Fix anchor errorsBryan A. S2021-03-04
| | | | | | Also change note notation Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* doc/builders/images/dockertools.section.md: Indent nix codeBryan A. S2021-03-04
| | | | Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* doc/builders/images/dockertools.xml: Convert to markdown and start improvementsBryan A. S2021-03-04
| | | | | | Need to verify things like `error: IDREF "" without matching ID` and `::: {.note}` Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* doc: Improve code listingsJan Tojnar2020-09-23
| | | | By adding prompts and removing unnecessary indentation.
* Add docs for dockerTools.streamLayeredImageSteve Purcell2020-06-22
|
* treewide: per RFC45, remove more unquoted URLsPavol Rusnak2020-04-18
|
* doc/ociTools: exec is a shell builtin, not an external commandedef2020-02-16
|
* doc: Fix callout reference in appimagetoolsadisbladis2020-01-23
|
* dockerTools: the API has basically never changedGraham Christensen2019-12-16
|
* doc: move image builders into new images chapterFrederik Rietdijk2019-10-21