Compare commits

..

27 Commits

Author SHA1 Message Date
woggioni 9923c761a7 add openssh to arch-builder images 2026-05-15 07:22:57 +08:00
woggioni ce53e5ea07 shadowsocks-rust to dev tag
CI / Build shadowsocks-rust docker images (push) Successful in 14s
2026-05-11 21:03:26 +08:00
woggioni 7ab281bea7 updated xray plugin 2026-05-11 21:01:43 +08:00
woggioni 1601d474f8 Revert "updated xray plugin"
CI / Build shadowsocks-rust docker images (push) Successful in 24s
This reverts commit 6e489011a4.
2026-05-11 17:17:09 +08:00
woggioni 6e489011a4 updated xray plugin 2026-05-11 17:17:02 +08:00
woggioni 5d0c70c85b bump opencode to 1.14.48 2026-05-11 17:17:02 +08:00
woggioni 4b0624f8c9 bump opencode to 1.14.39
CI / Build opencode docker images (push) Successful in 11m41s
2026-05-05 22:12:49 +08:00
woggioni 2465663518 added C compiler to opencode
CI / Build opencode docker images (push) Successful in 11m1s
2026-05-01 07:57:08 +08:00
woggioni 40ea96874f updated opencode
CI / Build opencode docker images (push) Successful in 15m2s
2026-04-30 16:55:59 +08:00
woggioni a7b63d695c updated opencode
CI / Build opencode docker images (push) Successful in 17m59s
2026-04-28 18:06:54 +08:00
woggioni d8a218410f fixed pgvector image
CI / Build pgvector docker images (push) Successful in 17s
2026-04-27 13:41:51 +08:00
woggioni c896248bc0 updated pgvector
CI / Build pgvector docker images (push) Successful in 3m17s
2026-04-26 21:13:20 +08:00
woggioni 443213563e added openssh to opencode image
CI / Build opencode docker images (push) Successful in 2m50s
2026-04-24 13:53:01 +08:00
woggioni 8a0a4d8a5c bump opencode to 1.14.20
CI / Build opencode docker images (push) Successful in 11s
2026-04-22 20:10:57 +08:00
woggioni be8c2cf7d7 added agentmail-mcp image
CI / Build agentmail-mcp docker images (push) Successful in 14s
2026-04-19 07:42:30 +08:00
woggioni b0f3660872 bump opencode version
CI / Build opencode docker images (push) Successful in 11m8s
2026-04-15 08:55:38 +08:00
woggioni f8d71cb8ba updated nginx to 1.30.0
CI / Build nginx docker images (push) Failing after 24s
2026-04-15 08:53:38 +08:00
woggioni 5323bc8f35 bump opencode to 1.4.3
CI / Build opencode docker images (push) Successful in 26m32s
2026-04-13 13:46:24 +08:00
woggioni 00aee2b570 bump nginx to 1.29.8
CI / Build nginx docker images (push) Successful in 6m30s
2026-04-10 23:28:46 +08:00
woggioni c6f2ecbce0 bump opencode to 1.4.0
CI / Build opencode docker images (push) Successful in 30m19s
2026-04-08 22:11:30 +08:00
woggioni 8b3c54f8d4 switched opencode image to Archlinux
CI / Build opencode docker images (push) Successful in 9m53s
2026-04-01 22:55:04 +08:00
woggioni 635d3aac3e updated opencode version
CI / Build opencode docker images (push) Successful in 19m29s
2026-04-01 20:14:26 +08:00
woggioni f617b0a910 bump opencode to 1.3.2
CI / Build opencode docker images (push) Successful in 2m6s
2026-03-25 23:37:49 +08:00
woggioni 33be179905 updated wildfly
CI / Build wildfly docker images (push) Successful in 11m20s
2026-03-16 21:23:36 +08:00
woggioni d10cdacb16 bumped nginx image to 1.29.6
CI / Build nginx docker images (push) Successful in 6m38s
2026-03-15 21:05:46 +08:00
woggioni 650c77aca6 bump opencode to 1.2.26
CI / Build opencode docker images (push) Successful in 9m59s
2026-03-14 12:15:24 +08:00
woggioni 3708900fd6 added helix to opencode image 2026-03-14 12:14:07 +08:00
15 changed files with 131 additions and 48 deletions
+34
View File
@@ -0,0 +1,34 @@
name: CI
on:
push:
branches: [ master ]
paths:
- 'agentmail-mcp/*'
- '.gitea/workflows/build-agentmail-mcp.yaml'
jobs:
"Build agentmail-mcp docker images":
runs-on: woryzen
steps:
-
name: Login to Gitea container registry
uses: docker/login-action@v3
with:
registry: gitea.woggioni.net
username: woggioni
password: ${{ secrets.PUBLISHER_TOKEN }}
-
name: Build and push agentmail-mcp images
uses: docker/build-push-action@v6
with:
builder: multiplatform-builder
context: "{{defaultContext}}:agentmail-mcp"
build-args: |
VERSION=0.3.0
platforms: |
linux/amd64
push: true
pull: true
tags: |
"gitea.woggioni.net/woggioni/agentmail-mcp:latest"
"gitea.woggioni.net/woggioni/agentmail-mcp:0.3.0"
+4 -4
View File
@@ -31,12 +31,12 @@ jobs:
ssh: default=/home/luser/.ssh/id_ed25519
tags: |
"gitea.woggioni.net/woggioni/nginx:latest"
"gitea.woggioni.net/woggioni/nginx:v1.29.5"
"gitea.woggioni.net/woggioni/nginx:v1.30.0"
secrets: |
GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }}
build-args: |
LIBRESSL_VERSION=4.2.1
NGINX_VERSION=1.29.5
NGINX_VERSION=1.30.0
NGINX_BRANCH=vanilla
-
name: Build and push nginx custom images
@@ -53,10 +53,10 @@ jobs:
ssh: default=/home/luser/.ssh/id_ed25519
tags: |
"gitea.woggioni.net/woggioni/nginx:woggioni"
"gitea.woggioni.net/woggioni/nginx:v1.29.5-woggioni"
"gitea.woggioni.net/woggioni/nginx:v1.30.0-woggioni"
secrets: |
GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }}
build-args: |
LIBRESSL_VERSION=4.2.1
NGINX_VERSION=1.29.5
NGINX_VERSION=1.30.0
NGINX_BRANCH=woggioni
+2 -6
View File
@@ -24,16 +24,12 @@ jobs:
builder: multiplatform-builder
context: "{{defaultContext}}:opencode"
build-args: |
OPENCODE_VERSION=1.2.24
ALPINE_VERSION=3.23
OPENCODE_VERSION=1.14.48
platforms: |
linux/amd64
linux/arm64
push: true
pull: true
tags: |
"gitea.woggioni.net/woggioni/opencode:1.2.24"
"gitea.woggioni.net/woggioni/opencode:1.2.24-alpine3.23"
"gitea.woggioni.net/woggioni/opencode:1.2.24-alpine"
"gitea.woggioni.net/woggioni/opencode:1.14.48"
"gitea.woggioni.net/woggioni/opencode:latest"
+3 -3
View File
@@ -29,9 +29,9 @@ jobs:
linux/arm64
tags: |
"gitea.woggioni.net/woggioni/pgvector:latest"
"gitea.woggioni.net/woggioni/pgvector:0.8.1-pg18.1-alpine3.23"
"gitea.woggioni.net/woggioni/pgvector:0.8.2-pg18.3-alpine3.23"
build-args: |
PG_VERSION=18.1
PG_VERSION=18.3
ALPINE_VERSION=3.23
PGVECTOR_VERSION=0.8.1
PGVECTOR_VERSION=0.8.2
+2 -3
View File
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: [ master ]
branches: [ dev ]
paths:
- 'shadowsocks-rust/*'
- '.gitea/workflows/build-shadowsocks-rust.yaml'
@@ -29,6 +29,5 @@ jobs:
pull: false
ssh: default=/home/luser/.ssh/id_ed25519
tags: |
"gitea.woggioni.net/woggioni/sserver-rust:latest"
"gitea.woggioni.net/woggioni/sserver-rust:v1.24.0"
"gitea.woggioni.net/woggioni/sserver-rust:dev"
build-args: "VERSION=1.24.0"
+2 -2
View File
@@ -26,6 +26,6 @@ jobs:
pull: true
tags: |
"gitea.woggioni.net/woggioni/wildfly:latest"
"gitea.woggioni.net/woggioni/wildfly:39.0.0"
build-args: "VERSION=39.0.0"
"gitea.woggioni.net/woggioni/wildfly:39.0.1"
build-args: "VERSION=39.0.1"
+14
View File
@@ -0,0 +1,14 @@
FROM alpine:3.23
ARG VERSION
RUN --mount=type=cache,target=/var/cache/apk apk add python3 pipx
ADD --chmod=755 ./entrypoint.sh /usr/local/bin/entrypoint.sh
RUN addgroup -S agentmail
RUN adduser -D -S -h /var/lib/agentmail -G agentmail agentmail
WORKDIR /var/lib/agentmail
USER agentmail
RUN pipx install mcp-streamablehttp-proxy
RUN pipx install agentmail-mcp==${VERSION}
ENV SERVER_HOST="0.0.0.0"
ENV SERVER_PORT="8080"
ENTRYPOINT ["entrypoint.sh"]
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/env sh
if [ -z "${SERVER_HOST}" ]
then
SERVER_HOST="0.0.0.0"
fi
if [ -z "${AGENTMAIL_API_KEY}" ]
then
echo "You need to specify an API key setting the environmental variable 'AGENTMAIL_API_KEY'"
false
else
exec .local/bin/mcp-streamablehttp-proxy --host ${SERVER_HOST} --port ${SERVER_PORT} .local/bin/agentmail-mcp --api-key ${AGENTMAIL_API_KEY}
fi
+1 -1
View File
@@ -16,6 +16,7 @@ RUN rm repository.key
RUN --mount=type=cache,target=/var/cache/pacman pacman -Syu --noconfirm
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
curl \
openssh \
aarch64-unknown-linux-musl-gcc x86_64-unknown-linux-musl-gcc \
arm-unknown-linux-musleabihf-gcc \
arm-unknown-linux-musleabi-gcc \
@@ -70,7 +71,6 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
imagemagick \
python-sphinx \
python-yaml \
openssh \
rust \
rust-src \
rust-bindgen \
+25 -16
View File
@@ -1,31 +1,40 @@
ARG ALPINE_VERSION=latest
FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS base
RUN --mount=type=cache,target=/var/cache/apk apk update
RUN --mount=type=cache,target=/var/cache/apk apk add rust-analyzer openjdk25-jdk jdtls pipx ripgrep git
RUN adduser -D -h /var/lib/opencode opencode
FROM archlinux:latest AS release
ARG OPENCODE_VERSION
COPY mirrorlist /etc/pacman.d/mirrolist
RUN pacman-key --init
#RUN pacman-key --refresh-keys
ADD https://gitea.woggioni.net/api/packages/woggioni/arch/repository.key ./repository.key
RUN pacman-key --add repository.key
RUN pacman-key --lsign-key 0D28BF66FDB45D18D8EBEE5D4C91DADCD00B3F77
RUN --mount=type=bind,source=pacman-gitea-repository.conf,target=pacman-gitea-repository.conf cat pacman-gitea-repository.conf >> /etc/pacman.conf
RUN echo PATH DEFAULT=${HOME}/.local/bin:/usr/local/bin:/bin >> /etc/security/pam_env.conf
RUN rm repository.key
RUN --mount=type=cache,target=/var/cache/pacman pacman -Syu --noconfirm
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
rustup rust-analyzer jdtls python-pipx ripgrep git rustup gradle curl sccache openssh \
helix bash-language-server marksman python-lsp-server vscode-css-languageserver \
vscode-html-languageserver vscode-json-languageserver yaml-language-server base-devel
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed jdk25-graalvm-ce-bin
RUN useradd -m -d /var/lib/opencode opencode
RUN mkdir /workspace
RUN chown opencode:opencode /workspace
USER opencode
RUN pipx install pyright
USER root
ARG TARGETPLATFORM BUILDPLATFORM OPENCODE_VERSION
FROM base AS builder-linux_arm64
ADD https://github.com/anomalyco/opencode/releases/download/v${OPENCODE_VERSION}/opencode-linux-arm64-musl.tar.gz ./opencode.tgz
FROM base AS builder-linux_amd64
ADD https://github.com/anomalyco/opencode/releases/download/v${OPENCODE_VERSION}/opencode-linux-x64-musl.tar.gz ./opencode.tgz
FROM builder-${TARGETPLATFORM//\//_} AS release
ADD https://github.com/anomalyco/opencode/releases/download/v${OPENCODE_VERSION}/opencode-linux-x64.tar.gz ./opencode.tgz
RUN tar -xvf ./opencode.tgz -C /usr/bin
RUN rm opencode.tgz
ADD --chown=opencode:opencode ./opencode.json /etc/opencode/opencode.json
RUN mkdir -p /usr/lib/opencode/addons
ADD --chmod=644 https://repo1.maven.org/maven2/org/projectlombok/lombok/1.18.44/lombok-1.18.44.jar /usr/lib/opencode/addons/lombok.jar
ENV OPENCODE_CONFIG=/etc/opencode/opencode.json
ENV EDITOR=helix
USER opencode
WORKDIR /workspace
ENTRYPOINT ["opencode"]
VOLUME ["/var/lib/opencode", "/workspace"]
+15
View File
@@ -0,0 +1,15 @@
################################################################################
################# Arch Linux mirrorlist generated by Reflector #################
################################################################################
# With: reflector @/etc/xdg/reflector/reflector.conf
# When: 2024-07-09 04:16:31 UTC
# From: https://archlinux.org/mirrors/status/json/
# Retrieved: 2024-07-09 04:16:31 UTC
# Last Check: 2024-07-09 03:46:09 UTC
Server = https://archlinux.thaller.ws/$repo/os/$arch
Server = https://mirror.ubrco.de/archlinux/$repo/os/$arch
Server = https://mirror.qctronics.com/archlinux/$repo/os/$arch
Server = https://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
Server = https://arch.phinau.de/$repo/os/$arch
+4
View File
@@ -0,0 +1,4 @@
[woggioni.gitea.woggioni.net]
SigLevel = Required
Server = https://gitea.woggioni.net/api/packages/woggioni/arch/default/x86_64
+2 -2
View File
@@ -1,4 +1,4 @@
ARG PG_VERSION=18.1 ALPINE_VERSION=3.23
ARG PG_VERSION=18.3 ALPINE_VERSION=3.23
FROM postgres:${PG_VERSION}-alpine${ALPINE_VERSION} AS build
ARG PGVECTOR_VERSION
@@ -10,6 +10,6 @@ WORKDIR pgvector
RUN make
RUN make install
FROM postgres:alpine AS release
FROM postgres:${PG_VERSION}-alpine${ALPINE_VERSION} AS release
RUN rm -rf /usr/local
COPY --from=build /usr/local /usr/local
+4 -4
View File
@@ -39,8 +39,8 @@ FROM busybox:musl AS sslocal
COPY --from=builder --chown=root:root /home/luser/shadowsocks-rust/target/release/sslocal /usr/bin/
COPY --from=builder --chown=root:root /home/luser/shadowsocks-rust/examples/config.json /etc/shadowsocks-rust/
COPY --from=builder --chown=root:root /home/luser/shadowsocks-rust/docker/docker-entrypoint.sh /usr/bin/
COPY --from=builder --chown=root:root /tmp/v2ray-plugin /usr/bin/v2ray-plugin
COPY --from=builder --chown=root:root /tmp/xray-plugin /usr/bin/xray-plugin
COPY --from=builder --chown=root:root --chmod=755 /tmp/v2ray-plugin /usr/bin/v2ray-plugin
COPY --from=builder --chown=root:root --chmod=755 /tmp/xray-plugin /usr/bin/xray-plugin
ENTRYPOINT [ "docker-entrypoint.sh" ]
CMD [ "sslocal", "--log-without-time", "-c", "/etc/shadowsocks-rust/config.json" ]
@@ -50,8 +50,8 @@ FROM busybox:musl AS ssserver
COPY --from=builder --chown=root:root /home/luser/shadowsocks-rust/target/release/ssserver /usr/bin/
COPY --from=builder --chown=root:root /home/luser/shadowsocks-rust/examples/config.json /etc/shadowsocks-rust/
COPY --from=builder --chown=root:root /home/luser/shadowsocks-rust/docker/docker-entrypoint.sh /usr/bin/
COPY --from=builder /tmp/v2ray-plugin /usr/bin/v2ray-plugin
COPY --from=builder /tmp/xray-plugin /usr/bin/xray-plugin
COPY --from=builder --chown=root:root --chmod=755 /tmp/v2ray-plugin /usr/bin/v2ray-plugin
COPY --from=builder --chown=root:root --chmod=755 /tmp/xray-plugin /usr/bin/xray-plugin
ENTRYPOINT [ "docker-entrypoint.sh" ]
+7 -7
View File
@@ -1,25 +1,25 @@
#!/usr/bin/env sh
set -e
TARGETPLATFORM=$1
PLUGIN_VERSION=1.8.24
PLUGIN_VERSION=1.260327.0
mkdir /tmp/xray_plugin.d
cd /tmp/xray_plugin.d
case "$TARGETPLATFORM" in
"linux/386")
url="https://gitea.woggioni.net/api/packages/woggioni/generic/xray-plugin-386-linux/1.8.24/xray-plugin-linux-386-v1.8.24.tar.gz"
url="https://gitea.woggioni.net/api/packages/woggioni/generic/shadowsocks-xray-plugin/${PLUGIN_VERSION}/shadowsocks-xray-plugin-linux-i386"
;;
"linux/amd64")
url="https://gitea.woggioni.net/api/packages/woggioni/generic/xray-plugin-amd64-linux/1.8.24/xray-plugin-linux-amd64-v1.8.24.tar.gz"
url="https://gitea.woggioni.net/api/packages/woggioni/generic/shadowsocks-xray-plugin/${PLUGIN_VERSION}/shadowsocks-xray-plugin-linux-x86_64"
;;
"linux/arm64")
url="https://gitea.woggioni.net/api/packages/woggioni/generic/xray-plugin-arm64-linux/1.8.24/xray-plugin-linux-arm64-v1.8.24.tar.gz"
url="https://gitea.woggioni.net/api/packages/woggioni/generic/shadowsocks-xray-plugin/${PLUGIN_VERSION}/shadowsocks-xray-plugin-linux-aarch64"
;;
"linux/arm/v7")
url="https://gitea.woggioni.net/api/packages/woggioni/generic/xray-plugin-arm-linux/1.8.24/xray-plugin-linux-arm-v1.8.24.tar.gz"
url="https://gitea.woggioni.net/api/packages/woggioni/generic/shadowsocks-xray-plugin/${PLUGIN_VERSION}/shadowsocks-xray-plugin-linux-armv7h"
;;
*)
echo "Doesn't support $TARGETPLATFORM architecture"
exit 1
;;
esac
curl --retry 3 "$url" | tar -xvz
mv xray-plugin* /tmp/xray-plugin
curl --fail -L --retry 3 "$url" -o /tmp/xray-plugin