Tomas Tomecek

Results 140 issues of Tomas Tomecek

It would be super-useful to have a widget with `docker logs`.

It currently fails on `error: No package matches './fedora-repos-26-0.8.noarch.rpm'`, more info: ``` bash-4.4# ls -lha total 92K dr-xr-x--- 1 root root 54 May 2 11:00 . drwxr-xr-x 1 root root...

dnf5

``` /home/tt/g/user-cont/conu/conu-0.7.0/docs/source/new_releases.rst:6: WARNING: Unexpected indentation. /home/tt/g/user-cont/conu/conu-0.7.0/conu/backend/k8s/pod.py:docstring of conu.backend.k8s.pod.Pod.__init__:6: WARNING: Field list ends without a blank line; unexpected unin dent. /home/tt/g/user-cont/conu/conu-0.7.0/conu/backend/k8s/pod.py:docstring of conu.backend.k8s.pod.Pod.__init__:8: WARNING: Unexpected indentation. /home/tt/g/user-cont/conu/conu-0.7.0/conu/apidefs/metadata.py:docstring of conu.apidefs.metadata.ContainerMetadata.__init__:13: WARNING: Unexpected...

bug
good-first-issue
documentation

This is a mirror of https://bugzilla.redhat.com/show_bug.cgi?id=1677664 I completely agree with @lslebodn, we shouldn't force our users to install all the possible deps of conu. Therefore I propose this: Short term:...

Related #200 #298 * [ ] testing, must have * [x] make sure the podman tests run and pass in a container (docker so far) * [ ] run the...

good-first-issue
documentation
user-experience
testing
high-prio

* [ ] ideally pick latest Fedora release and install there latest updates-testing packages * [ ] investigate whether we can snapshot the VM and cache it somewhere (in Centos...

testing

* [ ] have a single integration test suite which runs for: * [ ] rootless podman * [ ] root podman * [ ] docker * [ ] keep...

testing

We use registry.fedoraproject.org/fedora-minimal:26 right now. It's probably time to update to F29. This will also require to change some of the tests, i.e.: ``` assert "registry.fedoraproject.org/fedora-minimal:26" == str(image) ``` Alternatively,...

good-first-issue
testing
low-prio

Ideally we would just ask the current maintainer to also build it for epel7. Alternatively,... I don't know. Not sure if some centos7 repo has it. https://src.fedoraproject.org/rpms/python-kubernetes/branches?branchname=master

once the container dies (in CI), it's hard to figure out what's wrong, these should help: * [ ] provide "debugging mode" * [ ] when something breaks, I want...

good-first-issue