-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GeoIP database][subtask] Add a CronJob
geoip updater task for mirrorbits
#4278
Comments
WIP Custom Docker Image:
|
CronJob
geoip updater task for mirrorbits
…#844) as per jenkins-infra/helpdesk#4278 (comment) and jenkins-infra/helpdesk#4240 lets provide a write access for the kubernetes cronjob to update geoip-data
Update: with jenkins-infra/azure#844, we now have an Azure Client (App + SP + password) allowed to get temp. token to write on the file share. Can be tested locally (inside the docker image) and will be added in SOPS (and used as kubernetes secret passed as pod env var) by the chart |
Update:
|
@smerle33 please check that the DockerHub repository name is properly specified for the image name in the |
Additional task (worth a PR @smerle33 ) |
specific repository done: https://github.com/jenkins-infra/docker-geoipupdate next step: helm/helm chart to integrate to our kubernetes. |
updating the docker image to be able to specify the fileshare (hardcoded until then) jenkins-infra/docker-geoipupdate#11 |
azcopy
) => an infra.ci job ?Originally posted by @dduportal in #4240 (comment)
We need a specific Docker Image with both geoipupdater and azcopy : #4278 (comment)
We will then be able to schedule a cronjob from kubernetes to update the geoip database directly in the file share.
The text was updated successfully, but these errors were encountered: