Skip to content

Unofficial ECT (Efficient Compression Tool) Docker image

License

Notifications You must be signed in to change notification settings

tobijdc/ECT-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECT Docker

Docker image for ECT - Efficient Compression Tool.

The ECT project is licensed under Apache License 2.0, but has depencencies to other libraries, which have other licenses. You can find those in the ECT repository or in the Docker image in the folder "/opt/licenses".

Relevant code here is under MIT License.

Background

To make the docker image as small as possible, some analysis was needed. Here are some notes.

Dynamic Links of ECT executable

  NEEDED               libpthread.so.0
  NEEDED               libstdc++.so.6
  NEEDED               libm.so.6
  NEEDED               libgcc_s.so.1 // libgcc-s1
  NEEDED               libc.so.6

Where libraries where found in debian-slim

./lib/x86_64-linux-gnu/libpthread.so.0
./usr/lib/x86_64-linux-gnu/libstdc++.so.6
./lib/x86_64-linux-gnu/libm.so.6
./lib/x86_64-linux-gnu/libgcc_s.so.1
./lib/x86_64-linux-gnu/libc.so.6

About

Unofficial ECT (Efficient Compression Tool) Docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published