Commit Graph

5 Commits

Author SHA1 Message Date
xtr3me 63fa457bae
Update Alpine to fix Cargo issue caused by textwrap 2022-09-21 12:04:40 +02:00
Aloïs Micard b5ea7d8fdd
docker: fix alpine version 2021-02-05 15:09:56 +01:00
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