Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModeFast = iota ModeSlow )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
func Resolve ¶
Resolve determines the source AMI and build mode. If builderImage is provided:
- If it looks like an AMI ID (ami-*), use it directly with slow mode
- Otherwise treat it as a name pattern and look it up
If builderImage is empty, try the fast path (easyto builder AMI matching the given version) and fall back to slow path (Debian) if not found.
Click to show internal directories.
Click to hide internal directories.