onlyjob

Results 175 issues of onlyjob

There were few tickets about placing volume(s) on _tmpfs_ but my request is different: how to place overlay to _tmpfs_? It would be nice to implement it as an option...

_rkt_ is awesome as it makes it possible to use existing LAN's DHCP server to assign containers' IP addresses with the following sample config (`--net=macvlan_dhcp`): #### /etc/rkt/net.d/11-macvlan_dhcp.conf ~~~~ { "Documentation":...

`rkt run ./mycontainer_image.aci.tar.gz` fails with error `run: invalid image string` on valid container image but succeeds when image file is renamed (or symlinked) to `mycontainer_image.aci`. IMHO it is unnecessary to...

low hanging fruit
component/stage0
kind/friction

Docker's `run` command have a useful `--rm` option to garbage-collect container as soon as it is stopped. Such option would be even more useful in _rkt_, especially for containers with...

_rkt_ FTBFS on _s390x_: ~~~~ ./autogen.sh && ./configure \ --enable-tpm=no \ --with-stage1-flavors=host \ --with-stage1-default-name=host \ --with-stage1-default-version=1.30.0+dfsg-3 \ --with-stage1-default-location=/usr/lib/rkt/stage1-host.aci ---------------------------------------------------------------- Initialized build system. For a common configuration please run: ---------------------------------------------------------------- ./configure...

Changes in [go-systemd](https://github.com/coreos/go-systemd) v17 are causing FTBFS: ~~~~ GO /github.com/containernetworking/cni/plugins/ipam/dhcp # github.com/rkt/rkt/vendor/github.com/containernetworking/cni/plugins/ipam/dhcp ../../../../src2/src/github.com/rkt/rkt/vendor/github.com/containernetworking/cni/plugins/ipam/dhcp/daemon.go:119:32: too many arguments in call to activation.Listeners have (bool) want () makelib/build_go_bin.mk:57: recipe for target '/mnt/tmpssd/src/PKG-GO/rkt/rkt-1.30.0/_build/target/tools/dhcp' failed...

area/networking
depends-on/cni
area/dependency

_rkt_ still uses [very old AWS SDK](https://github.com/rkt/rkt/blob/master/glide.yaml#L36-L37) 1.1.7 released on March 2016. In Debian that version is no longer available and _rkt_ FTBFS with newer releases of AWS SDK. In...

area/dependency

- [kcfinder/themes/dark/01.ui.css](../blob/master/themes/dark/01.ui.css) - [kcfinder/themes/default/01.ui.css](../blob/master/themes/default/01.ui.css) The above files appears to be non-free according to their header: ``` This CSS code is generated from http://ui.sunhater.com (c)2014 Pavel Tzonkov, sunhater.com. All rights reserved....

Theme's READMEs claim that `Some icons are taken from default KDE4 visual theme (http://www.kde.org)` however I could not find the corresponding license anywhere in kcfinder. Please document icon's license/copyright. Also...

Current "master" FTBFS in `npm install` as follows: ``` $ npm install npm WARN ERESOLVE overriding peer dependency npm WARN Found: [email protected] npm WARN node_modules/react npm WARN peer react@"*" from...