Commit Graph

10 Commits (master)

Author SHA1 Message Date
Steven Powell c1f8377a91 CI: Fix LegacyKeyValueFormat warning when building images 2024-10-14 15:07:33 -05:00
Chris Kannon 320c41f80e Added version.json to kicbase image and version validation to start.go.
Added CHANGELOG to kicbase and ISO.
Updated gh to latest version 2.18.1.
2022-11-02 14:17:41 -04:00
Steven Powell 9f856abb8f update base images 2022-07-01 11:00:29 -07:00
klaases a9051b8e05 Working prototype of minikube ISO with UEFI 2021-12-14 22:29:25 +00:00
Cameron Brunner c4d9647335 Update MacOS ISO build steps
For issue #11902

Two changes required to get MacOS ISO builds working:
1. Include a 'go module' compatible golang environment in the
   buildroot docker image
2. Run the build within a shell environment to have $PWD set
2021-09-21 14:57:23 -05:00
dlorenc fbd620a010 Update cri-tools to 1.11.1. 2018-07-16 09:49:54 -07:00
ijl 11dacb82a1 Build container for ISO uses ubuntu:18.04
This is a long-term release. 17.10 is approaching end of life.

https://www.ubuntu.com/info/release-end-of-life
2018-05-14 08:01:38 -07:00
ijl b977f274db buildroot 2017.11 2017-12-07 15:02:19 -06:00
dlorenc f46b2fdde4 Add go to the minikube-iso build. 2017-11-06 09:40:01 -08:00
Maxime Vidori eacc326765 Dockerized build:
$ 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.
2017-03-24 13:41:02 +01:00