https://github.com/rpardini/maxmind-geoip
an Alpine multiarch container image with GeoIP2 City and ASN data, updated daily
https://github.com/rpardini/maxmind-geoip
Last synced: 11 months ago
JSON representation
an Alpine multiarch container image with GeoIP2 City and ASN data, updated daily
- Host: GitHub
- URL: https://github.com/rpardini/maxmind-geoip
- Owner: rpardini
- License: apache-2.0
- Created: 2022-01-08T17:32:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T03:53:41.000Z (about 1 year ago)
- Last Synced: 2024-10-30T06:26:37.026Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## maxmind-geoip
an Alpine multiarch container image with GeoIP2 City and ASN data, updated daily.
### How to use
Be creative:
- As an init container with a shared emptyDir volume, just copy data over with `cp`
- Logstash, nginx-ingress, etc
- in `FROM` in Dockerfiles as a stage and copy data over with `COPY`
- when your app needs the data itself