Skip to content

Commit

Permalink
add release versions for entitlements and driver_opts attributes
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
  • Loading branch information
glours committed Jul 18, 2024
1 parent 2d25dec commit d04baf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 05-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ networks:

### driver_opts

[![unreleased](https://img.shields.io/badge/compose-unreleased-blue?style=flat-square)](https://github.com/docker/compose)
[![Compose v2.27.1](https://img.shields.io/badge/compose-v2.27.1-blue?style=flat-square)](https://github.com/docker/compose/releases/v2.27.1)

`driver_opts` specifies a list of options as key-value pairs to pass to the driver. These options are
driver-dependent. Consult the driver's documentation for more information.
Expand Down
2 changes: 1 addition & 1 deletion build.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Illustrative examples of how this is used in Buildx can be found

## entitlements

[![unreleased](https://img.shields.io/badge/compose-unreleased-blue?style=flat-square)](https://github.com/docker/compose)
[![Compose v2.27.0](https://img.shields.io/badge/compose-v2.27.0-blue?style=flat-square)](https://github.com/docker/compose/releases/v2.27.0)

`entitlements` defines extra privileged entitlements to be allowed during the build

Expand Down
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ networks:

### driver_opts

[![unreleased](https://img.shields.io/badge/compose-unreleased-blue?style=flat-square)](https://github.com/docker/compose)
[![Compose v2.27.1](https://img.shields.io/badge/compose-v2.27.1-blue?style=flat-square)](https://github.com/docker/compose/releases/v2.27.1)

`driver_opts` specifies a list of options as key-value pairs to pass to the driver. These options are
driver-dependent. Consult the driver's documentation for more information.
Expand Down

0 comments on commit d04baf3

Please sign in to comment.