GoogleContainerTools / minikube-build-tools-for-java

Minikube lifecycle management tools for Gradle and Maven.
Apache License 2.0
57 stars 27 forks source link

Consider separating cache package from rest of registry/image-related packages #90

Closed coollog closed 6 years ago

coollog commented 6 years ago

The intention is to keep the registry client completely decoupled from any other parts of the code. Therefore, the registry client and its dependencies should live in its own package.

The new package tree should look like:

.cache
.registry
  .http, .image, .blob, etc.
  .client (the original registry package)
coollog commented 6 years ago

Moved to https://github.com/google/jib/issues/14