mirror of
https://github.com/apple/container.git
synced 2026-07-13 04:57:08 +00:00
5fb62ab18c
This PR adds a feature passing resource directory for the plugins. When a `resources` directory is detected under the plugin's `installURL`, the path to `resources` directory is passed as an argument (i.e., `--resources <path>`) to the plugin `start`. Resource files are distributed and installed together with the `container` binary. ## Type of Change - [ ] Bug fix - [X] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context Plugin developers can convey resource files (e.g., shell scripts) under the `resources` directory. ## Testing - [X] Tested locally - [ ] Added/updated tests - [ ] Added/updated docs