Commit Graph

14827 Commits (30d659c635cacda10795962efba00cb798b664d7)

Author SHA1 Message Date
Medya Ghazizadeh 30d659c635
Merge pull request #11055 from afbjorklund/kic-os-update
Update kicbase base image
2021-04-24 21:09:32 -07:00
Medya Ghazizadeh 41bbb4f6c5
Merge pull request #11164 from afbjorklund/build-rebase
Add re-implementation of the build command
2021-04-24 21:03:30 -07:00
Medya Ghazizadeh f854a086b1
Merge pull request #11158 from spowelljr/addLogFileToGithubIssue
Add log file to GitHub issue output
2021-04-24 09:52:45 -07:00
Steven Powell a669ebb53e added back emojis 2021-04-23 16:07:50 -07:00
Medya Ghazizadeh d1b09893e7
Merge pull request #11176 from prezha/fix-cleanup-and-timeout
fix flake integration tests: cleanups and timeouts
2021-04-23 15:51:34 -07:00
Anders F Björklund 4d0c0c6b25 The docker container runtime doesn't show name
It hides the docker.io and the "library" parts
2021-04-23 23:42:39 +02:00
Anders F Björklund 96e199c442 Support building a path local to the machine
Using file: scheme means build local context
2021-04-23 23:31:45 +02:00
Predrag Rogic 79ba91cd44
fix flake integration tests: cleanups and timeouts 2021-04-23 22:19:59 +01:00
Anders F Björklund d50845903f url.Parse treats DOS volumes as URL schemes
So need to be on the lookout for "C:\\path"
2021-04-23 23:04:30 +02:00
Medya Ghazizadeh 6f97066217
Merge pull request #11095 from ilya-zuyev/ilyaz/preloads_jenkins_job
Move preload generation to Jenkins
2021-04-23 13:25:18 -07:00
Medya Ghazizadeh 320b5febeb
Merge pull request #11080 from afbjorklund/go9p-uint32
Check for uint32 overflow in go9p third party
2021-04-23 13:25:00 -07:00
Medya Ghazizadeh aa1e96ecb6
Merge pull request #11132 from afbjorklund/preload-checksum
Add checksum to the preload tarball download
2021-04-23 13:18:43 -07:00
Anders F Björklund 5d8d3d3e55 Use canonical names for the functional test images
And add some cleanup and improved logging as well
2021-04-23 22:00:17 +02:00
Medya Ghazizadeh d772101fd5
Merge pull request #11168 from afbjorklund/canonical-name
Use canonical image name if one exists remotely
2021-04-23 12:23:35 -07:00
Medya Ghazizadeh 813c2fd57a
Merge pull request #11173 from kubernetes/revert-11118-containerd-ingress
Revert "ci: mkcmp: skip testing ingress for containerd"
2021-04-23 12:16:05 -07:00
Medya Ghazizadeh 5fe8b45173
Merge pull request #11172 from kubernetes/medyagh-patch-5
Update guide.en.md
2021-04-23 12:15:09 -07:00
Medya Ghazizadeh cf79f775f4
Revert "ci: mkcmp: skip testing ingress for containerd" 2021-04-23 12:12:25 -07:00
Medya Ghazizadeh d749989b45
Update guide.en.md 2021-04-23 11:57:48 -07:00
Medya Ghazizadeh 0022c275c3
Merge pull request #11167 from andriyDev/VersionCommandFix
Change 'minikube version --short' to only print the version without a prompt.
2021-04-23 11:34:12 -07:00
Anders F Björklund c9a0a7a8aa Move the BuildImage test over to functional test 2021-04-23 17:50:02 +02:00
Anders F Björklund 13e1e15caa Don't parse again if the image name didn't change 2021-04-22 19:26:32 +02:00
Anders F Björklund dc5d69e792 Don't check local or canonical images with remote 2021-04-22 19:19:26 +02:00
Anders F Björklund b16799b29c Use canonical image name if one exists remotely
When adding an image to the cache, check if it exists remote.
If it does, then use the canonical name when saving to cache.

If not checking with the remote registry, or it doesn't exist,
then use the short name when saving to cache - like before...
2021-04-22 18:10:56 +02:00
Anders F Björklund 93c40d1f31 Make sure to start buildkit socket for containerd 2021-04-22 09:02:42 +02:00
Anders F Björklund a5f835bb02 Add skeleton for minikube image integration test 2021-04-22 08:53:34 +02:00
Andriy Dzikh 810f7ab108 Change 'minikube version --short' to only print the version without a prompt. 2021-04-21 19:01:55 -07:00
Steven Powell 68171b4dbe improved failure messages 2021-04-21 16:57:09 -07:00
Steven Powell cd93ee9eb4 added message to box 2021-04-21 16:43:06 -07:00
Anders F Björklund 98d2389a3d Log error from getting the preload checksum 2021-04-21 21:46:09 +02:00
Anders F Björklund 943561b24d Clean up the order of the image commands 2021-04-21 20:26:28 +02:00
Anders F Björklund f7e07770c0 Clean up duplicated function etc after merge 2021-04-21 20:26:28 +02:00
Anders F Björklund c7153247f9 Regenerate documentation for the unit test 2021-04-21 20:26:28 +02:00
Anders F Björklund 9516122d70 Add example parameters to the usage help text 2021-04-21 20:26:28 +02:00
Anders F Björklund e230f023a0 Address lint append suggestions from gocritic 2021-04-21 20:26:28 +02:00
Anders F Björklund 947e31aead Add git url support to containerd runtime 2021-04-21 20:26:28 +02:00
Anders F Björklund c961190ed8 Allow passing environ and options to build 2021-04-21 20:26:28 +02:00
Anders F Björklund db203cd0e2 Allow building tarball from stdin stream 2021-04-21 20:26:28 +02:00
Anders F Björklund 9f9958f7ea Allow building image from an url as well 2021-04-21 20:26:28 +02:00
Anders F Björklund 40cbe652ea Improve comments and remove docker daemon 2021-04-21 20:26:28 +02:00
Anders F Björklund 02b4267fd0 Add option for pushing image to registry 2021-04-21 20:26:28 +02:00
Anders F Björklund a8a8788c11 Don't fail when the default file is passed 2021-04-21 20:26:28 +02:00
Anders F Björklund 22150fbf98 Don't add build context to the default file 2021-04-21 20:26:28 +02:00
Anders F Björklund f670368023 Move absolute file path handling to machine 2021-04-21 20:26:28 +02:00
Anders F Björklund c94a6d7968 Make sure to pass any file param to build 2021-04-21 20:26:28 +02:00
Anders F Björklund 844c6965cc Make sure to show output from build cmd 2021-04-21 20:26:28 +02:00
Anders F Björklund 6cfbf2cc3d Move minikube build cmd to minikube image build
Use the long name also for examples and usage
2021-04-21 20:26:28 +02:00
Anders F Björklund 6f26e4b8ec Generate documentation for the build command 2021-04-21 20:26:28 +02:00
Anders F Björklund 9ef5d255d2 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
2021-04-21 20:26:06 +02:00
Medya Ghazizadeh 24a759fb51
Merge pull request #11114 from Nordix/increase-kvm2-virsh-timeout-ctx
Increase timeout value in kvm2 driver validation to 6 seconds
2021-04-21 11:22:45 -07:00
Anders F Björklund a2744827c3 Add some basic support for setting the image tag 2021-04-21 19:56:58 +02:00