Skip to content

add platform-split parameter #22753

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 56 additions & 54 deletions _vale/config/vocabularies/Docker/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,34 @@ Anchore
Apple
Artifactory
Azure
bootup
Btrfs
BuildKit
BusyBox
CentOS
Ceph
cgroup
Chrome
Chrome DevTools
Citrix
CloudFront
Codefresh
Codespaces
config
containerd
Couchbase
CouchDB
datacenter
Datadog
Ddosify
Debootstrap
deprovisioning
deserialization
deserialize
Dev
Dev Environments?
Dex
displayName
Django
DMR
Docker Build Cloud
Expand All @@ -37,24 +46,31 @@ Docker Team
Docker-Sponsored Open Source
Docker's
Dockerfile
dockerignore
Dockerize
Dockerizing
Entra
Ethernet
EPERM
Ethernet
Fargate
Fedora
firewalld
Flink
fluentd
g?libc
GeoNetwork
GGUF
Git
GitHub( Actions)?
Google
Grafana
Gravatar
gRPC
HyperKit
inotify
Intel
Intune
iptables
IPv[46]
IPvlan
Jamf
Expand All @@ -64,48 +80,86 @@ JUnit
Kerberos
Kitematic
Kubeadm
kubectl
kubefwd
kubelet
Kubernetes
Laradock
Laravel
libseccomp
Linux
LinuxKit
Logstash
lookup
Mac
macOS
macvlan
Mail(chimp|gun)
mfsymlinks
Microsoft
minikube
monorepos?
musl
MySQL
nameserver
namespace
namespacing
netfilter
netlabel
Netplan
NFSv\d
Nginx
npm
Nutanix
Nuxeo
OAuth
Okta
Ollama
osquery
osxfs
OTel
Paketo
pgAdmin
PKG
Postgres
PowerShell
Python
rollback
rootful
runc
Ryuk
S3
Slack
snapshotters?
Snyk
Solr
SonarQube
SQLite
stdin
stdout
subfolder
Syft
syntaxes
Sysbox
sysctls
Sysdig
systemd
Testcontainers
tmpfs
Traefik
Trixie
Ubuntu
ufw
uid
umask
Unix
unmanaged
VMware
vpnkit
vSphere
Wasm
Windows
windowsfilter
WireMock
Xdebug
Zscaler
Expand Down Expand Up @@ -166,56 +220,4 @@ Zsh
[Vv]irtiofs
[Vv]irtualize
[Ww]alkthrough
bootup
cgroup
config
containerd
datacenter
deprovisioning
deserialization
deserialize
displayName
dockerignore
firewalld
fluentd
g?libc
gRPC
inotify
iptables
kubectl
kubefwd
kubelet
libseccomp
lookup
macOS
macvlan
mfsymlinks
minikube
monorepos?
musl
nameserver
namespace
namespacing
netfilter
netlabel
npm
osquery
osxfs
pgAdmin
rollback
rootful
runc
snapshotters?
stdin
stdout
syntaxes
sysctls
systemd
tmpfs
ufw
uid
umask
unmanaged
vSphere
vpnkit
windowsfilter

7 changes: 4 additions & 3 deletions content/manuals/build/exporters/local-tar.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ $ docker buildx build --output type=tar[,parameters] .

The following table describes the available parameters:

| Parameter | Type | Default | Description |
| --------- | ------ | ------- | --------------------- |
| `dest` | String | | Path to copy files to |
| Parameter | Type | Default | Description |
|------------------|---------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `dest` | String | | Path to copy files to |
| `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. |

## Further reading

Expand Down