also added `docker-compose` to opencode
This commit is contained in:
@@ -26,15 +26,15 @@ jobs:
|
|||||||
ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519
|
ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519
|
||||||
target: release-bin
|
target: release-bin
|
||||||
build-args: |
|
build-args: |
|
||||||
OPENCODE_VERSION=1.18.5
|
OPENCODE_VERSION=1.18.10
|
||||||
BUN_VERSION=1.3.14
|
BUN_VERSION=1.3.14
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
push: true
|
push: true
|
||||||
pull: true
|
pull: true
|
||||||
tags: |
|
tags: |
|
||||||
"gitea.woggioni.net/woggioni/opencode:1.18.5-bin"
|
"gitea.woggioni.net/woggioni/opencode:1.18.10-bin"
|
||||||
"gitea.woggioni.net/woggioni/opencode:1.18.5"
|
"gitea.woggioni.net/woggioni/opencode:1.18.10"
|
||||||
"gitea.woggioni.net/woggioni/opencode:latest"
|
"gitea.woggioni.net/woggioni/opencode:latest"
|
||||||
-
|
-
|
||||||
name: Build and push opencode build-from-source images
|
name: Build and push opencode build-from-source images
|
||||||
@@ -45,11 +45,11 @@ jobs:
|
|||||||
ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519
|
ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519
|
||||||
target: release
|
target: release
|
||||||
build-args: |
|
build-args: |
|
||||||
OPENCODE_VERSION=1.18.5
|
OPENCODE_VERSION=1.18.10
|
||||||
BUN_VERSION=1.3.14
|
BUN_VERSION=1.3.14
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
push: true
|
push: true
|
||||||
pull: true
|
pull: true
|
||||||
tags: |
|
tags: |
|
||||||
"gitea.woggioni.net/woggioni/opencode:1.18.5-bfs"
|
"gitea.woggioni.net/woggioni/opencode:1.18.10-bfs"
|
||||||
|
|||||||
+1
-1
@@ -40,7 +40,7 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -Syu --noconfirm
|
|||||||
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
|
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
|
||||||
xdg-utils rustup rust-analyzer jdtls python-pipx ripgrep git rustup gradle curl sccache openssh \
|
xdg-utils rustup rust-analyzer jdtls python-pipx ripgrep git rustup gradle curl sccache openssh \
|
||||||
bash-language-server marksman python-lsp-server vscode-css-languageserver x86_64-unknown-linux-musl-zlib x86_64-unknown-linux-musl-gcc \
|
bash-language-server marksman python-lsp-server vscode-css-languageserver x86_64-unknown-linux-musl-zlib x86_64-unknown-linux-musl-gcc \
|
||||||
vscode-html-languageserver vscode-json-languageserver yaml-language-server base-devel docker docker-buildx less websocat
|
vscode-html-languageserver vscode-json-languageserver yaml-language-server base-devel docker docker-buildx docker-compose less websocat
|
||||||
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed jdk25-graalvm-bin
|
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed jdk25-graalvm-bin
|
||||||
RUN useradd -m -d /var/lib/opencode opencode
|
RUN useradd -m -d /var/lib/opencode opencode
|
||||||
RUN mkdir /workspace
|
RUN mkdir /workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user