Compare commits
4 commits
0ccecf6ae5
...
e43300662c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e43300662c | ||
|
|
57725e2c4b | ||
|
|
f590111a8e | ||
|
|
8f3b999150 |
2 changed files with 3 additions and 9 deletions
|
|
@ -14,7 +14,6 @@ when:
|
||||||
- "lib/load-project.sh"
|
- "lib/load-project.sh"
|
||||||
- "tests/smoke-init.sh"
|
- "tests/smoke-init.sh"
|
||||||
- ".woodpecker/smoke-init.yml"
|
- ".woodpecker/smoke-init.yml"
|
||||||
- "docker/**"
|
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
path:
|
path:
|
||||||
|
|
@ -22,7 +21,6 @@ when:
|
||||||
- "lib/load-project.sh"
|
- "lib/load-project.sh"
|
||||||
- "tests/smoke-init.sh"
|
- "tests/smoke-init.sh"
|
||||||
- ".woodpecker/smoke-init.yml"
|
- ".woodpecker/smoke-init.yml"
|
||||||
- "docker/**"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: smoke-init
|
- name: smoke-init
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,12 @@
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
bash curl git jq tmux cron python3 python3-pip openssh-client ca-certificates \
|
bash curl git jq tmux cron python3 python3-pip openssh-client ca-certificates age \
|
||||||
&& pip3 install --break-system-packages networkx \
|
&& pip3 install --break-system-packages networkx \
|
||||||
|
&& curl -sL https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.linux.amd64 \
|
||||||
|
-o /usr/local/bin/sops && chmod +x /usr/local/bin/sops \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# tea CLI — official Gitea/Forgejo CLI for issue/label/comment operations
|
|
||||||
# Checksum from https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-amd64.sha256
|
|
||||||
RUN curl -sL https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-amd64 -o /usr/local/bin/tea \
|
|
||||||
&& echo "be10cdf9a619e3c0f121df874960ed19b53e62d1c7036cf60313a28b5227d54d /usr/local/bin/tea" | sha256sum -c - \
|
|
||||||
&& chmod +x /usr/local/bin/tea
|
|
||||||
|
|
||||||
# Claude CLI is mounted from the host via docker-compose volume.
|
# Claude CLI is mounted from the host via docker-compose volume.
|
||||||
# No internet access to cli.anthropic.com required at build time.
|
# No internet access to cli.anthropic.com required at build time.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue