<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker.git/docs/api, 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>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>docs/api: version-history: also mention /system/df for VirtualSize</title>
<updated>2023-05-06T14:28:37+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2023-05-06T14:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=fdc7a786527b398328dbbbafa3314de11de3fe6b'/>
<id>fdc7a786527b398328dbbbafa3314de11de3fe6b</id>
<content type='text'>
Commit 1261fe69a3586bb102182aa885197822419c768c deprecated the VirtualSize
field, but forgot to mention that it's also included in the /system/df
endpoint.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 1261fe69a3586bb102182aa885197822419c768c deprecated the VirtualSize
field, but forgot to mention that it's also included in the /system/df
endpoint.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>API: bump version to 1.44</title>
<updated>2023-05-05T23:41:49+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2023-04-17T11:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=fd0b109bf71f3a649ea472fdb47f9ca9eedad6f2'/>
<id>fd0b109bf71f3a649ea472fdb47f9ca9eedad6f2</id>
<content type='text'>
The 24.0 branch was created, so changes in master/main should now be
targeting the next version of the API (1.44).

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 24.0 branch was created, so changes in master/main should now be
targeting the next version of the API (1.44).

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>api: synchronize api/swagger.yaml with docs/api/v1.43.yaml</title>
<updated>2023-05-04T23:10:20+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2023-05-04T23:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=5f36d4af15f30d4a154f53baf4d9d156d5ee69ef'/>
<id>5f36d4af15f30d4a154f53baf4d9d156d5ee69ef</id>
<content type='text'>
- forward-port changes from 0ffaa6c7858f0a5d85318efda43a2d20a684eae2 to api/swagger.yaml (v1.44-dev)
- backports the changes to v1.43;
  - Update container OOMKilled flag immediately 57d2d6ef621cc126ca904e8fc98fbacbd345790a
  - Add no-new-privileges to SecurityOptions returned by /info eb7738221c3b6a6a1c1f46e4f38357473feddfc4
  - API: deprecate VirtualSize field for /images/json and /images/{id}/json 1261fe69a3586bb102182aa885197822419c768c
  - api/types/container: create type for changes endpoint dbb48e4b29e124aef6716ee8ad6856bf696235ca
  - builder-next/prune: Handle "until" filter timestamps 54a125f67703ab51ed8a004b625439dfafa7aa6c

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- forward-port changes from 0ffaa6c7858f0a5d85318efda43a2d20a684eae2 to api/swagger.yaml (v1.44-dev)
- backports the changes to v1.43;
  - Update container OOMKilled flag immediately 57d2d6ef621cc126ca904e8fc98fbacbd345790a
  - Add no-new-privileges to SecurityOptions returned by /info eb7738221c3b6a6a1c1f46e4f38357473feddfc4
  - API: deprecate VirtualSize field for /images/json and /images/{id}/json 1261fe69a3586bb102182aa885197822419c768c
  - api/types/container: create type for changes endpoint dbb48e4b29e124aef6716ee8ad6856bf696235ca
  - builder-next/prune: Handle "until" filter timestamps 54a125f67703ab51ed8a004b625439dfafa7aa6c

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&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>Add no-new-privileges to SecurityOptions returned by /info</title>
<updated>2023-04-18T07:34:08+00:00</updated>
<author>
<name>Albin Kerouanton</name>
<email>albinker@gmail.com</email>
</author>
<published>2023-04-13T11:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=eb7738221c3b6a6a1c1f46e4f38357473feddfc4'/>
<id>eb7738221c3b6a6a1c1f46e4f38357473feddfc4</id>
<content type='text'>
Signed-off-by: Albin Kerouanton &lt;albinker@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Albin Kerouanton &lt;albinker@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>api: Remove &lt;none&gt; in Repo(Tags|Digests) for &gt;= 1.43</title>
<updated>2023-02-27T18:44:43+00:00</updated>
<author>
<name>Paweł Gronowski</name>
<email>pawel.gronowski@docker.com</email>
</author>
<published>2023-02-23T14:40:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=248745004a81dcb32458c8b1b83333f2e1683edc'/>
<id>248745004a81dcb32458c8b1b83333f2e1683edc</id>
<content type='text'>
Deprecate `&lt;none&gt;:&lt;none&gt;` and `&lt;none&gt;@&lt;none&gt;` magic strings included in
`RepoTags` and `RepoDigests`.
Produce an empty arrays instead and leave the presentation of
untagged/dangling images up to the client.

Signed-off-by: Paweł Gronowski &lt;pawel.gronowski@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate `&lt;none&gt;:&lt;none&gt;` and `&lt;none&gt;@&lt;none&gt;` magic strings included in
`RepoTags` and `RepoDigests`.
Produce an empty arrays instead and leave the presentation of
untagged/dangling images up to the client.

Signed-off-by: Paweł Gronowski &lt;pawel.gronowski@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>daemon: add annotations to container HostConfig</title>
<updated>2023-02-23T23:59:00+00:00</updated>
<author>
<name>Cory Snider</name>
<email>csnider@mirantis.com</email>
</author>
<published>2023-02-17T20:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=0ffaa6c7858f0a5d85318efda43a2d20a684eae2'/>
<id>0ffaa6c7858f0a5d85318efda43a2d20a684eae2</id>
<content type='text'>
Allow clients to set annotations on a container which will applied to
the container's OCI spec.

Signed-off-by: Cory Snider &lt;csnider@mirantis.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow clients to set annotations on a container which will applied to
the container's OCI spec.

Signed-off-by: Cory Snider &lt;csnider@mirantis.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/api: add v1.43 OpenAPI definitions</title>
<updated>2023-02-21T18:20:18+00:00</updated>
<author>
<name>Cory Snider</name>
<email>csnider@mirantis.com</email>
</author>
<published>2023-02-21T18:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=50d71649782428e64f891bdf42de8f275589c618'/>
<id>50d71649782428e64f891bdf42de8f275589c618</id>
<content type='text'>
Signed-off-by: Cory Snider &lt;csnider@mirantis.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Cory Snider &lt;csnider@mirantis.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
