Skip to content

Commit 2ae358d

Browse files
authored
Merge pull request #486 from crazy-max/update-readme
readme: update to v4
2 parents 4d04d5d + d586dba commit 2ae358d

1 file changed

Lines changed: 17 additions & 22 deletions

File tree

README.md

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,14 @@ jobs:
4040
buildx:
4141
runs-on: ubuntu-latest
4242
steps:
43-
-
44-
name: Checkout
45-
uses: actions/checkout@v5
4643
-
4744
# Add support for more platforms with QEMU (optional)
4845
# https://github.com/docker/setup-qemu-action
4946
name: Set up QEMU
50-
uses: docker/setup-qemu-action@v3
47+
uses: docker/setup-qemu-action@v4
5148
-
5249
name: Set up Docker Buildx
53-
uses: docker/setup-buildx-action@v3
50+
uses: docker/setup-buildx-action@v4
5451
```
5552
5653
## Configuring your builder
@@ -133,23 +130,6 @@ The following [official docker environment variables](https://docs.docker.com/en
133130

134131
### `nodes` output
135132

136-
```json
137-
[
138-
{
139-
"name": "builder-3820d274-502c-4498-ae24-d4c32b3023d90",
140-
"endpoint": "unix:///var/run/docker.sock",
141-
"driver-opts": [
142-
"network=host",
143-
"image=moby/buildkit:master"
144-
],
145-
"status": "running",
146-
"buildkitd-flags": "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host",
147-
"buildkit": "3fab389",
148-
"platforms": "linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/amd64/v4,linux/386"
149-
}
150-
]
151-
```
152-
153133
| Name | Type | Description |
154134
|-------------------|--------|----------------------------|
155135
| `name` | String | Node name |
@@ -160,6 +140,21 @@ The following [official docker environment variables](https://docs.docker.com/en
160140
| `buildkit` | String | BuildKit version |
161141
| `platforms` | String | Platforms available |
162142

143+
Example:
144+
145+
```json
146+
[
147+
{
148+
"name": "builder-8fa135e1-9bce-4a29-9368-46a09a1d750d0",
149+
"endpoint": "unix:///var/run/docker.sock",
150+
"status": "running",
151+
"buildkitd-flags": "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host",
152+
"buildkit": "v0.27.1",
153+
"platforms": "linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/386"
154+
}
155+
]
156+
```
157+
163158
## Contributing
164159

165160
Want to contribute? Awesome! You can find information about contributing to

0 commit comments

Comments
 (0)