Docker

詳細情報

タイトル Docker
URL https://www.docker.com/
バージョン ver 25.0.6
更新日 2024/07/26
追加日 2016/02/05
種別 フリーソフト
説明 オープンソースのコンテナー管理ソフトウェア。

レビュー

レビューはありません。

スクリーンショット

更新グラフ

バージョン履歴

v25.0.6

25.0.6

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

  • docker/cli, 25.0.6 milestone
  • moby/moby, 25.0.6 milestone
  • Deprecated and removed features, see Deprecated Features.
  • Changes to the Engine API, see API version history.

Security

This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq that impacted setups using authorization plugins (AuthZ) for access control.

Bug fixes and enhancements

  • [25.0] remove erroneous platform from image config OCI descriptor in docker save output. moby/moby#47695
  • [25.0 backport] Fix a n
(省略されました)
v27.1.1

27.1.1

Security

This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq
that impacted setups using authorization plugins (AuthZ)
for access control. No other changes are included in this release, and this
release is otherwise identical for users not using AuthZ plugins.

Packaging updates

  • Update Compose to v2.29.1. moby/docker-ce-packaging#1041

Full Changelog: v27.1.0...v27.1.1

v27.1.0

27.1.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

  • docker/cli, 27.1.0 milestone
  • moby/moby, 27.1.0 milestone
  • Deprecated and removed features, see Deprecated Features.
  • Changes to the Engine API, see API version history.

Bug fixes and enhancements

  • rootless: add Requires=dbus.socket to prevent errors when starting the daemon on a cgroup v2 host with systemd moby/moby#48141
  • containerd integration: image tag event is now properly emitted when building images with Buildkit moby/moby#48182
  • cli: add OOMScoreAdj to docker service create and docker stack docker/cli#5274
(省略されました)
v27.0.3

27.0.3

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

  • docker/cli, 27.0.3 milestone
  • moby/moby, 27.0.3 milestone
  • Deprecated and removed features, see Deprecated Features.
  • Changes to the Engine API, see API version history.

Bug fixes and enhancements

  • Fix a regression that incorrectly reported a port mapping from a host IPv6 address to an IPv4-only container as an error. moby/moby#48090
  • Fix a regression that caused duplicate subnet allocations when creating networks. moby/moby#48089
  • Fix a regression resulting in "fail to register layer: failed to Lchown" errors when trying to pull an image with rootless enabled on
(省略されました)
v27.0.2

27.0.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

  • docker/cli, 27.0.2 milestone
  • moby/moby, 27.0.2 milestone
  • Deprecated and removed features, see Deprecated Features.
  • Changes to the Engine API, see API version history.

Bug fixes and enhancements

  • Fix a regression that caused port numbers to be ignored when parsing a Docker registry URL. docker/cli#5197, docker/cli#5198

Removed

  • api/types: deprecate ContainerJSONBase.Node field and ContainerNode type. These definitions were used by the standalone ("classic") Swarm API, but never implemented in the Docker Engine
(省略されました)
v27.0.1

27.0.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

  • docker/cli, 27.0.0 milestone
  • moby/moby, 27.0.0 milestone
  • Deprecated and removed features, see Deprecated Features.
  • Changes to the Engine API, see API version history.

New

  • containerd image store: Add --platform flag to docker image push and improve the default behavior when not all platforms of the multi-platform image are available locally. docker/cli#4984, moby/moby#47679
  • Add support to docker stack deploy for driver_opts in a service's networks. docker/cli#5125
  • Consider additional /usr
(省略されました)
v27.0.1-rc.1 Pre-release
Pre-release

27.0.1-rc.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

  • docker/cli, 27.0.0 milestone
  • moby/moby, 27.0.0 milestone
  • Deprecated and removed features, see Deprecated Features.
  • Changes to the Engine API, see API version history.

Bug-fixes and enhancements

  • *client.Client instances are now always safe for concurrent use by multiple goroutines. Previously, this could lead to data races when the WithAPIVersionNegotiation() option is used. moby/moby#47961
  • Write volume options JSON atomically to avoi
(省略されました)
v27.0.0-rc.2 Pre-release
Pre-release

27.0.0-rc.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

  • docker/cli, 27.0.0 milestone
  • moby/moby, 27.0.0 milestone
  • Deprecated and removed features, see Deprecated Features.
  • Changes to the Engine API, see API version history.

New

  • In port mappings with no host port specified, and with host port ranges, allocate the same port for IPv4 and IPv6. Add bridge driver option com.docker.network.bridge.gateway_mode_ipv6=<nat|routed>, when set to routed no NAT or masquerading rules are configured for port mappings.
(省略されました)
v27.0.0-rc.1 Pre-release
Pre-release

27.0.0-rc.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

  • docker/cli, 27.0.0 milestone
  • moby/moby, 27.0.0 milestone
  • Deprecated and removed features, see Deprecated Features.
  • Changes to the Engine API, see API version history.

New

  • Add support to docker stack deploy for driver_opts in a service's networks. docker/cli#5125
  • containerd image store: Add --platform flag to docker image push and improve the default behavior when not all platforms of the multi-platform image
(省略されました)
v26.1.4

26.1.4

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

  • docker/cli, 26.1.4 milestone
  • moby/moby, 26.1.4 milestone
  • Deprecated and removed features, see Deprecated Features.
  • Changes to the Engine API, see API version history.

Security

This release updates the Go runtime to 1.21.11 which contains security fixes for:

  • CVE-2024-24789
  • CVE-2024-24790
  • A symlink time of check to time of use race condition during directory removal reported by Addison Crump (@addisoncrump).

Bug fixes and enhancements

  • Fixed an issue where rapidly promoting a node after another node
(省略されました)
v23.0.12

23.0.12

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:

  • moby/moby, 23.0.12 milestone

There is no corresponding docker/cli v23.0.12 release as no changes have been made since v23.0.10.