Tomas Tomecek

Results 140 issues of Tomas Tomecek

Introduce a new make target: `$ make check-packaging`. This target should verify that: * [ ] python packaging works (conu can be installed using `pip2 install .` and `pip3 install...

testing

``` In [9]: image = db.ImageClass(im) 13:29:31.985 image.py DEBUG pull policy set to 'if_not_present' and image is not present, pulling the image 13:29:32.484 image.py DEBUG {'status': 'Trying to pull repository...

bug
good-first-issue

...maybe daily as a cron job? Relevant code: https://github.com/fedora-modularity/conu/pull/104

feature

#221 follow up We now parse inspect data and transform it into conu metadata. We need to add one more transformation step and that would be `docker_client.{containers,images}`, those are different....

feature

Is this a bug in the library or on our end? ``` Exception TypeError: "'NoneType' object is not callable" in ignored Exception TypeError: "'NoneType' object is not callable" in ignored...

bug
good-first-issue

Since we introduce a breaking change from time to time, ideally we should be able to provide a way for our users to pick a version of API. Obviously we...

feature
user-experience

We should mark nspawn as unstable and a work in progress: * [ ] in docs * [ ] print warning in logs

Thanks @jscotka for working on this! Let's create a list of follow-up items: * [ ] update documentation: we should make it clear that conu now supports more than one...

* [ ] make sure unit tests don't require external service (=container engine) * [ ] migrate those to integration bucket that do * [ ] run unit tests during...

feature
good-first-issue

I had hard times with this line: ``` ROOT_DEV=$( awk '$2 ~ /^\/$/ && $1 !~ /rootfs/ { print $1 }' /proc/mounts ) ``` Had to manually change it to...