package
1.429.0
Repository: https://github.com/sap/jenkins-library.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ContainerImageNameFromImage returns the image name of a given docker reference.
ContainerImageNameTagFromImage provides the name & tag part of a full image name.
ContainerRegistryFromImage provides the registry part of a full image name.
ContainerRegistryFromURL provides the registry part of a complete registry url including the port.
CreateDockerConfigJSON creates / updates a Docker config.json with registry credentials.
ImageListWithFilePath compiles container image names based on all Dockerfiles found, considering excludes according to following search pattern: **/Dockerfile* Return value contains a map with image names and file path Examples for image names with imageName testImage * Dockerfile: `imageName` * sub1/Dockerfile: `imageName-sub1` * sub2/Dockerfile_proxy: `imageName-sub2-proxy`.
IsBinfmtMiscSupportedByHost checks if the hosts kernel does support binfmt_misc.
MergeDockerConfigJSON merges two docker config.json files.

# Structs

AuthEntry defines base64 encoded username:password required inside a Docker config.json.
Client defines an docker client object.
ClientOptions defines the options to be set on the client.
No description provided by the author

# Interfaces

Download interface for download an image to a local path.