You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/maintaining/tagging.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ and `markdown_piece(container)` method returns a piece of the build manifest.
84
84
:start-at: class AptPackagesManifest
85
85
```
86
86
87
-
-`quoted_output(container, cmd)` simply runs the command inside a container using `DockerRunner.run_simple_command` and wraps it to triple quotes to create a valid markdown piece.
87
+
-`quoted_output(container, cmd)` simply runs the command inside a container using `DockerRunner.exec_cmd` and wraps it to triple quotes to create a valid markdown piece.
88
88
It also adds the command which was run to the markdown piece.
89
89
-`manifests/` subdirectory contains all the manifests.
90
90
-`apps/write_manifest.py` is a Python executable to create the build manifest and history line for an image.
0 commit comments