Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rjbrown57/binextractor

extract binaries from container images
https://github.com/rjbrown57/binextractor

Last synced: 8 days ago
JSON representation

extract binaries from container images

Awesome Lists containing this project

README

        

# BinExtractor

Extract a binary from a container image. For example `binextractor -i "bitnami/kubectl:1.20.12" -s "opt/bitnami/kubectl/bin/kubectl" -d "kubectl"`

utilizes https://github.com/google/go-containerregistry

## Flags
* -i --image, Image name
* -s --sourcepath, path within image to extract
* -d --destpath, destination path of image

## Fixes
* handle multiplatform images
* Verify + sanitize output destination pre image pull
* Wildcards for the search binary
* Optional configureable perms