Files
moby/client/image_create_opts.go
2025-08-26 15:38:44 -05:00

8 lines
311 B
Go

package client
// ImageCreateOptions holds information to create images.
type ImageCreateOptions struct {
RegistryAuth string // RegistryAuth is the base64 encoded credentials for the registry.
Platform string // Platform is the target platform of the image if it needs to be pulled from the registry.
}