Uses of Interface
org.honton.chas.buildx.maven.plugin.config.ConnectionCfg
-
-
Uses of ConnectionCfg in org.honton.chas.buildx.maven.plugin
Classes in org.honton.chas.buildx.maven.plugin that implement ConnectionCfg Modifier and Type Class Description class
Containerfile
class
ImageGoal
image build goal base functionality -
Uses of ConnectionCfg in org.honton.chas.buildx.maven.plugin.buildx
Classes in org.honton.chas.buildx.maven.plugin.buildx that implement ConnectionCfg Modifier and Type Class Description class
ImageBuild
Create a container image from the Containerfile directions and files from context -
Uses of ConnectionCfg in org.honton.chas.buildx.maven.plugin.cmdline
Constructors in org.honton.chas.buildx.maven.plugin.cmdline with parameters of type ConnectionCfg Constructor Description Cmd(ConnectionCfg goal)
-
Uses of ConnectionCfg in org.honton.chas.buildx.maven.plugin.containerfile
Classes in org.honton.chas.buildx.maven.plugin.containerfile that implement ConnectionCfg Modifier and Type Class Description class
CreateContainerfile
Create a Containerfile. -
Uses of ConnectionCfg in org.honton.chas.buildx.maven.plugin.login
Classes in org.honton.chas.buildx.maven.plugin.login that implement ConnectionCfg Modifier and Type Class Description class
RegistryLogin
Set credentials for use when pushing to (or pulling from) registry. -
Uses of ConnectionCfg in org.honton.chas.buildx.maven.plugin.push
Classes in org.honton.chas.buildx.maven.plugin.push that implement ConnectionCfg Modifier and Type Class Description class
ImagePush
Push image to registry
-