wader / static-shaka-packager

Image with shaka-packager binary built as hardened static PIE binaries with no external dependencies

Home Page:https://hub.docker.com/r/mwader/static-shaka-packager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

static-shaka-packager

Image with shaka-packager binary built as hardened static PIE binaries with no external dependencies. Can be used with any base image even scratch.

Usage

COPY --from=mwader/static-shaka-packager:2.5.1 /packager /usr/local/bin/
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.

About

Image with shaka-packager binary built as hardened static PIE binaries with no external dependencies

https://hub.docker.com/r/mwader/static-shaka-packager

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%