package
0.0.0-20240820105950-e2ae3e13b129
Repository: https://github.com/denkhaus/magelib.git
Documentation: pkg.go.dev

# Functions

Build builds a Docker image.
Build as magelib.Cmd.
BuildWithArgs builds a Docker image with the specified build arguments and tags it with the given tag.
BuildWithArgs as magelib.Cmd.
BuildWithFile builds a Docker image using the specified Dockerfile and tags it with the given tag.
BuildWithFile as magelib.Cmd.
ContainerNameByLabel gets the name of a Docker container by its label.
ImageDigestLocal retrieves the digest of a Docker image with the given tag on the local machine.
ImageDigestRemote retrieves the digest of a Docker image with the given tag remotely.
IsImageAvailable checks if a Docker image is available on the local machine.
Push pushes a Docker image with the given tag.
PushCmd returns a magelib.Cmd that pushes a Docker image with the given tag.
PushOnDemand pushes a Docker image with the given tag only if the local and remote digests do not match.
PushOnDemandCmd returns a magelib.Cmd that pushes a Docker image with the given tag only if the local and remote digests do not match.
RemoveLocalImage removes a local Docker image.
RemoveLocalImage as magelib.Cmd.
RemoveUntaggedImages removes untagged Docker images.
RemoveUntaggedImages as magelib.Cmd.

# Variables

No description provided by the author
No description provided by the author