Skip to content

Commit 725e34e

Browse files
authored
add platform-split parameter (#22753)
<!--Delete sections as needed --> ## Description Parameter was missing. ## Related issues or tickets docker/buildx#3215 (comment) ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 376346a commit 725e34e

File tree

2 files changed

+60
-57
lines changed

2 files changed

+60
-57
lines changed

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 56 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,34 @@ Anchore
44
Apple
55
Artifactory
66
Azure
7+
bootup
78
Btrfs
89
BuildKit
910
BusyBox
1011
CentOS
1112
Ceph
13+
cgroup
1214
Chrome
1315
Chrome DevTools
1416
Citrix
1517
CloudFront
1618
Codefresh
1719
Codespaces
20+
config
21+
containerd
1822
Couchbase
1923
CouchDB
24+
datacenter
2025
Datadog
2126
Ddosify
2227
Debootstrap
28+
deprovisioning
29+
deserialization
30+
deserialize
2331
Dev
2432
Dev Environments?
2533
Dex
34+
displayName
2635
Django
2736
DMR
2837
Docker Build Cloud
@@ -37,24 +46,31 @@ Docker Team
3746
Docker-Sponsored Open Source
3847
Docker's
3948
Dockerfile
49+
dockerignore
4050
Dockerize
4151
Dockerizing
4252
Entra
43-
Ethernet
4453
EPERM
54+
Ethernet
4555
Fargate
4656
Fedora
57+
firewalld
4758
Flink
59+
fluentd
60+
g?libc
4861
GeoNetwork
4962
GGUF
5063
Git
5164
GitHub( Actions)?
5265
Google
5366
Grafana
5467
Gravatar
68+
gRPC
5569
HyperKit
70+
inotify
5671
Intel
5772
Intune
73+
iptables
5874
IPv[46]
5975
IPvlan
6076
Jamf
@@ -64,48 +80,86 @@ JUnit
6480
Kerberos
6581
Kitematic
6682
Kubeadm
83+
kubectl
84+
kubefwd
85+
kubelet
6786
Kubernetes
6887
Laradock
6988
Laravel
89+
libseccomp
7090
Linux
7191
LinuxKit
7292
Logstash
93+
lookup
7394
Mac
95+
macOS
96+
macvlan
7497
Mail(chimp|gun)
98+
mfsymlinks
7599
Microsoft
100+
minikube
101+
monorepos?
102+
musl
76103
MySQL
104+
nameserver
105+
namespace
106+
namespacing
107+
netfilter
108+
netlabel
77109
Netplan
78110
NFSv\d
79111
Nginx
112+
npm
80113
Nutanix
81114
Nuxeo
82115
OAuth
83116
Okta
84117
Ollama
118+
osquery
119+
osxfs
85120
OTel
86121
Paketo
122+
pgAdmin
87123
PKG
88124
Postgres
89125
PowerShell
90126
Python
127+
rollback
128+
rootful
129+
runc
91130
Ryuk
92131
S3
93132
Slack
133+
snapshotters?
94134
Snyk
95135
Solr
96136
SonarQube
97137
SQLite
138+
stdin
139+
stdout
140+
subfolder
98141
Syft
142+
syntaxes
99143
Sysbox
144+
sysctls
100145
Sysdig
146+
systemd
101147
Testcontainers
148+
tmpfs
102149
Traefik
103150
Trixie
104151
Ubuntu
152+
ufw
153+
uid
154+
umask
105155
Unix
156+
unmanaged
106157
VMware
158+
vpnkit
159+
vSphere
107160
Wasm
108161
Windows
162+
windowsfilter
109163
WireMock
110164
Xdebug
111165
Zscaler
@@ -166,56 +220,4 @@ Zsh
166220
[Vv]irtiofs
167221
[Vv]irtualize
168222
[Ww]alkthrough
169-
bootup
170-
cgroup
171-
config
172-
containerd
173-
datacenter
174-
deprovisioning
175-
deserialization
176-
deserialize
177-
displayName
178-
dockerignore
179-
firewalld
180-
fluentd
181-
g?libc
182-
gRPC
183-
inotify
184-
iptables
185-
kubectl
186-
kubefwd
187-
kubelet
188-
libseccomp
189-
lookup
190-
macOS
191-
macvlan
192-
mfsymlinks
193-
minikube
194-
monorepos?
195-
musl
196-
nameserver
197-
namespace
198-
namespacing
199-
netfilter
200-
netlabel
201-
npm
202-
osquery
203-
osxfs
204-
pgAdmin
205-
rollback
206-
rootful
207-
runc
208-
snapshotters?
209-
stdin
210-
stdout
211-
syntaxes
212-
sysctls
213-
systemd
214-
tmpfs
215-
ufw
216-
uid
217-
umask
218-
unmanaged
219-
vSphere
220-
vpnkit
221-
windowsfilter
223+

content/manuals/build/exporters/local-tar.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ $ docker buildx build --output type=tar[,parameters] .
2525

2626
The following table describes the available parameters:
2727

28-
| Parameter | Type | Default | Description |
29-
| --------- | ------ | ------- | --------------------- |
30-
| `dest` | String | | Path to copy files to |
28+
| Parameter | Type | Default | Description |
29+
|------------------|---------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
30+
| `dest` | String | | Path to copy files to |
31+
| `platform-split` | Boolean | `true` | When using the local exporter with a multi-platform build, by default, a subfolder matching each target platform is created in the destination directory. Set it to `false` to merge files from all platforms into the same directory. |
3132

3233
## Further reading
3334

0 commit comments

Comments
 (0)