<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker.git/hack/make/test-docker-py, branch master</title>
<subtitle>github.com: dotcloud/docker.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/'/>
<entry>
<title>Volume prune: only prune anonymous volumes by default</title>
<updated>2022-10-04T20:55:13+00:00</updated>
<author>
<name>Brian Goff</name>
<email>cpuguy83@gmail.com</email>
</author>
<published>2022-09-28T19:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=618f26ccbc3b5c314680dae4b09f5d13f9c02570'/>
<id>618f26ccbc3b5c314680dae4b09f5d13f9c02570</id>
<content type='text'>
This adds a new filter argument to the volume prune endpoint "all".
When this is not set, or it is a false-y value, then only anonymous
volumes are considered for pruning.

When `all` is set to a truth-y value, you get the old behavior.

This is an API change, but I think one that is what most people would
want.

Signed-off-by: Brian Goff &lt;cpuguy83@gmail.com&gt;

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new filter argument to the volume prune endpoint "all".
When this is not set, or it is a false-y value, then only anonymous
volumes are considered for pruning.

When `all` is set to a truth-y value, you get the old behavior.

This is an API change, but I think one that is what most people would
want.

Signed-off-by: Brian Goff &lt;cpuguy83@gmail.com&gt;

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docker-py: skip CreateContainerTest::test_create_with_device_cgroup_rules</title>
<updated>2022-01-20T10:11:22+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2022-01-20T10:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=037b4c0e8e2d5a11914385627546e167a13bf82a'/>
<id>037b4c0e8e2d5a11914385627546e167a13bf82a</id>
<content type='text'>
This test is verifying that the container has the right options set (through
`docker inspect`), but also checks if the cgroup-rules are set within the container
by reading `/sys/fs/cgroup/devices/devices`

Unlike cgroups v1, on cgroups v2, there is no file interface, and rules are handled
through ebpf, which means that the test will fail because this file is not present.

From the Linux documentation for cgroups v2: https://github.com/torvalds/linux/blob/v5.16/Documentation/admin-guide/cgroup-v2.rst#device-controller

&gt; (...)
&gt; Device controller manages access to device files. It includes both creation of
&gt; new device files (using mknod), and access to the existing device files.
&gt;
&gt; Cgroup v2 device controller has no interface files and is implemented on top of
&gt; cgroup BPF. To control access to device files, a user may create bpf programs
&gt; of type BPF_PROG_TYPE_CGROUP_DEVICE and att&gt;

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test is verifying that the container has the right options set (through
`docker inspect`), but also checks if the cgroup-rules are set within the container
by reading `/sys/fs/cgroup/devices/devices`

Unlike cgroups v1, on cgroups v2, there is no file interface, and rules are handled
through ebpf, which means that the test will fail because this file is not present.

From the Linux documentation for cgroups v2: https://github.com/torvalds/linux/blob/v5.16/Documentation/admin-guide/cgroup-v2.rst#device-controller

&gt; (...)
&gt; Device controller manages access to device files. It includes both creation of
&gt; new device files (using mknod), and access to the existing device files.
&gt;
&gt; Cgroup v2 device controller has no interface files and is implemented on top of
&gt; cgroup BPF. To control access to device files, a user may create bpf programs
&gt; of type BPF_PROG_TYPE_CGROUP_DEVICE and att&gt;

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: update docker-py to 5.0.3</title>
<updated>2021-10-20T07:57:11+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2021-10-15T17:21:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=3e5e7a6de3720f19782db238ee7401ca500ed5dc'/>
<id>3e5e7a6de3720f19782db238ee7401ca500ed5dc</id>
<content type='text'>
full diff: https://github.com/docker/docker-py/compare/5.0.0...5.0.3

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
full diff: https://github.com/docker/docker-py/compare/5.0.0...5.0.3

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>testing: update docker-py 5.0.0</title>
<updated>2021-04-06T17:15:42+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2021-04-06T17:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=257b4db1861b86f2d3643636cf3303979c7d2923'/>
<id>257b4db1861b86f2d3643636cf3303979c7d2923</id>
<content type='text'>
drops support for python 2.

full diff: https://github.com/docker/docker-py/compare/4.4.1...5.0.0

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
drops support for python 2.

full diff: https://github.com/docker/docker-py/compare/4.4.1...5.0.0

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>testing: update docker-py 4.4.1</title>
<updated>2021-01-26T10:30:58+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2020-11-23T14:20:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=14fb1650856f52928cb9f9fd3b495c3e14776069'/>
<id>14fb1650856f52928cb9f9fd3b495c3e14776069</id>
<content type='text'>
run docker-py integration tests of the latest release;

full diff: https://github.com/docker/docker-py/compare/4.3.0...4.4.1

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
run docker-py integration tests of the latest release;

full diff: https://github.com/docker/docker-py/compare/4.3.0...4.4.1

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docker-py to 4.3.0</title>
<updated>2020-08-13T08:38:32+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2020-08-11T15:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=3ee1ab87b74aa0548305dc6c18cab5175331adb8'/>
<id>3ee1ab87b74aa0548305dc6c18cab5175331adb8</id>
<content type='text'>
full diff: https://github.com/docker/docker-py/compare/4.2.2...4.3.0

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
full diff: https://github.com/docker/docker-py/compare/4.2.2...4.3.0

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>testing: bump docker-py 4.2.2</title>
<updated>2020-07-17T12:45:28+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2020-07-16T14:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d'/>
<id>bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d</id>
<content type='text'>
full diff: https://github.com/docker/docker-py/compare/4.2.1...4.2.2

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
full diff: https://github.com/docker/docker-py/compare/4.2.1...4.2.2

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #40499 from thaJeztah/docker_py_api_version</title>
<updated>2020-07-16T14:12:22+00:00</updated>
<author>
<name>Tibor Vass</name>
<email>tiborvass@users.noreply.github.com</email>
</author>
<published>2020-07-16T14:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=a13fd15686543dd49040c288ef6acf810c5cea81'/>
<id>a13fd15686543dd49040c288ef6acf810c5cea81</id>
<content type='text'>
docker-py: override default API version to run all tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docker-py: override default API version to run all tests</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #40807 from wpjunior/plugin-feedback</title>
<updated>2020-07-16T07:55:17+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>thaJeztah@users.noreply.github.com</email>
</author>
<published>2020-07-16T07:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=de5812c2a11b8525b98950f50b482b395eb70e77'/>
<id>de5812c2a11b8525b98950f50b482b395eb70e77</id>
<content type='text'>
Improve error feedback when plugin does not implement desired interface</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve error feedback when plugin does not implement desired interface</pre>
</div>
</content>
</entry>
<entry>
<title>testing: bump docker-py 4.2.1</title>
<updated>2020-06-03T08:17:08+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2020-06-03T08:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=8cc8e2683597338374d3180ec026a5eff50cd4ed'/>
<id>8cc8e2683597338374d3180ec026a5eff50cd4ed</id>
<content type='text'>
full diff: https://github.com/docker/docker-py/compare/4.2.0...4.2.1

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
full diff: https://github.com/docker/docker-py/compare/4.2.0...4.2.1

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
</feed>
