Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 595456 - =app-emulation/rkt-1.15.0 version bump
Summary: =app-emulation/rkt-1.15.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2016-09-28 20:47 UTC by Manuel Rüger (RETIRED)
Modified: 2016-09-29 01:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2016-09-28 20:47:07 UTC
Released on 15 Sep 2016. Seems to have a new stage1 with qemu.


    DNS configuration improvements (#3161):
        Respect DNS results from CNI
        Add --dns=host mode to bind-mount the host's /etc/resolv.conf
        Add --dns=none mode to ignore CNI DNS
        Add --hosts-entry (IP=HOSTNAME) to tweak the pod's /etc/hosts
        Add --hosts-entry=host to bind-mount the host's /etc/hosts
    Introduce QEMU support as an alternative KVM hypervisor (#2952)
    add support for recursive volume/mounts (#2880)
    stage1: allow sd_notify from the app in the container to the host (#2826).
Comment 1 Zac Medico gentoo-dev 2016-09-28 21:24:51 UTC
Since qemu hypervisor support has been added, I'll be replacing the rkt_stage1_kvm flag with rkt_stage1_lkvm and rkt_stage1_qemu flags:

https://github.com/coreos/rkt/pull/2952
Comment 2 Zac Medico gentoo-dev 2016-09-28 21:54:36 UTC
Maybe I'll go with rkt_stage1_kvm_lkvm and rkt_stage1_kvm_qemu, for consistency with the stage1-kvm-lkvm.aci and stage1-kvm-qemu.aci file names.