Documentation ¶
Index ¶
- Constants
- type Fetcher
- type Relocator
- type Uploader
- func (u *Uploader) UploadStackImages(keychain authn.Keychain, buildImageTag, runImageTag, dest string) (string, string, error)
- func (u *Uploader) UploadedBuildImageRef(keychain authn.Keychain, imageTag, dest string) (string, error)
- func (u *Uploader) UploadedRunImageRef(keychain authn.Keychain, imageTag, dest string) (string, error)
- func (u *Uploader) ValidateStackIDs(keychain authn.Keychain, buildImageTag, runImageTag string) (string, error)
Constants ¶
View Source
const ( IdLabel = "io.buildpacks.stack.id" RunImageName = "run" BuildImageName = "build" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Uploader ¶
func (*Uploader) UploadStackImages ¶
func (*Uploader) UploadedBuildImageRef ¶
func (*Uploader) UploadedRunImageRef ¶
Click to show internal directories.
Click to hide internal directories.