Donncha Ó Cearbhaill
10a5bccbe0
Fix usability nits in the Docker images ( #881 )
...
* Fix error in ADB key generation commmand
* Add useful forensic analysis tools
2026-08-19 11:43:40 +02:00
besendorf
436a0dc7c0
Convert dependency management to uv ( #785 )
2026-05-11 23:21:40 +02:00
Donncha Ó Cearbhaill and scribblemaniac
ccd563f2ba
Improve docker images tags based on PR #740 ( #754 )
...
* Modify docker image deployment behavior
* Use build-push-action to create image provenance & sbom attestations
* Upgrade github actions
* Fix inconsistent capitialization in dockerfiles
---------
Co-authored-by: scribblemaniac <scribblemaniac@users.noreply.github.com >
2026-04-01 18:42:30 +02:00
Donncha Ó Cearbhaill
7772d2de72
Add build dependencies for pyahocorasick
2024-10-23 15:10:11 +02:00
Donncha Ó Cearbhaill
37705d11fa
Add checksum for ABE jar
2024-10-23 14:57:03 +02:00
Donncha Ó Cearbhaill
319bc7e9cd
Switch docker build to use local context rather than pulling
2024-10-23 14:56:35 +02:00
Donncha Ó Cearbhaill
4598293c82
Generate ADB key on first run to avoid static key in image
2024-10-23 13:18:43 +02:00
Donncha Ó Cearbhaill
6e0cd23bbc
Add license to Docker image metadata
2024-10-23 13:17:47 +02:00
scribblemaniac
79dbf999a9
Use OCI standard labels for docker image
2024-07-03 15:45:47 -06:00
scribblemaniac
89d31f3212
Refactor Dockerfile into tool-specific multi-stage builds
...
Also made the following other changes:
- The final image for the tool-specific Dockerfiles is based off of
alpine instead of ubuntu
- Add step to build libtatsu, which is a new dependency for
libimobiledevice
- Multithread make operations during build
- Use ARG instead of ENV for build environment variables
- Use apt-get instead of apt
- Use non-dev library in the final image (except for manually built libraries)
2024-07-03 15:45:47 -06:00