4 Commits

Author SHA1 Message Date
renovate f26d9b4eec chore(deps): update python docker tag to v3.14
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / lint (pull_request) Successful in 9s
Docker Build and Push / build (push) Failing after 2m13s
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / build (pull_request) Successful in 3m18s
Docker Build and Push / push (push) Has been skipped
Docker Build and Push / test (pull_request) Failing after 1m25s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 18:00:04 +00:00
jcabillot 570747cdc2 Merge pull request 'chore(config): migrate Renovate config' (#8) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 4m6s
Docker Build and Push / test (push) Successful in 31s
Docker Build and Push / push (push) Successful in 1m3s
Reviewed-on: #8
2026-06-09 11:30:24 -04:00
jcabillot 98a5059251 Merge pull request 'feat: migrate to 4-job CI pipeline v2' (#4) from feat/gitea-actions-v2 into master
Docker Build and Push / lint (push) Successful in 10s
Docker Build and Push / build (push) Successful in 1m16s
Docker Build and Push / test (push) Successful in 34s
Docker Build and Push / push (push) Successful in 1m51s
Reviewed-on: #4
2026-06-09 11:19:34 -04:00
renovate 5b87dce005 Migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 1m1s
2026-06-09 13:27:05 +00:00
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.14-alpine
ARG BUILD_DATE
ARG VCS_REF
+3 -2
View File
@@ -3,10 +3,11 @@
"gitlabci": {
"enabled": false
},
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"description": "Track ansible-review pip version from ARG in Dockerfile",
"fileMatch": ["^Dockerfile$"],
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["ARG ANSIBLE_REVIEW_VERSION=(?<currentValue>[\\d.]+)\\n"],
"depNameTemplate": "ansible-review",
"datasourceTemplate": "pypi"