GoogleContainerTools / minikube-build-tools-for-java

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

Adds build steps for pushing the base image layers. #107

Closed coollog closed 6 years ago

coollog commented 6 years ago

Steps 4 and 5 of #60 .

These build steps will eventually go into the full build process. In this PR, the build steps that are added are:

  1. Get credentials to push to the target registry.
  2. Push the base image layers to the target registry.