Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install pyhidra in a docker container #35

Open
OscarAbundez23 opened this issue Jan 30, 2024 · 2 comments
Open

Install pyhidra in a docker container #35

OscarAbundez23 opened this issue Jan 30, 2024 · 2 comments

Comments

@OscarAbundez23
Copy link

Hi!! Is there a way to use pyhidra in a docker container? I've already tried to install it, but it tells me that it "could not find a version that satisfies the requirement pyhidra (from versions: none)"

@dc3-tsd
Copy link
Member

dc3-tsd commented Feb 1, 2024

While we do not currently maintain a public containerized version of Pyhidra it should be doable. When composing your container just make sure to have the same versions of Python and Ghidra installed as you would on a non-containerized installation.

@clearbluejar
Copy link
Contributor

I have a set of docker containers I publish for testing my python packages that rely on pyhidra. They are quite big as they include Ghidra, Java, and Python on a debian image, but they might work for you.

https://github.com/clearbluejar/ghidra-python/pkgs/container/ghidra-python

I am currently building them for the following combinations:
https://github.com/clearbluejar/ghidra-python/blob/54b21307125de9ee7238e3519179675b608abe51/.github/workflows/build-all-vers.yaml#L18-L21

@dc3-tsd , would you be interested in a PR for a new github workflow that would pytest the current version of pyhidra across the pyhidra supported versions of Ghidra?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants