updated documentation

This commit is contained in:
2026-09-08 08:52:17 -04:00
parent fec98fa812
commit b9bd0b09f9
2 changed files with 50 additions and 2 deletions
+6 -2
View File
@@ -54,7 +54,7 @@ A version labeled `latest` always exists.
| `X.Y` | The latest version within the specified minor version `X.Y`. |
| `X.Y.Z` | A specific version. |
## Configuration
## Runtime Configuration
### Environment Variables
@@ -91,7 +91,7 @@ curl --config ${CURL_CONFIG_DIR}/biz1.cfg ...
curl --config ${CURL_CONFIG_DIR}/biz2.cfg ...
```
## Usage
## Recommended Uses
This is expected to be extended or used directly for simple CI/CD runners.
@@ -101,6 +101,10 @@ You are welcome to copy the repository, but please open an issue first to avoid
- [Open Issue](https://git.inteligr8.com/inteligr8/base-runner-image/issues)
### Development
- [Documentation](docs/build.md)
## References
- [Debian Slim](https://github.com/linuxcontainers/debian-slim)