Uses of Class
io.fabric8.maven.docker.access.AuthConfig
-
-
Uses of AuthConfig in io.fabric8.maven.docker.access
Fields in io.fabric8.maven.docker.access declared as AuthConfig Modifier and Type Field Description static AuthConfigAuthConfig. EMPTY_AUTH_CONFIGMethods in io.fabric8.maven.docker.access with parameters of type AuthConfig Modifier and Type Method Description voidDockerAccess. pullImage(String image, AuthConfig authConfig, String registry, CreateImageOptions options)Pull an image from a remote registry and store it locally.voidDockerAccess. pushImage(String image, AuthConfig authConfig, String registry, int retries)Push an image to a registry. -
Uses of AuthConfig in io.fabric8.maven.docker.access.ecr
Methods in io.fabric8.maven.docker.access.ecr that return AuthConfig Modifier and Type Method Description AuthConfigEcrExtendedAuth. extendedAuth(AuthConfig localCredentials)Perform extended authentication.Methods in io.fabric8.maven.docker.access.ecr with parameters of type AuthConfig Modifier and Type Method Description AuthConfigEcrExtendedAuth. extendedAuth(AuthConfig localCredentials)Perform extended authentication. -
Uses of AuthConfig in io.fabric8.maven.docker.access.hc
Methods in io.fabric8.maven.docker.access.hc with parameters of type AuthConfig Modifier and Type Method Description voidDockerAccessWithHcClient. pullImage(String image, AuthConfig authConfig, String registry, CreateImageOptions options)voidDockerAccessWithHcClient. pushImage(String image, AuthConfig authConfig, String registry, int retries) -
Uses of AuthConfig in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service that return AuthConfig Modifier and Type Method Description AuthConfigRegistryService.RegistryConfig. createAuthConfig(boolean isPush, String user, String registry)Methods in io.fabric8.maven.docker.service with parameters of type AuthConfig Modifier and Type Method Description voidBuildXService. build(ProjectPaths projectPaths, ImageConfiguration imageConfig, AuthConfig authConfig)voidBuildXService. push(ProjectPaths projectPaths, ImageConfiguration imageConfig, AuthConfig authConfig) -
Uses of AuthConfig in io.fabric8.maven.docker.util
Methods in io.fabric8.maven.docker.util that return AuthConfig Modifier and Type Method Description AuthConfigAuthConfigFactory. createAuthConfig(boolean isPush, boolean skipExtendedAuth, Map authConfig, org.apache.maven.settings.Settings settings, String user, String registry)Create an authentication config object which can be used for communication with a Docker registry The authentication information is looked up at various places (in this order): From system properties From the provided map which can contain key-value pairs From the openshift settings in ~/.config/kube From the Maven settings stored typically in ~/.m2/settings.xml From the Docker settings stored in ~/.docker/config.json The following properties (prefix with 'docker.') and config key are evaluated: username: User to authenticate password: Password to authenticate.AuthConfigCredentialHelperClient. getAuthConfig(String registryToLookup) -
Uses of AuthConfig in io.fabric8.maven.docker.util.aws
Methods in io.fabric8.maven.docker.util.aws that return AuthConfig Modifier and Type Method Description AuthConfigAwsSdkAuthConfigFactory. createAuthConfig()
-