conu icon indicating copy to clipboard operation
conu copied to clipboard

conu - python API for your containers

Results 36 conu issues
Sort by recently updated
recently updated
newest added

As the title says, it seems that there is no way to look at the output coming from a container when launching it in foreground. I would like to feed...

The format that `podman inspect` returns does not seem to fit the format that conu expects when getting the metadata. I'm trying to use `container.is_port_open()` but it fails with a...

i have a problem when i try to create a container with run_via_binary_in_foreground ``` container = image.run_via_binary_in_foreground(volumes=(base_path, "/opt"), additional_opts=["--net=host", "--pid=host", "--ipc=host", "-i", "--cap-add", "SYS_ADMIN", "--privileged", "-w=/opt"], popen_params={"stdin": subprocess.PIPE, "stdout": subprocess.PIPE})...

In our GitLab ansible script, we are trying to install conu from PyPi, but it failed on dependency on cryptography ```bash - name: Install docker-squash and conu from PyPi and...

Packit failed on creating pull-requests in dist-git: | dist-git branch | error | | --------------- | ----- | | `f34` | `Ref 'remotes/origin/f34' did not resolve to an object` |...

https://github.com/pytest-dev/pytest-rerunfailures Feel free to propose a better solution of course.

testing

Create a new class for pulling images using skopeo. The class is meant to be a wrapper on top of [skopeo's](https://github.com/containers/skopeo) functionality. The main thing to cover is the `copy`...

From: [user-cont-conu-pr/1352](https://ci.centos.org/job/user-cont-conu-pr/1352/consoleFull) * `TypeError: delete_namespaced_pod() takes 3 positional arguments but 4 were given` * `TypeError: delete_namespace() takes 2 positional arguments but 3 were given`

good-first-issue

``` /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