conu
conu copied to clipboard
conu - python API for your containers
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:...
No dependency management found for this repository. If you want to keep your dependencies managed, please submit `Pipfile` or `requirements.in` or `requirements-dev.in` file. To generate a `Pipfile`, use:" ``` $...
Related #200 #298 * [ ] testing, must have * [x] make sure the podman tests run and pass in a container (docker so far) * [ ] run the...
* [ ] 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...
* [ ] have a single integration test suite which runs for: * [ ] rootless podman * [ ] root podman * [ ] docker * [ ] keep...
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,...
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
Sometimes CI is failing on: ``` requests.exceptions.ChunkedEncodingError: ("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer')) ``` Example: https://ci.centos.org/job/user-cont-conu-pr/1054/console
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...
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...