apiVersion: freeleaps.com/v1alpha1 kind: DevOpsProjectDotfile metadata: name: freeleaps-authentication annotations: freeleaps.com/ref-devops-project-uid: "" spec: layout: FAST_API_VUE_3 serviceName: freeleaps-authentication executeMode: on-demand branch: main components: - name: authentication root: '.' language: python dependenciesManager: pip requirementsFile: requirements.txt buildCacheEnabled: true buildAgentImage: python:3.12-slim buildArtifacts: - '.' imageBuilder: dind dockerfilePath: Dockerfile imageName: authentication imageBuildRoot: '.' imageReleaseArchitectures: - linux/amd64