Steven Powell
0994a96f38
update ISO Go version
2022-09-09 13:52:52 -07:00
Steven Powell
c82d7f3459
ISO: Update Docker from 20.10.17 to 20.10.18
2022-09-09 13:22:40 -07:00
Andrew Hamilton
c929340ea9
Update target dir for aarch64
...
Adds missing certs.d directory in the installation directory path.
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2022-08-29 12:52:12 -07:00
Andrew Hamilton
20470cfc8b
Fixes containerd configuration issue with insecure registry
...
- Updates containerd configuration to use the new format for specifying
container registry mirrors.
- Updates the start code to produce files in the correct location for
registry mirrors specified with --insecure-registry
2022-08-29 12:52:12 -07:00
Marcel Lauhoff
ecba6cf7e9
Add fscrypt kernel options
...
Enables filesystem encryption support in the minikube kernel. Allows
users to use file level encryption on ext4.
Signed-off-by: Marcel Lauhoff <marcel.lauhoff@suse.com>
2022-08-12 15:27:26 +02:00
Steven Powell
73f231c3f1
update conmon from v2.0.24 to v2.1.2
2022-07-12 09:46:37 -07:00
Steven Powell
9f579cdad3
Update runc-master.hash
2022-07-08 21:06:16 -07:00
Steven Powell
d3f65501a5
update Docker from 20.10.16 to 20.10.17
2022-07-08 13:18:38 -07:00
Steven Powell
9f856abb8f
update base images
2022-07-01 11:00:29 -07:00
Paul S. Schweigert
07922bab10
add patch version to hash
...
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-28 16:11:55 -04:00
Paul S. Schweigert
b503d47f94
updating go hash
...
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-28 15:58:17 -04:00
Paul S. Schweigert
671ba90c1a
use the right hash
...
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-27 18:18:31 -04:00
Paul S. Schweigert
29d717485f
update cri-o from v1.22.3 to v1.24.1
...
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-24 13:27:53 -04:00
Steven Powell
8059642246
fix cri-docker hash
2022-06-16 12:23:14 -07:00
Steven Powell
42fb10861c
update cri-docker commit
2022-06-16 12:23:00 -07:00
Steven Powell
f16cce541d
update cri-docker in ISO
2022-06-16 12:23:00 -07:00
Steven Powell
7e65323a4f
Merge pull request #14316 from kinvolk/alban/kernel-5.10-options
...
Add eBPF related kernel options
2022-06-14 13:39:54 -07:00
Steven Powell
d6bc9ac3c7
Merge branch 'master' into falco-0.32.0
2022-06-13 16:36:22 -07:00
Leonardo Grasso
61c26a23cd
Falco does not depend anymore on ncurses
...
See 2ba0132450
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
2022-06-13 10:09:29 +02:00
Leonardo Grasso
887084a2cc
Upgrade Falco to 0.32.0
...
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
2022-06-13 10:08:07 +02:00
Sharif Elgamal
1801630196
Merge branch 'master' of github.com:kubernetes/minikube into arm64-containerd
2022-06-10 17:02:58 -07:00
Kian-Meng Ang
bc03821826
Fix typos
2022-06-10 15:26:35 -07:00
Francis Laniel
6a0eea2298
Add eBPF related kernel options.
...
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-10 17:51:27 +01:00
Francis Laniel
ca1f05e2d2
Backport buildroot patch to add BR2_LINUX_KERNEL_NEEDS_HOST_PAHOLE.
...
This config option permits indicating the Linux kernel needs pahole to be
compiled.
Thus, host-pahole will be built before the kernel.
This is mandatory when using CONFIG_DEBUG_INFO_BTF.
Signed-off-by: Francis Laniel <flaniel@microsoft.com>
2022-06-10 17:51:22 +01:00
Francis Laniel
5a9a4b1344
Add pahole package.
...
This package is needed to build the kernel when using CONFIG_DEBUG_INFO_BTF.
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-10 13:57:14 +01:00
Sharif Elgamal
a64f828b89
remove vbox-guest config entry
2022-06-09 12:53:59 -07:00
Sharif Elgamal
962f2b6935
fix syntax
2022-06-09 10:02:33 -07:00
Sharif Elgamal
b475b2526d
Merge branch 'master' of github.com:kubernetes/minikube into arm64-containerd
2022-06-09 09:44:43 -07:00
Francis Laniel
770d41f21b
Use kernel 5.10 for minikube.iso.
...
This commit jumps kernel version used in minikube.iso to 5.10.
To do so, the following kernel configuration options were added to
linux_*_defconfig:
- CONFIG_TMPFS to be able to use mount -t tmpfs in init.
- CONFIG_PCI to have network.
- CONFIG_BRIDGE_NETFILTER to have /proc/sys/net/bridge/bridge-nf-call-iptables
which is needed by kubeadm.
CONFIG_* relaed to vbox were added to linux_x86_64_defconfig and as consequence
vbox related packages were removed since vbox modules are available in
upstream kernel.
To compile falco module, CONFIG_FTRACE_* were added to linux_aarch64_defconfig.
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
Francis Laniel
f0ccf77945
Add sysdig 0.27.1 package.
...
This package is used in place of sysdig 0.23.1 which comes with buildroot.
Indeed, sysdig 0.23.1 does not compile with recent kernel.
It is based on the following patch:
https://lore.kernel.org/buildroot/20220407182425.194001-3-flaniel@linux.microsoft.com/T/#u
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
Francis Laniel
4f03ea51cb
Add tbb package.
...
This is needed by sysdig 0.27.1.
It is based on the following patch:
https://lore.kernel.org/buildroot/20220407182425.194001-2-flaniel@linux.microsoft.com/T/#u
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
Sharif Elgamal
eb26a8d69b
add comment back
2022-06-02 17:46:54 -07:00
Sharif Elgamal
a1be913476
fix aarch mk file
2022-06-02 17:44:44 -07:00
Sharif Elgamal
7ef37124d5
revert cri-dockerd to old way, they're slightly different
2022-06-02 17:41:15 -07:00
Sharif Elgamal
f1f5c667c8
swap default for testing
2022-06-02 14:50:23 -07:00
Sharif Elgamal
3ad46b43d4
adding more kernel modules
2022-06-02 11:53:24 -07:00
Sharif Elgamal
bc3517a78a
fix crio conf
2022-06-02 11:48:01 -07:00
Sharif Elgamal
79da2bc9d6
add cfs kernel modules for arm64
2022-06-02 08:38:29 -07:00
Sharif Elgamal
4ba5162d01
don't set GOBIN anymore
2022-05-31 17:35:14 -07:00
Sharif Elgamal
9e78a3a817
dynamically supply GOARCH
2022-05-31 17:32:36 -07:00
Sharif Elgamal
7a0119d9cb
select common packages for all arch
2022-05-31 15:04:54 -07:00
Sharif Elgamal
e0ce53c41f
build runc the same way
2022-05-31 15:00:43 -07:00
Sharif Elgamal
a0c00f4810
build podman the same way
2022-05-31 14:58:54 -07:00
Sharif Elgamal
83f8b005b9
build cri-dockerd the same way
2022-05-31 14:56:01 -07:00
Sharif Elgamal
d1c261ee05
build cni the same way
2022-05-31 14:53:37 -07:00
Sharif Elgamal
bb1e25e799
build crio-bin in the same way for both arch
2022-05-31 14:50:58 -07:00
Sharif Elgamal
1e7c257136
Merge branch 'master' of github.com:sharifelgamal/minikube into arm64-containerd
2022-05-31 14:44:53 -07:00
Sharif Elgamal
fd3f8d3b01
remove deprecated config
2022-05-31 12:01:35 -07:00
Sharif Elgamal
cd01efdf37
upgrade conmon to v2.0.24
2022-05-31 10:43:55 -07:00
Sharif Elgamal
6902580a35
remove arch dep
2022-05-31 09:43:36 -07:00