Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildWrappedImage ¶
func BuildWrappedImage(args *BuildWrappedImageArgs) (string, error)
Build a wrapped image on the current machine inline
Types ¶
type BuildWrappedImageArgs ¶
type Image ¶
type Image struct {
pulumi.ResourceState
Name string
DockerImage *docker.RegistryImage
}
func NewLocalImage ¶
func NewLocalImage(ctx *pulumi.Context, name string, args *LocalImageArgs, opts ...pulumi.ResourceOption) (*Image, error)
func (*Image) URI ¶
func (d *Image) URI() pulumi.StringOutput
type ImageArgs ¶
type ImageArgs struct {
SourceImage string
Runtime []byte
RepositoryUrl pulumi.StringInput
}
type ImageInspect ¶
func CommandFromImageInspect ¶
func CommandFromImageInspect(sourceImage string, delimeter string) (*ImageInspect, error)
Gets the command from the source image and returns as a comma separated string
type LocalImageArgs ¶
type LocalImageArgs struct {
SourceImage string
SourceImageID string
RepositoryUrl pulumi.StringInput
}
type WrappedBuildInput ¶
Click to show internal directories.
Click to hide internal directories.