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 pulling the base image. #105

Closed coollog closed 6 years ago

coollog commented 6 years ago

Steps 1, 2, and 3 of #60

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

  1. Authenticate pull base image.
  2. Pull the base image manifest.
  3. Pull the base image layers.
coollog commented 6 years ago

@loosebazooka Good to go?