https://github.com/wader/static-shaka-packager
Image with shaka-packager binary built as hardened static PIE binaries with no external dependencies
https://github.com/wader/static-shaka-packager
docker shaka-packager
Last synced: over 1 year ago
JSON representation
Image with shaka-packager binary built as hardened static PIE binaries with no external dependencies
- Host: GitHub
- URL: https://github.com/wader/static-shaka-packager
- Owner: wader
- License: apache-2.0
- Created: 2019-11-07T21:22:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T16:00:42.000Z (over 1 year ago)
- Last Synced: 2025-01-19T19:11:49.659Z (over 1 year ago)
- Topics: docker, shaka-packager
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/mwader/static-shaka-packager
- Size: 39.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## static-shaka-packager
Image with [shaka-packager](https://github.com/shaka-project/shaka-packager) binary built as hardened static PIE binaries with no
external dependencies. Can be used with any base image even scratch.
### Usage
```Dockerfile
COPY --from=mwader/static-shaka-packager:2.5.1 /packager /usr/local/bin/
```
```sh
docker run --rm -u $UID:$GROUPS -v "$PWD:$PWD" -w "$PWD" mwader/static-shaka-packager:2.6.1 ...
```
### Files in the image
- `/packager` shaka-packager binary
### Security
Binary is built with various hardening features but it's probably still a good idea to run
them as non-root even when used inside a container, especially so if running on input files
that you don't control.