Versions in this module Expand all Collapse all v0 v0.18.0 Nov 8, 2018 v0.17.0 Oct 26, 2018 Changes in this version + const VERSION + type AzureAccountConfig struct + AccessToken string + Subscription string + type AzureBlobStorage struct + Buffer *bytes.Buffer + UploadURL string + func NewBlobStorage(url string) AzureBlobStorage + func (s AzureBlobStorage) UploadFileToBlob() error + type BearerAuthorizer struct + func (b BearerAuthorizer) WithAuthorization() autorest.PrepareDecorator + type Builder struct + func NewBuilder(cfg *latest.AzureContainerBuild) *Builder + func (b *Builder) Build(ctx context.Context, out io.Writer, tagger tag.Tagger, ...) ([]build.Artifact, error) + func (b *Builder) Labels() map[string]string + func (b Builder) NewRegistriesClient() (*cr.RegistriesClient, error)