Laura-Marie Henning
419311a111
Add sch_netem kernel module for network emulation
...
Signed-off-by: Laura-Marie Henning <laura-marie.henning@stud.h-da.de>
2019-12-09 22:47:34 +01:00
Thomas Strömberg
6a9e8a7962
Merge pull request #5739 from vasyl-purchel/master
...
Adds dm-crypt support
2019-12-02 16:44:35 -08:00
Thomas Strömberg
3635b69085
Merge pull request #5942 from priyawadhwa/minikube-packages
...
Add performance analysis packages to minikube ISO
2019-12-02 11:32:34 -08:00
Medya Ghazizadeh
5a6d14c2de
Merge pull request #5970 from afbjorklund/crio-v1.16.0
...
cri-o v1.16.0
2019-11-25 23:05:19 -08:00
Medya Ghazizadeh
18fc74232e
Merge pull request #5972 from afbjorklund/crictl-1.16
...
Update crictl to v1.16.1
2019-11-25 15:59:49 -08:00
Medya Ghazizadeh
8431207d92
Merge pull request #5914 from harsimranmaan/update_docker
...
Update docker to v19.03.5
2019-11-25 15:03:49 -08:00
Medya Ghazizadeh
284e33a354
Merge pull request #5971 from afbjorklund/podman-1.6
...
Upgrade podman to 1.6.3
2019-11-25 14:19:33 -08:00
Priya Wadhwa
8ee34b375a
remove iotop and python dependencies, iotop installed by
...
another package
2019-11-25 14:10:28 -08:00
Anders F Björklund
13844d6852
Update crictl to v1.16.1
2019-11-25 18:30:19 +01:00
Anders F Björklund
d648d1bd92
Upgrade podman to 1.6.3
2019-11-25 18:16:34 +01:00
Anders F Björklund
876e32eb69
Include the crio-wipe.service with crio
2019-11-25 18:10:50 +01:00
Anders F Björklund
6ed19fcd5d
Upgrade crio.conf to version v1.16.0
2019-11-25 18:08:48 +01:00
Anders F Björklund
c8a8a38712
Upgrade crio and conmon to version 1.16
...
Crio no longer includes a conmon binary
2019-11-25 18:06:58 +01:00
Anders F Björklund
3ef253526e
Upgrade buildroot minor version
2019-11-24 19:39:41 +01:00
Priya Wadhwa
9317c453c0
Added more performance analysis tools
2019-11-22 15:39:18 -08:00
Harsimran Singh Maan
f486f96711
Update runc hash
2019-11-20 13:17:18 -08:00
Priya Wadhwa
2074b6faff
Replace iostat with sysstat package
...
which includes iostat, pidstat, and other performance tools.
Ref: https://git.busybox.net/buildroot/tree/package/sysstat/Config.in?id=3bbf1c2ea6140d8b288b0af5b1a9c3a1aa92edad
2019-11-18 13:11:43 -08:00
Priya Wadhwa
fb985f4be0
Add iostat and strace packages to minikube ISO
2019-11-18 11:54:15 -08:00
Harsimran Singh Maan
63ab594adf
Use same containerd as docker
2019-11-15 11:09:25 -08:00
Harsimran Singh Maan
cdc0a38102
Update containerd and runc
2019-11-15 10:16:06 -08:00
Harsimran Singh Maan
7f77af5ba4
Update docker to v19.03.5
2019-11-14 12:05:54 -08:00
Anders F Björklund
d808a9ffec
Used fixed uid/gid for the default user account
...
Buildroot now defaults to allocating the package users first,
and the defined users later which means they get higher ids.
In order for the default "docker" user to have the uid/gid as
in previous versions, set it explicitly (to the first: 1000)
2019-10-29 20:25:51 +01:00
Vasyl Purchel
e19e29f60e
Adds dm-crypt support
...
Adds crypt target support in kernel for device mapper
Adds XTS support, AES cipher algorithms and User-space interface for
symmetric key cipher algorithms in kernel
Signed-off-by: Vasyl Purchel vasyl.purchel@workday.com
Signed-off-by: Andrea Baglioni andrea.baglioni@workday.com
2019-10-26 00:02:33 +01:00
Anders F Björklund
4b56526d66
toolbox: support newer systemd-nspawn (232 and up)
2019-10-19 13:23:27 +02:00
Anders F Björklund
cba3b21442
toolbox: upgrade to latest fedora (currently 30)
2019-10-19 13:23:16 +02:00
Thomas Strömberg
0cb5cafb59
Merge pull request #5639 from tstromberg/hyperkit-rnd
...
Speed up RNG initialization on new systemd
2019-10-17 14:54:12 -07:00
tstromberg
1f6e72427f
Remove trailing slash
2019-10-16 16:18:28 -07:00
tstromberg
5c1647f6e7
Use more stable gluster mirror?
2019-10-16 16:00:13 -07:00
Thomas Strömberg
47f63a488d
Merge pull request #5607 from afbjorklund/docker-init
...
Add docker-init binary to package, bundled tini
2019-10-16 13:24:37 -07:00
Thomas Stromberg
ed20dec456
Propagate hyperkit changes to main ISO
2019-10-16 10:59:01 -07:00
Thomas Strömberg
1cfe6f4d50
Merge pull request #5608 from afbjorklund/containerd-gomod
...
Disable go modules for containerd, for newer go
2019-10-14 13:36:42 -07:00
Anders F Björklund
2e20dddc4a
Upgrade Buildroot to 2019.02 and VirtualBox to 5.2
...
New major version of Buildroot, with new Linux kernel.
Both are LTS versions, and are supported until 2020.
Buildroot is upgraded from 2018.05 to 2019.02 LTS,
and Linux from 4.15 to 4.19 LTS as included in BR2.
Also upgrade VirtualBox to the supported 5.2 version
of the older branch, so that it will work everywhere.
Need to remove the legacy symlink for crio.sock from
the image, since it was causing build time issues...
2019-10-13 15:13:02 +02:00
Anders F Björklund
e824b714c0
Disable go modules for containerd, for newer go
...
It worked for go1.10, but not really for go1.11
2019-10-13 15:01:03 +02:00
Anders F Björklund
95436360bd
Add docker-init binary to package, bundled tini
2019-10-13 13:46:58 +02:00
James Peach
7cb9d643af
Replace BR2_EXTERNAL_MINIKUBE_PATH with PKGDIR.
...
Buildroot support the `_PKGDIR` variable to refer to the package
configuration directory. This means that we can replace all uses
of `BR2_EXTERNAL_MINIKUBE_PATH/package/foo` with `FOO_PKGDIR`.
2019-10-03 14:14:22 +10:00
Anders F Björklund
c1c8178f3f
Upgrade crio to 1.15.2
...
Due to issues with grpc in the previous version,
when running kubernetes v1.16.0-rc.1 with cri-o.
2019-09-13 07:26:49 +02:00
Anders Björklund
35cfb7eaf8
Merge pull request #5304 from afbjorklund/crio-v1.15.1
...
Upgrade crio to 1.15.1
2019-09-09 21:46:09 +02:00
Anders F Björklund
b2c1698ee7
Upgrade crio to 1.15.1
...
Drop patch that has now been integrated upstream.
Give up on running crio-config, use pre-generated.
2019-09-09 19:29:18 +02:00
Anders F Björklund
4ccc08a7cb
Upgrade Docker, from 18.09.8 to 18.09.9
2019-09-09 18:20:35 +02:00
Thomas Strömberg
b59a8b8e44
Merge pull request #5133 from afbjorklund/tmpfs
...
Move root filesystem from rootfs to tmpfs
2019-08-26 07:17:58 -07:00
Ian Lewis
b37d1d286a
Upgrade containerd to 1.2.8.
...
Issue #5191
2019-08-26 03:33:23 +00:00
Anders F Björklund
ae8894c0ca
Stop using no_pivot when not using rootfs
2019-08-24 16:12:52 +02:00
Anders F Björklund
a4c5992377
Move root filesystem from rootfs to tmpfs
2019-08-24 16:12:52 +02:00
Zhongcheng Lao
d26937dd8e
Merge remote-tracking branch 'origin/master' into populate-ca
...
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2019-08-15 20:38:12 +08:00
Zoltán Reegn
2a995a3fe6
Reenable systemd-timesyncd, except on virtualbox
...
This commit attempts to add back the missing time synchronization feature
to Minikube that was removed earlier with #3476 .
As mentioned in #1378 we have an alternative solution for time
synchronization for Oracle VirtualBox, so there we don't want to enable
systemd-timesyncd.
We are using systemd conditional activation on systemd-timesyncd and
exclude systems that have an oracle hypervisor hosting the vm (currently
that's virtualbox for our purposes).
2019-08-07 11:30:27 +02:00
Zhongcheng Lao
a7500b3a32
Adds OpenSSL lib and binaries to minikube ISO
...
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2019-08-05 08:07:32 +08:00
Anders F Björklund
e2e5a50b3b
Upgrade Docker, from 18.09.7 to 18.09.8
2019-07-19 14:49:57 +02:00
Anders Björklund
35753aa2da
Merge pull request #4703 from afbjorklund/crio-v1.15.0
...
Upgrade crio to 1.15.0
2019-07-16 10:03:12 +02:00
Anders F Björklund
e57bc7e1c3
Update crictl to v1.15.0
2019-07-15 15:49:07 +02:00
Anders Björklund
ffcca17edb
Merge pull request #4610 from afbjorklund/podman-1.4
...
Upgrade Podman to 1.4
2019-07-14 12:13:16 +02:00