nitefood / asn

ASN / RPKI validity / BGP stats / IPv4v6 / Prefix / URL / ASPath / Organization / IP reputation / IP geolocation / IP fingerprinting / Network recon / lookup API server / Web traceroute server
MIT License
1.31k stars 159 forks source link

Added initial container support based on alpine #51

Closed 33Fraise33 closed 8 months ago

33Fraise33 commented 11 months ago

Feature added as requested in #49 .

I used most pieces of @arbal his repo but based it on alpine to make it smaller. (total image is just below 50MB, you can build with: docker build -t asn:latest .)

I haven't had the chance to test all features, so help on that is welcome.

Lastly, I have not much CI knowledge to make automated builds towards a container registry and do automatic versioning. That should be added as well.