- Add main Dockerfile for production builds - Add Dockerfile.runtime for secure code execution - Add Dockerfile.runtime.fixed with improved configuration - Include .dockerignore for build optimization - Add integration documentation and publishing guides - Update API and CLI components for better runtime support - Enhance sandbox and container management features
27 lines
593 B
YAML
27 lines
593 B
YAML
header:
|
|
license:
|
|
spdx-id: Apache-2.0
|
|
copyright-owner: Hanzo Industries Inc.
|
|
content: |
|
|
Copyright 2025 Hanzo Industries Inc.
|
|
SPDX-License-Identifier: Apache-2.0
|
|
paths:
|
|
- 'libs/**/*.go'
|
|
- 'libs/**/*.sh'
|
|
- 'libs/**/*.js'
|
|
- 'libs/**/*.ts'
|
|
- 'libs/**/*.tsx'
|
|
- 'libs/**/*.py'
|
|
|
|
paths-ignore:
|
|
- 'libs/api-client/**'
|
|
- 'libs/runner-api-client/**'
|
|
- 'libs/api-client-go/**'
|
|
- 'libs/api-client-python/**'
|
|
- 'libs/api-client-python-async/**'
|
|
- 'apps/docs/**'
|
|
- 'libs/computer-use/**'
|
|
- 'hack/**'
|
|
|
|
comment: on-failure
|