1. 17 6月, 2017 1 次提交
  2. 16 6月, 2017 1 次提交
  3. 14 6月, 2017 2 次提交
  4. 09 6月, 2017 1 次提交
  5. 31 5月, 2017 1 次提交
  6. 12 5月, 2017 1 次提交
  7. 10 5月, 2017 1 次提交
  8. 05 5月, 2017 1 次提交
    • M
      Fix release-iso makefile rule · 8d428a75
      Matt Rickard 提交于
      Remove the dependency on cross from checksum.  This means that checksum
      can be called without all binaries being built, but no checksums will
      be generate for those binaries.
      8d428a75
  9. 04 5月, 2017 1 次提交
  10. 03 5月, 2017 1 次提交
    • T
      minikube-iso: Use buildroot branch 2017-02 (#1412) · 23660cb1
      Thomas Graf 提交于
      This rebases minikube-iso to the release 2017-02.
      
      A change in buildroot required the introduction of a `external.desc` as
      multiple external trees are supported in modern buildroot versions. This
      required change is described here [0].
      
      [0] https://buildroot.org/downloads/manual/manual.html#br2-external-converting
      
      The existing isolinux.cfg was not included in the config and thus
      ignored, include it.
      
      The 4.9.13 kernel included in buildroot 2017-02 is not compatible with
      VBox guest additions 5.1.6, thus bump guest additions to 5.1.18.
      
      The defconfig of 4.9.13 has been cleaned up.
      
      systemd 232 included in buildroot 2017-02 is incompatible with docker <
      17.03 without boot parameter systemd.legacy_systemd_cgroup_controller=yes
      Signed-off-by: NThomas Graf <tgraf@suug.ch>
      23660cb1
  11. 02 5月, 2017 1 次提交
  12. 08 4月, 2017 1 次提交
  13. 07 4月, 2017 1 次提交
  14. 24 3月, 2017 1 次提交
    • M
      Dockerized build: · eacc3267
      Maxime Vidori 提交于
      	$ make buildroot-image
      	$ make out/minikube.iso
      
      - Add en entry in the Makefile for building the container: buildroot-image
      - Modify the minikube-iso target to out/minikube.iso to comply with the way
      makefiles work.
      - Also force the use of a docker container. If not needed
      just run IN_DOCKER=1 make out/minikube.iso to avoid the invokation of a docker
      container.
      - Add some doc.
      - The tag added to the generated image will allow to bypass the build of the
      image as soon as the container is pushed to the minikube registry.
      eacc3267
  15. 03 3月, 2017 3 次提交
  16. 25 2月, 2017 2 次提交
  17. 23 2月, 2017 2 次提交
  18. 17 2月, 2017 1 次提交
  19. 15 2月, 2017 2 次提交
  20. 07 2月, 2017 1 次提交
    • M
      Add LocalClient to bypass RPC for drivers · b9a115b3
      Matt Rickard 提交于
      This adds a new libmachine API implementation that skips RPC and instead
      uses a vendored in driver directly.  This removes the need to download a
      separate driver binary.  Currently, only the "core" drivers, and kvm are
      supported as vendored in.  This means that xhyve is the only driver that
      requires a separate binary for now.
      b9a115b3
  21. 04 2月, 2017 1 次提交
    • M
      Add release-iso Makefile rule · a080737e
      Matt Rickard 提交于
      This also tracks the ISO version in the makefile and passes it with
      ldflags to automatically bump the default version in the minikube
      binary.
      a080737e
  22. 03 2月, 2017 1 次提交
  23. 02 2月, 2017 1 次提交
  24. 11 1月, 2017 1 次提交
  25. 10 1月, 2017 1 次提交
    • D
      Fix makefile target · f74bfdb4
      dlorenc 提交于
      This allows us to use vendored dependencies inside the minikube/cmd/main.go file.
      f74bfdb4
  26. 15 12月, 2016 1 次提交
  27. 08 12月, 2016 1 次提交
  28. 06 12月, 2016 1 次提交
  29. 02 12月, 2016 1 次提交
  30. 30 11月, 2016 1 次提交
  31. 17 11月, 2016 1 次提交
    • C
      Use correct binary name in .deb package · 817e9ea3
      Cedric Ziel 提交于
      Before this change, the binary was named `minikube-linux-amd64`,
      which is the platform specific artifact name.
      
      When installed through the .deb package, a user expects to have
      the `minikube` directly on the `$PATH`.
      
      This change populates the binary as `minikube` in the resulting .deb file.
      817e9ea3
  32. 05 11月, 2016 1 次提交
    • M
      Update minikube-iso makefile target · c684ce53
      Matt Rickard 提交于
      The makefile was slightly broken for minikube-iso.  Since it && all the
      commands to check if buildroot, the git clone failed if the buildroot
      folder already existed and broke the target.  I put this logic in a
      conditional.
      c684ce53
  33. 03 11月, 2016 1 次提交
  34. 01 11月, 2016 1 次提交