Skip to content

Commit 3cb64f5

Browse files
document new defaults in images_build.py
Signed-off-by: Federico Rizzo <[email protected]>
1 parent a87861e commit 3cb64f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

podman/domain/images_build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ def build(self, **kwargs) -> tuple[Image, Iterator[bytes]]:
6363
isolation (str) – Isolation technology used during build. (ignored)
6464
use_config_proxy (bool) – (ignored)
6565
http_proxy (bool) - Inject http proxy environment variables into container (Podman only)
66-
layers (bool) - Cache intermediate layers during build.
66+
layers (bool) - Cache intermediate layers during build. Default True.
6767
output (str) - specifies if any custom build output is selected for following build.
6868
outputformat (str) - The format of the output image's manifest and configuration data.
69+
Default to "application/vnd.oci.image.manifest.v1+json" (OCI format).
6970
7071
Returns:
7172
first item is the podman.domain.images.Image built

0 commit comments

Comments
 (0)