Update optimization recommendations and runner configurations to utilize official Docker images for Java, Python, Node.js, and security tools; enhance documentation for clarity on available images and their benefits.
Some checks failed
LabFusion CI/CD Pipeline / api-docs (push) Failing after 2s
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 2s
LabFusion CI/CD Pipeline / frontend (push) Failing after 2s
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 2s
LabFusion CI/CD Pipeline / security-scan (push) Has been skipped
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped
Docker Build and Push / build-and-push (push) Failing after 3m55s
Docker Build and Push / security-scan (push) Has been skipped
Docker Build and Push / deploy-staging (push) Has been skipped
Integration Tests / integration-tests (push) Failing after 2s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / deploy-production (push) Has been skipped

This commit is contained in:
glenn schrooyen
2025-09-13 01:51:12 +02:00
parent e55c642db2
commit fefd16f5b3
6 changed files with 54 additions and 47 deletions

View File

@@ -44,8 +44,8 @@ runner:
# If it's empty when execute `daemon`, will use labels in `.runner` file.
labels:
# Primary optimized images (checked first)
- "security:docker://docker.gitea.com/runner-images:ubuntu-22.04-security"
- "scan:docker://docker.gitea.com/runner-images:ubuntu-22.04-security"
- "security:docker://alpine:3.19"
- "scan:docker://alpine:3.19"
# Fallback images (checked last)
- "ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest"
- "self-hosted:docker://docker.gitea.com/runner-images:ubuntu-latest"