4386 Commits

Author SHA1 Message Date
Benjamin Gilbert
dfc93578bc sys-kernel/coreos-sources: Allow revbump.sh srcdir to be relative path 2017-04-24 18:07:38 -07:00
David Michael
d85c33bcd1 eclass: quote cros-workon assignments
With portage-2.3.3, failglob errors are printed when any of these
lines expand to ": *", so quote the variables to not use patterns.
2017-04-21 16:26:13 -07:00
David Michael
b0ccc96a4f Merge pull request #2527 from dm0-/gce
GCE Fixes
2017-04-21 15:29:49 -07:00
David Michael
3a47c532ac Merge pull request #2523 from dm0-/portage
Upgrade portage
2017-04-21 15:19:01 -07:00
David Michael
294a5606c6 Merge pull request #2533 from dm0-/toolbox
app-admin/toolbox: bump for the SSH login shell fix
2017-04-21 14:50:19 -07:00
David Michael
3dbb207739 Merge pull request #2531 from dm0-/dnsmasq
Fix dnsmasq cross-compilation
2017-04-21 14:44:00 -07:00
David Michael
f6c49f9d3e app-admin/toolbox: bump for the SSH login shell fix 2017-04-21 14:42:51 -07:00
Benjamin Gilbert
5e0c90ceae sys-apps/systemd: Update for IMA policy loading fix 2017-04-21 13:29:14 -07:00
David Michael
ce9b562a93 chore(metadata): Regenerate cache 2017-04-21 12:05:08 -07:00
David Michael
bea1e305c5 net-dns/dnsmasq: apply CoreOS changes
Mark it stable for arm64, and fix installation.  The "install"
target is completely broken for all architectures since it will
rebuild everthing with cc every time, so use the "install-common"
target instead to bypass that.
2017-04-21 11:55:29 -07:00
David Michael
a696251b98 net-dns/dnsmasq: import latest Gentoo stable 2017-04-21 11:53:59 -07:00
David Michael
b4e934a73c coreos-base/oem-gce: change the agent service to Type=notify
This allows ordering other services after the agent has completely
finished its system initialization scripts and its daemons are all
running in the container.
2017-04-20 20:21:15 -07:00
David Michael
81e717d84e coreos-base/coreos-oem-gce: notify when all daemons are running
Since /run/systemd is mounted from the host, the notify socket will
update the host's agent service.  Also, since systemd-notify is run
by the "init" shell script, it uses the correct MainPID by default.
2017-04-20 20:21:08 -07:00
David Michael
3cb1a23dcf coreos-base/coreos-dev: ship mantle in dev images
This opens the door to enabling signed packages etc.
2017-04-20 19:31:32 -07:00
Benjamin Gilbert
a08a5d862a Merge pull request #2529 from bgilbert/nvme-cli
coreos-base/coreos: Revbump again for nvme-cli
2017-04-20 16:10:02 -07:00
Benjamin Gilbert
b6143fe8da coreos-base/coreos: Revbump again for nvme-cli
The original revbump collided with the revbump that dropped coretest.
2017-04-20 16:02:12 -07:00
Benjamin Gilbert
8c64aeb6ae sys-kernel/coreos-modules: Unmodularize ip_tables.ko and autofs4.ko
systemd has special-case code to unconditionally load these modules, so
we might as well build them in.
2017-04-20 15:59:01 -07:00
David Michael
fb89db40ae app-emulation/google-compute-engine: bump to 20170327 2017-04-20 13:01:54 -07:00
Derek Gonyeo
7b74c75a3a Merge pull request #2524 from dgonyeo/master
coreos-metadata: move provider into environment variable
2017-04-19 14:48:35 -07:00
Derek Gonyeo
b1e85d3086 coreos-metadata: move provider into environment variable
By moving specifying how to get the provider into an environment
variable, it can be overridden via an environment varaible (which will
be necessary on openstack)
2017-04-19 14:47:47 -07:00
Michael Marineau
0e9c56d849 mantle: version bump 2017-04-18 18:19:41 -07:00
David Michael
32dbc30af3 sys-apps/portage: apply CoreOS changes to 2.3.3 2017-04-13 12:46:17 -07:00
David Michael
1f85b79282 sys-apps/portage: import the stable upstream ebuild 2.3.3 2017-04-13 12:42:44 -07:00
David Michael
2f9aa1099d coreos-devel/mantle: build with go1.8
In particular, this fixes random HTTP2 stream errors.
2017-04-13 11:10:59 -07:00
David Michael
b9867ae8d2 dev-lang/go: add go-1.8.1 for go1.8 support 2017-04-13 11:10:19 -07:00
Benjamin Gilbert
005ca16472 Merge pull request #2521 from bgilbert/nvme-cli
coreos-base/coreos: Include nvme-cli in the image
2017-04-12 18:41:47 -07:00
Benjamin Gilbert
e09f9c70c5 coreos-base/coreos: Include nvme-cli in the image 2017-04-12 18:15:29 -07:00
Benjamin Gilbert
35d9c41fc3 Merge pull request #2513 from bgilbert/drop-coretest
coreos-base/coretest: Drop package
2017-04-12 15:06:29 -07:00
Benjamin Gilbert
43c0139d64 Merge pull request #2519 from bgilbert/install-fixes
coreos-base/coreos-init: bump for coreos-install fixes
2017-04-12 11:53:32 -07:00
Benjamin Gilbert
fb369ff03e coreos-base/coreos-init: bump for coreos-install fixes 2017-04-12 11:44:01 -07:00
David Michael
f2362854e6 Merge pull request #2515 from dm0-/glsa
Fix GLSAs
2017-04-12 11:39:56 -07:00
Benjamin Gilbert
725ac5eabb Merge pull request #2518 from bgilbert/kernel-4.10.9
sys-kernel/coreos-*: bump to v4.10.9; enable NVMe over RDMA
2017-04-11 21:38:05 -07:00
Euan Kemp
c601e3554f Merge pull request #2514 from euank/docker-17
app-emulation/docker: update to 17.04-ce
2017-04-11 19:53:17 -07:00
Euan Kemp
cb1561e953 app-emulation/docker-proxy: update for 17.04 2017-04-11 19:52:43 -07:00
Euan Kemp
2f8bbba8ea app-emulation/runc: update for docker 17.04
Corresponds to the commit referenced here: https://github.com/docker/docker/blob/v17.04.0-ce/hack/dockerfile/binaries-commits#L6
2017-04-11 19:52:43 -07:00
Euan Kemp
d759b3b179 Merge pull request #2517 from euank/tini
sys-process/tini: add tini ebuild
2017-04-11 19:47:12 -07:00
Euan Kemp
c331540d2a sys-process/tini: add tini ebuild
Even though there's an upstream gentoo ebuild, it depends on cmake
(which had trouble cross-compiling for arm64).

tini is a simple enough program that writing our own makefile for it is
pretty easy, and it'll pay off in reduced buildtime and dependencies for
now since we can avoid dragging in cmake.

Note that we don't bother providing the static useflag and just make it
always static since we're packaging this for docker regardless.
2017-04-11 19:45:57 -07:00
Benjamin Gilbert
04c48fe7ee sys-kernel/coreos-modules: Enable NVMe over RDMA 2017-04-11 19:28:40 -07:00
Benjamin Gilbert
007c5b1430 sys-kernel/coreos-*: bump to v4.10.9 2017-04-11 19:26:25 -07:00
David Michael
ef54fba00d app-emulation/qemu: sync with upstream
The Gentoo ebuild has modified the dependencies to require static
libraries for the system programs instead of just the user ones.

The only CoreOS changes to the ebuild are to add the vpc patch, and
to mark arm64 stable (even though it isn't used).
2017-04-11 13:20:50 -07:00
Euan Kemp
430d25cda8 Merge pull request #2508 from lucab/ups/kubelet-recursive-datadir
app-admin/kubelet-wrapper: mark kubelet datadir volume as a recursive mount
2017-04-11 12:04:24 -07:00
Euan Kemp
dcbc1784f3 app-emulation/docker: update broken link 2017-04-10 16:31:26 -07:00
Euan Kemp
a85d690353 app-emulation/containerd: update for docker 17.04
This corresponds to the versions specified by upstream docker: https://github.com/docker/docker/blob/v17.04.0-ce/hack/dockerfile/binaries-commits#L7
2017-04-10 16:31:26 -07:00
Euan Kemp
39a2594468 app-emulation/containerd: update to use go1.7
As far as I know there's no reason we were using 1.6, and upstream
recommends 1.7 nowadays.
2017-04-10 15:03:15 -07:00
Euan Kemp
d285b1129b app-emulation/docker: bump to 17.04.0-ce 2017-04-10 14:56:30 -07:00
David Michael
6dce1e786f profiles: drop arm64 curl accept_keywords 2017-04-07 17:12:37 -07:00
Benjamin Gilbert
c45bd4fac8 coreos-base/coretest: Drop package
Subsumed by kola.
2017-04-07 16:01:19 -07:00
Geoff Levand
91c84f95a7 profile: Enable arm64 perl
Signed-off-by: Geoff Levand <geoff@infradead.org>
2017-04-06 09:59:11 -07:00
Michael Marineau
0cb85e22b4 mantle: bump to 0.4.0, include gangue 2017-04-05 14:22:39 -07:00
Luca Bruno
51650980eb app-admin/kubelet-wrapper: mark kubelet datadir volume as a recursive mount
So far `/var/lib/kubelet` was mounted as an implicit non-recursive mount.
This changes the wrapper to an explicit recursive mount.

As shown in https://github.com/kubernetes/kubernetes/issues/38498#issuecomment-282493681,
current non-recursive behavior seems to confuse the kubelet which
is incapable of cleaning up resources for orphaned pods, as the
extisting mountpoints for them are not available inside kubelet
chroot.
With `recursive=true`, those mounts are made available in the
chroot and can be unmounted on the host-side from kubelet chroot
via shared back-propagation.

Fixes https://github.com/coreos/bugs/issues/1831
2017-04-05 08:38:55 +00:00