@@ -0,0 +1,3 @@
|
||||
FROM ghcr.io/anomalyco/opencode:1.2.5
|
||||
|
||||
RUN apk add go
|
||||
|
||||
14
README.md
14
README.md
@@ -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
12
renovate.json5
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user