Skip to content

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

License

Notifications You must be signed in to change notification settings

wader/static-shaka-packager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published