Enhance runner configurations by adding Docker registry authentication to avoid rate limits; update example environment file with Docker Hub credentials; include new documentation for Docker rate limit solutions in structure.txt.
Some checks failed
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 3s
LabFusion CI/CD Pipeline / api-docs (push) Failing after 3s
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 2s
LabFusion CI/CD Pipeline / frontend (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 3m33s
Docker Build and Push / security-scan (push) Has been skipped
Docker Build and Push / deploy-staging (push) Has been skipped
Docker Build and Push / deploy-production (push) Has been skipped
Integration Tests / integration-tests (push) Failing after 2s
Integration Tests / performance-tests (push) Has been skipped

This commit is contained in:
glenn schrooyen
2025-09-13 02:24:23 +02:00
parent fefd16f5b3
commit 581bd59039
9 changed files with 640 additions and 4 deletions

View File

@@ -12,3 +12,8 @@ GITEA_RUNNER_TOKEN=your_runner_registration_token_here
# GITEA_RUNNER_NAME_LIGHT=labfusion-runner-light
# GITEA_RUNNER_NAME_DOCKER=labfusion-runner-docker
# GITEA_RUNNER_NAME_SECURITY=labfusion-runner-security
# Docker Hub credentials (to avoid rate limits)
# Create a free Docker Hub account at https://hub.docker.com
DOCKER_USERNAME=your_dockerhub_username
DOCKER_PASSWORD=your_dockerhub_password