Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Add maven goal to inject project properties for minikube docker-env #157

@loosebazooka

Description

@loosebazooka

Add a goal for minikube-maven-plugin to parse the result of minikube docker-env into maven project properties.

<execution>
  <id>read-minikube-docker-env</id>
  <goals>
    <goal>docker-env</goal>
  </goals>
</execution>

should read and inject the following into the project's properties

minikubeDockerEnv.DOCKER_TLS_VERIFY
minikubeDockerEnv.DOCKER_HOST
minikubeDockerEnv.DOCKER_CERT_PATH
minikubeDockerEnv.DOCKER_API_VERSION

Any plugin then interacting with a docker daemon can use these values directly in their configuration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions