-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New command: build
to build images using minikube
#11164
Commits on Apr 21, 2021
-
Add initial re-implementation of the build command
Currently only handles tarballs, not directories
Configuration menu - View commit details
-
Copy full SHA for af5828d - Browse repository at this point
Copy the full SHA af5828dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a274482 - Browse repository at this point
Copy the full SHA a274482View commit details -
Add support for build directory and Dockerfile
Will create a temporary tarball, if given a dir Some code from github.com/fsouza/go-dockerclient (but not exported as a library, for some reason) Upgrade docker client and cherry-pick windows From v18.09.0 to v19.03.15, plus c3a0a37446 Update go-dockerclient and remove internal deps
Configuration menu - View commit details
-
Copy full SHA for 9ef5d25 - Browse repository at this point
Copy the full SHA 9ef5d25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f26e4b - Browse repository at this point
Copy the full SHA 6f26e4bView commit details -
Move minikube build cmd to minikube image build
Use the long name also for examples and usage
Configuration menu - View commit details
-
Copy full SHA for 6cfbf2c - Browse repository at this point
Copy the full SHA 6cfbf2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 844c696 - Browse repository at this point
Copy the full SHA 844c696View commit details -
Configuration menu - View commit details
-
Copy full SHA for c94a6d7 - Browse repository at this point
Copy the full SHA c94a6d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f670368 - Browse repository at this point
Copy the full SHA f670368View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22150fb - Browse repository at this point
Copy the full SHA 22150fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8a8788 - Browse repository at this point
Copy the full SHA a8a8788View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b4267 - Browse repository at this point
Copy the full SHA 02b4267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40cbe65 - Browse repository at this point
Copy the full SHA 40cbe65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f9958f - Browse repository at this point
Copy the full SHA 9f9958fView commit details -
Configuration menu - View commit details
-
Copy full SHA for db203cd - Browse repository at this point
Copy the full SHA db203cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c961190 - Browse repository at this point
Copy the full SHA c961190View commit details -
Configuration menu - View commit details
-
Copy full SHA for 947e31a - Browse repository at this point
Copy the full SHA 947e31aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e230f02 - Browse repository at this point
Copy the full SHA e230f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9516122 - Browse repository at this point
Copy the full SHA 9516122View commit details -
Configuration menu - View commit details
-
Copy full SHA for c715324 - Browse repository at this point
Copy the full SHA c715324View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7e0777 - Browse repository at this point
Copy the full SHA f7e0777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 943561b - Browse repository at this point
Copy the full SHA 943561bView commit details
Commits on Apr 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a5f835b - Browse repository at this point
Copy the full SHA a5f835bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c40d1 - Browse repository at this point
Copy the full SHA 93c40d1View commit details
Commits on Apr 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c9a0a7a - Browse repository at this point
Copy the full SHA c9a0a7aView commit details -
Use canonical names for the functional test images
And add some cleanup and improved logging as well
Configuration menu - View commit details
-
Copy full SHA for 5d8d3d3 - Browse repository at this point
Copy the full SHA 5d8d3d3View commit details -
url.Parse treats DOS volumes as URL schemes
So need to be on the lookout for "C:\\path"
Configuration menu - View commit details
-
Copy full SHA for d508459 - Browse repository at this point
Copy the full SHA d508459View commit details -
Support building a path local to the machine
Using file: scheme means build local context
Configuration menu - View commit details
-
Copy full SHA for 96e199c - Browse repository at this point
Copy the full SHA 96e199cView commit details -
The docker container runtime doesn't show name
It hides the docker.io and the "library" parts
Configuration menu - View commit details
-
Copy full SHA for 4d0c0c6 - Browse repository at this point
Copy the full SHA 4d0c0c6View commit details