package
0.0.0-20230620015642-8705ae581d71
Repository: https://github.com/rohitramu/kpm.git
Documentation: pkg.go.dev

# Functions

BuildImage builds a new docker image by making a call to the Docker daemon.
DeleteImage deletes a local Docker image.
ExtractImageContents extracts files and directories from a Docker image, and copies them to the local KPM repository.
GetDockerfilePath returns the path of the Dockerfile to use.
GetImageName creates a new image name based on the Docker repository, package name and resolved package version.
No description provided by the author
PullImage pulls a Docker image from a remote Docker registry.
PushImage pushes a Docker image to a remote Docker registry.

# Constants

DefaultDockerRegistry is the default registry to use (Docker Hub).
DockerfileRootDir is the root directory to use when building or copying from a Docker image.