Initial commit

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-02-18 20:20:24 +00:00
parent 36516f38ca
commit 465547466c
3 changed files with 18 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
FROM ghcr.io/anomalyco/opencode:1.2.5
RUN apk add go

View File

@@ -4,11 +4,7 @@ Extending opencode with additional binaries
## Features
## Install
```sh
```
* Includes Go
## Building from source
@@ -18,14 +14,10 @@ With Docker:
make docker-build
```
Standalone:
```sh
make build
```
## Resources
* https://github.com/anomalyco/opencode/pkgs/container/opencode
## Contributing
If you find a bug or have an idea for a new feature please [raise an issue](issues/new) to discuss it.

12
renovate.json5 Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": false,
"platformAutomerge": true,
"branchConcurrentLimit": 0,
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"rebaseWhen": "behind-base-branch",
"extends": [
"local>averagemarcus/renovate-config//source-urls"
]
}