Commit Graph

3 Commits

Author SHA1 Message Date
Frank Denis 85deb50eab Don't use a very old alpine linux version 2021-01-03 09:55:38 +01:00
Ilya Glotov d0ac396e12
Fix dockerized iptoasn
* Downgrade alpine from edge to 3.7, where libressl is 2.6 (needed for
openssl crate) and almost everything is more robust.
* Copy to the container only required files.
* Add libgcc package.
* Add readme file.
2018-07-18 18:23:41 +03:00
Ilya Glotov 79f0803fd5
Add entrypoint shell script
Listen port and database URL can be configured by using
environment variables: IPTOASN_PORT AND IPTOASN_DBURL

Docker container for the iptoasn_webservice may be used as a
binary - arbitrary args will be passed to the service if supplied
2017-07-31 20:44:50 +03:00