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
-`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.
86
92
It also adds the command which was run to the markdown piece.
87
93
-`manifests/` subdirectory contains all the manifests.
88
94
-`apps/write_manifest.py` is a Python executable to create the build manifest and history line for an image.
89
95
90
-
###Images Hierarchy
96
+
## Images Hierarchy
91
97
92
98
All images' dependencies on each other and what taggers and manifest are applicable to them are defined in `hierarchy/images_hierarchy.py`.
0 commit comments