Documentation ¶
Index ¶
- Variables
- func DisplayFromImageBuildResponse(w io.Writer, response types.ImageBuildResponse) error
- func GenerateAndAddDockerfileToTar(tw *tar.Writer, dockerfileTarPath, fromImage string, runCommands []string, ...) error
- func ReadTarFromImageBuildResponse(tarWriter io.Writer, buildLogWriter io.Writer, ...) error
- func RemoveImagesByLabels(ctx context.Context, cli *client.Client, labels map[string]string) error
- func ValidateImageNameWithDigest(imageName string) error
- type DockerfileOpts
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrImageNameWithoutRequiredDigest = errors.New("the image name must contain an digest \"REPO[:TAG]@DIGEST\" (e.g. \"ubuntu:18.04@sha256:538529c9d229fb55f50e6746b119e899775205d62c0fc1b7e679b30d02ecb6e8\")")
Functions ¶
func DisplayFromImageBuildResponse ¶
func DisplayFromImageBuildResponse(w io.Writer, response types.ImageBuildResponse) error
func RemoveImagesByLabels ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.