summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2021-09-03use bullseyekali kaneko (leap communications)
go in buster is < 1.12, which was needed by prometheus client. - Resolves: #16
2021-02-11Rename the project to menshenRuben Pollan
- Closes: #4
2020-03-30[pkg] Remove geoipupdate from containerkali kaneko (leap communications)
2019-10-17[docker] Switch to using chaperone for initMicah Anderson
This will allow us to setup a cronjob that will once per night download the geoipdb update.
2019-10-17[pkg] Fix up multi-stage DockerfileMicah Anderson
. Stop installing geoipupdate in first stage . Remove apt package lists when finished to reduce size . Remove bash tricks done for reducing layer sizes, they are removed due to multi-stage . Replace RUN mkdir with WORKDIR . Install ca-certificatges in second stage, as its needed to authenticate the remote server the geoip database is pulled from . Switch to RUN cp for the GEOIP.conf.default . Run geoipupdate in second stage to seed the database, without it, getmyip will fail to start
2019-10-16Make sure that geoipupdate is installed in final build stageMicah Anderson
2019-10-16Entrypoint flags need to be specified by commasMicah Anderson
2019-10-10Add Dockerfile and .gitlab-ci.yamlmicah