package
Version:
v1.9.11
Opens a new window with list of versions in this module.
Published: Apr 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Build struct {
Push Push `json:"push,omitempty"`
Docker Docker `json:"docker,omitempty"`
}
Build defines the build section of AppFile
type Docker struct {
File string `json:"file"`
Context string `json:"context"`
}
Docker defines the docker build section
type Push struct {
Local string `json:"local,omitempty"`
Registry string `json:"registry,omitempty"`
}
Push defines where to push your image
Source Files
¶
Click to show internal directories.
Click to hide internal directories.