mirror of
https://github.com/apple/container.git
synced 2026-07-12 12:37:02 +00:00
a00ec5c1f7
docker-compatible `--secret id=key,...` arg for `container build`, that works with Dockerfiles with `RUN --mount=type=secret` Requires https://github.com/apple/container-builder-shim/pull/69 ## Type of Change - [ ] Bug fix - [x] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context Adds support for Dockerfiles that use build secrets (e.g. `RUN --mount=type=secret ...`) ## Testing - [x] Tested locally - [x] Added/updated tests - [x] Added/updated docs