Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Environment ¶
type Environment struct {
updateaction.Environment
}
func (*Environment) NewUpdater ¶
func (c *Environment) NewUpdater(root string) updater.Updater
type Interpolation ¶
Interpolation attempts to interpolate a variable Dockerfile string Easily fooled by duplicate ARGs
func NewInterpolation ¶
func NewInterpolation(parsed *parser.Result) *Interpolation
func (*Interpolation) Interpolate ¶
func (i *Interpolation) Interpolate(s string) string
type RemoteTagLister ¶ added in v0.0.6
type RemoteTagLister struct {
// contains filtered or unexported fields
}
func NewRemoteTagLister ¶ added in v0.0.6
func NewRemoteTagLister() *RemoteTagLister
type Updater ¶
type Updater struct {
// contains filtered or unexported fields
}
func NewUpdater ¶
func NewUpdater(root string, opts ...UpdaterOpt) *Updater
func (*Updater) ApplyUpdate ¶
func (*Updater) Dependencies ¶
type UpdaterOpt ¶ added in v0.0.6
type UpdaterOpt func(*Updater)
func WithTagsLister ¶ added in v0.0.6
func WithTagsLister(tags TagLister) UpdaterOpt
Click to show internal directories.
Click to hide internal directories.