Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions stackspec/schema/StackSpecContainerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ properties:
- type:
- object
- "null"
required:
- args
properties:
use_disk:
type: boolean
description: If true, will skip using /dev/shm when building an image on factory, which is limited to `6.5GB`. Allows for building much larger images, up to `20GB`.
default: false
args:
description: A map of build arguments applied to the image at build time.
oneOf:
Expand Down