Commit Graph

  • d091b6b50f Add optional console password (chpasswd) to cloud-init and deploy docs joakimp 2026-04-19 13:10:12 +02:00
  • fb9629db2b Add NVMe performance volume example to OpenStack deploy docs joakimp 2026-04-19 11:33:55 +02:00
  • 265cbdb14c Document full OpenStack server create command with flavor, image, network joakimp 2026-04-19 11:18:31 +02:00
  • 68204f573b Skip ufw on OpenStack (auto-detected), add security group setup script joakimp 2026-04-19 11:04:09 +02:00
  • e0258a928e Add VM host deployment scripts (cloud-init + post-install) joakimp 2026-04-19 10:43:41 +02:00
  • 4bd543050a Bump opencode to v1.4.17, add file utility to base image v1.4.17 joakimp 2026-04-19 09:31:21 +02:00
  • b164c1b2f9 Bump opencode to v1.4.12 v1.4.12 joakimp 2026-04-18 23:11:46 +02:00
  • c59c66087a Limit locales to 16 common languages, document how to add more joakimp 2026-04-18 23:10:23 +02:00
  • e679fa06e6 Add check-versions.sh to compare pinned versions against latest releases joakimp 2026-04-18 16:50:01 +02:00
  • d90dd76a46 Bump bat 0.26.1, uv 0.11.7, Go 1.26.2 joakimp 2026-04-18 16:47:15 +02:00
  • 2153aa5659 Bump opencode to v1.4.11 v1.4.11 joakimp 2026-04-18 16:43:38 +02:00
  • 0e4525ca53 Add git-crypt and age to base image for encrypted repo support joakimp 2026-04-18 16:40:52 +02:00
  • 43cecab0f7 Add shared-machine multi-user setup with per-user isolation via SIGNUM joakimp 2026-04-17 13:53:51 +02:00
  • 2d9fadf220 Bump opencode to v1.4.7 v1.4.7 joakimp 2026-04-17 11:28:34 +02:00
  • f08480182a Bump opencode to v1.4.6 v1.4.6 joakimp 2026-04-15 12:21:29 +02:00
  • 5ec47fdf4b Add AGENTS.md with project-specific guidance for opencode sessions joakimp 2026-04-14 19:28:26 +02:00
  • 210cb7d1a1 Document Python 3.13 included by default in Trixie base image joakimp 2026-04-14 13:01:49 +02:00
  • 0a3e142b8f Document locale and editor override in README and DOCKER_HUB joakimp 2026-04-14 08:37:08 +02:00
  • 158e1590a6 Generate all UTF-8 locales, allow locale override via env vars joakimp 2026-04-14 08:35:42 +02:00
  • 271dc2eb35 Fix Bedrock config: add AWS_PROFILE to generated config, add .agents/skills to volume ownership fix v1.4.3k joakimp 2026-04-13 19:52:08 +02:00
  • 875afe0039 Add ~/.local/bin and ~/.cargo/bin to PATH for uv and rustup joakimp 2026-04-13 19:48:31 +02:00
  • 9e381ebe32 Fix ownership of named volume mount points in entrypoint joakimp 2026-04-13 19:46:25 +02:00
  • 3e048218c3 Update Python example from 3.12 to 3.14 (current stable) joakimp 2026-04-13 19:14:33 +02:00
  • 6ecd65d18d Update Bedrock model example to eu.anthropic.claude-opus-4-6-v1 joakimp 2026-04-13 19:04:21 +02:00
  • e58962a72c Upgrade base image from Debian bookworm to trixie (current stable) v1.4.3j joakimp 2026-04-13 13:57:45 +02:00
  • d2c0447147 Add VS Code server volume to docker-compose examples and persistence tables joakimp 2026-04-13 10:20:25 +02:00
  • 77a7daf67f Document VS Code Dev Containers integration for local and remote Docker joakimp 2026-04-13 10:14:27 +02:00
  • b3cfe641bb Document required host directories to prevent root-owned bind mount issues joakimp 2026-04-12 23:52:59 +02:00
  • f7bd21b9fe Add rustup for on-demand Rust support, document JS/TS development v1.4.3i joakimp 2026-04-12 21:36:57 +02:00
  • 1b97d98155 Add uv package manager to base image for on-demand Python support v1.4.3h joakimp 2026-04-12 20:14:30 +02:00
  • de659fbc54 Switch to new Docker Hub /v2/auth/token API for description updates joakimp 2026-04-12 19:10:55 +02:00
  • d651a084de Fix Docker Hub short description: trim to 100-byte limit joakimp 2026-04-12 19:00:34 +02:00
  • 18b4df23e5 Fix IPv6 connectivity failures: force IPv4 preference in CI builds v1.4.3g joakimp 2026-04-12 17:39:25 +02:00
  • 60c83568cd Switch to directory mount for opencode config, update docs with make joakimp 2026-04-12 17:33:45 +02:00
  • a8b5f23dba Add make to dev tools list in DOCKER_HUB.md joakimp 2026-04-12 17:05:35 +02:00
  • a6972becd1 Add make to base image joakimp 2026-04-12 17:04:50 +02:00
  • a183ad7ac6 Add neovim 0.12, bat, eza, zoxide, tmux, htop to base image joakimp 2026-04-12 16:59:31 +02:00
  • 017f7f1343 Fix Docker Hub description update: use --rawfile and capture error response joakimp 2026-04-11 23:52:50 +02:00
  • 56f98da914 Add error handling to Docker Hub description update step v1.4.3f joakimp 2026-04-11 22:16:09 +02:00
  • 078c095116 Parallelize base and omos image builds into separate CI jobs joakimp 2026-04-11 18:20:33 +02:00
  • e50617d9b9 Clarify tmux is independently useful in OMOS variant documentation joakimp 2026-04-11 16:36:15 +02:00
  • 986fed9e05 Add oh-my-opencode-slim to DOCKER_HUB.md as optional build-from-source feature joakimp 2026-04-11 16:21:11 +02:00
  • 4729131e4e Add optional oh-my-opencode-slim multi-agent orchestration support joakimp 2026-04-11 16:15:47 +02:00
  • 973e727acb Fix CVEs: install git-lfs from GitHub (Go 1.25), document Go versions for gosu/fzf v1.4.3e joakimp 2026-04-10 23:30:14 +02:00
  • 9c8a2c0169 Fix CVEs: install gosu 1.19 and fzf 0.71.0 from GitHub releases instead of Debian packages v1.4.3d joakimp 2026-04-10 22:18:42 +02:00
  • 18e55aeb18 Fix CVEs: install gosu from GitHub release instead of Debian package (Go 1.19.8 → current) v1.4.3c joakimp 2026-04-10 20:20:12 +02:00
  • 73e94c7e54 Overhaul docs: fix docker-compose to use env_file, add AWS SSO setup guide, clarify exec -u developer joakimp 2026-04-10 20:10:18 +02:00
  • fa4739e061 Fix exec examples: specify -u developer since container starts as root joakimp 2026-04-10 19:40:19 +02:00
  • b72079f9fa Add AWS mount to docker-compose examples, remove :ro for SSO token writes joakimp 2026-04-10 19:31:32 +02:00
  • ba41187e21 Fix entrypoint crash on read-only SSH mount v1.4.3b joakimp 2026-04-10 17:24:37 +02:00
  • 4112d30a3e Add Linux install instructions for gitleaks joakimp 2026-04-10 15:49:10 +02:00
  • 8d06a737f1 Add OPENCODE_MODEL and AWS_PROFILE to .env.example joakimp 2026-04-10 15:46:53 +02:00
  • aaf7d66157 Update non-root user description to reflect UID auto-matching joakimp 2026-04-10 15:35:51 +02:00
  • bc1dceeaa1 Bump opencode to 1.4.3 v1.4.3 joakimp 2026-04-10 14:14:08 +02:00
  • 7685facb37 Add runtime UID/GID adjustment to match host workspace owner joakimp 2026-04-10 13:57:45 +02:00
  • 94b64db751 Add .env setup instructions to Docker Hub docker-compose section joakimp 2026-04-10 13:45:41 +02:00
  • 9b1f7d1028 Add optional skill directory mounts for host-based opencode skills joakimp 2026-04-10 13:05:55 +02:00
  • 476d9fb4f5 Add commented-out config mount to docker-compose example in Docker Hub docs joakimp 2026-04-10 13:00:51 +02:00
  • ca5efe1007 Document data persistence and storage locations joakimp 2026-04-10 10:00:51 +02:00
  • 4b7b8a0c4b Add multiple shells section to Docker Hub docs joakimp 2026-04-10 08:56:07 +02:00
  • c0b887791f Add Docker Hub description update step to CI workflow joakimp 2026-04-10 08:47:27 +02:00
  • 4314a3fb88 Fix CI: use vars for username, secrets for token v1.4.2 joakimp 2026-04-10 00:23:05 +02:00
  • 23a2c3da8c Fix CI: remove duplicate Docker socket mount joakimp 2026-04-10 00:04:26 +02:00
  • 489fa5c60f Fix CI: use container image with Docker CLI and mount Docker socket joakimp 2026-04-10 00:00:51 +02:00
  • 713a1a6f97 Add Gitea Actions workflow for Docker Hub publishing and Docker Hub usage docs joakimp 2026-04-09 19:26:32 +02:00
  • 084881b298 Add gitleaks pre-commit hook and bump opencode to 1.4.2 joakimp 2026-04-09 19:12:27 +02:00
  • f40124296d Add usage section: how to connect and run commands inside the container joakimp 2026-04-09 14:31:55 +02:00
  • 298203a7cd Add AWS CLI v2 for headless SSO/Bedrock authentication joakimp 2026-04-09 14:22:08 +02:00
  • 3dfc14c6c1 Initial scaffold: Debian-based opencode v1.4.0 dev container joakimp 2026-04-09 00:26:48 +02:00