swaglive/Docker Extract
Extract file(s) from a Docker Image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Docker Image to extract files from | yes | — |
| sources | Path(s) to a file or directory from the image. Relative paths are relative to the image's working directory. | yes | — |
| destination | Destination path for the extracted files | yes | dist |
| cleanup | Remove the container after extracting files | no | true |
| follow-link | Always follow symbol link in `sources` | no | false |
| platform | Platform for docker create | no | linux/amd64 |
Outputs
| name | description |
|---|---|
| destination | Destination of extracted file(s) |