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: 3 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-22T05:08:20.000Z (4 months ago)
- Last Synced: 2026-02-22T11:55:41.944Z (4 months ago)
- Language: Dockerfile
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 1
- 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