An open API service indexing awesome lists of open source software.

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

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.