<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker.git/api/server, 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>Merge pull request #45469 from thaJeztah/deprecate_virtualsize_STEP2</title>
<updated>2023-05-16T06:10:07+00:00</updated>
<author>
<name>Akihiro Suda</name>
<email>akihiro.suda.cz@hco.ntt.co.jp</email>
</author>
<published>2023-05-16T06:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=1371aee3cc38134778e2e85f1a4122d1b31d344d'/>
<id>1371aee3cc38134778e2e85f1a4122d1b31d344d</id>
<content type='text'>
API: omit deprecated VirtualSize field for API v1.44 and up</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API: omit deprecated VirtualSize field for API v1.44 and up</pre>
</div>
</content>
</entry>
<entry>
<title>fixing consistent aliases for OCI spec imports</title>
<updated>2023-05-08T09:57:52+00:00</updated>
<author>
<name>Jeyanthinath Muthuram</name>
<email>jeyanthinath10@gmail.com</email>
</author>
<published>2023-05-08T09:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=307b09e7eb14e48a66752b036fb2a2eb53fa599c'/>
<id>307b09e7eb14e48a66752b036fb2a2eb53fa599c</id>
<content type='text'>
Signed-off-by: Jeyanthinath Muthuram &lt;jeyanthinath10@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeyanthinath Muthuram &lt;jeyanthinath10@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>API: omit deprecated VirtualSize field for API v1.44 and up</title>
<updated>2023-05-06T14:35:00+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2023-04-17T11:21:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=913b0f51cab18a56247a950f5f1e75ca79b63039'/>
<id>913b0f51cab18a56247a950f5f1e75ca79b63039</id>
<content type='text'>
This field is deprecated since 1261fe69a3586bb102182aa885197822419c768c,
and will now be omitted on API v1.44 and up for the `GET /images/json`,
`GET /images/{id}/json`, and `GET /system/df`  endpoints.

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 field is deprecated since 1261fe69a3586bb102182aa885197822419c768c,
and will now be omitted on API v1.44 and up for the `GET /images/json`,
`GET /images/{id}/json`, and `GET /system/df`  endpoints.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>api/server/router/container: containerRouter.postCommit: inline struct</title>
<updated>2023-04-29T00:59:12+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2023-04-29T00:59:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=bf5ae17c162827b7170b44626b33c4ec43020915'/>
<id>bf5ae17c162827b7170b44626b33c4ec43020915</id>
<content type='text'>
Remove intermediate variable and inline the struct-literal.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove intermediate variable and inline the struct-literal.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #45314 from corhere/graceful-shutdown</title>
<updated>2023-04-28T21:54:34+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>thaJeztah@users.noreply.github.com</email>
</author>
<published>2023-04-28T21:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=e22758bfb2d615f67512336f121c677d099b3269'/>
<id>e22758bfb2d615f67512336f121c677d099b3269</id>
<content type='text'>
cmd/dockerd: gracefully shut down the API server</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cmd/dockerd: gracefully shut down the API server</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/dockerd: gracefully shut down the API server</title>
<updated>2023-04-26T14:57:28+00:00</updated>
<author>
<name>Cory Snider</name>
<email>csnider@mirantis.com</email>
</author>
<published>2023-04-12T16:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=12bf850c8478aea31f7703ede169e496afdcbfb3'/>
<id>12bf850c8478aea31f7703ede169e496afdcbfb3</id>
<content type='text'>
As of Go 1.8, "net/http".Server provides facilities to close all
listeners, making the same facilities in server.Server redundant.
http.Server also improves upon server.Server by additionally providing a
facility to also wait for outstanding requests to complete after closing
all listeners. Leverage those facilities to give in-flight requests up
to five seconds to finish up after all containers have been shut down.

Signed-off-by: Cory Snider &lt;csnider@mirantis.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As of Go 1.8, "net/http".Server provides facilities to close all
listeners, making the same facilities in server.Server redundant.
http.Server also improves upon server.Server by additionally providing a
facility to also wait for outstanding requests to complete after closing
all listeners. Leverage those facilities to give in-flight requests up
to five seconds to finish up after all containers have been shut down.

Signed-off-by: Cory Snider &lt;csnider@mirantis.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the image service instead of the reference store for tagging</title>
<updated>2023-04-26T13:10:01+00:00</updated>
<author>
<name>Djordje Lukic</name>
<email>djordje.lukic@docker.com</email>
</author>
<published>2023-04-26T11:48:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=a1e103873633fdce82fcb3edf54242ea85a5f3aa'/>
<id>a1e103873633fdce82fcb3edf54242ea85a5f3aa</id>
<content type='text'>
The image store sends events when a new image is created/tagged, using
it instead of the reference store makes sure we send the "tag" event
when a new image is built using buildx.

Signed-off-by: Djordje Lukic &lt;djordje.lukic@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The image store sends events when a new image is created/tagged, using
it instead of the reference store makes sure we send the "tag" event
when a new image is built using buildx.

Signed-off-by: Djordje Lukic &lt;djordje.lukic@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>API: deprecate VirtualSize field for /images/json and /images/{id}/json</title>
<updated>2023-04-18T12:46:11+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2023-04-17T11:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=1261fe69a3586bb102182aa885197822419c768c'/>
<id>1261fe69a3586bb102182aa885197822419c768c</id>
<content type='text'>
In versions of Docker before v1.10, this field was calculated from
the image itself and all of its parent images. Images are now stored
self-contained, and no longer use a parent-chain, making this field
an equivalent of the Size field.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In versions of Docker before v1.10, this field was calculated from
the image itself and all of its parent images. Images are now stored
self-contained, and no longer use a parent-chain, making this field
an equivalent of the Size field.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>api/server: getImagesJSON(): don't check version in a loop</title>
<updated>2023-04-17T11:07:49+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2023-04-17T11:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=9a9dfb1d0d66cac484cfc8c962e95645d8e686f0'/>
<id>9a9dfb1d0d66cac484cfc8c962e95645d8e686f0</id>
<content type='text'>
Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #45300 from thaJeztah/errdefs_alias</title>
<updated>2023-04-13T14:20:49+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>thaJeztah@users.noreply.github.com</email>
</author>
<published>2023-04-13T14:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=9b83875c1324848af8abfbb05bbaf1d7680066fb'/>
<id>9b83875c1324848af8abfbb05bbaf1d7680066fb</id>
<content type='text'>
use consistent alias for containerd's errdefs package, and validate in CI</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use consistent alias for containerd's errdefs package, and validate in CI</pre>
</div>
</content>
</entry>
</feed>
