6 Commits

Author SHA1 Message Date
jcabillot f37556dde7 Merge pull request 'Update python Docker tag to v3.14' (#5) from renovate/python-3.x into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 34s
Docker Build and Push / test (push) Successful in 18s
Docker Build and Push / push (push) Successful in 22s
Reviewed-on: #5
2026-06-11 08:16:21 -04:00
renovate 0c46756898 Update python Docker tag to v3.14
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Successful in 32s
Docker Build and Push / test (pull_request) Successful in 9s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 16:19:33 +00:00
jcabillot 95bbb0c2d2 Merge pull request 'chore: fix Dockerfile FROM quotes, python image lookup, gitlabci' (#3) from chore/renovate into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 46s
Docker Build and Push / test (push) Successful in 14s
Docker Build and Push / push (push) Successful in 24s
Reviewed-on: #3
2026-06-09 11:56:39 -04:00
Sagent defcd3cf5c chore: remove renovate.json, gitlabci disabled globally, packageRules were no-op. Keep Dockerfile+gitlabci quote fixes.
Docker Build and Push / build (pull_request) Successful in 41s
2026-06-09 15:55:27 +00:00
jcabillot a8bc293e6b Merge pull request 'Migrate CI to 4-job pipeline with SHA-pinned actions' (#4) from feat/gitea-actions-v2 into master
Docker Build and Push / lint (push) Successful in 9s
Docker Build and Push / build (push) Successful in 43s
Docker Build and Push / test (push) Successful in 10s
Docker Build and Push / push (push) Successful in 22s
Reviewed-on: #4
2026-06-09 08:34:16 -04:00
Sagent 9ce55def15 chore: fix Dockerfile FROM quotes, gitlabci image quotes, add python image lookup fix
Docker Build and Push / build (pull_request) Successful in 53s
2026-06-09 02:17:23 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
image: "docker:latest" image: docker:latest
services: services:
- "docker:dind" - "docker:dind"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM "python:3.7-alpine" FROM python:3.14-alpine
ARG BUILD_DATE ARG BUILD_DATE
ARG VCS_REF ARG VCS_REF