From 70cdae8848b38df46c2d9c807c967388aa3b3e5a Mon Sep 17 00:00:00 2001 From: eXPerience83 <16572400+eXPerience83@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:56:58 +0200 Subject: [PATCH 1/4] fix: default generic compose to public edge image --- compose/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml index f953532..a6f0c5a 100644 --- a/compose/docker-compose.yml +++ b/compose/docker-compose.yml @@ -1,6 +1,6 @@ services: codex: - image: ${CODEX_IMAGE:-ghcr.io/experience83/codex-remote-dev:stable} + image: ${CODEX_IMAGE:-ghcr.io/experience83/codex-remote-dev:edge-amd64} container_name: codex-remote-dev restart: unless-stopped user: "0:0" From 5a703182a1ff06b6314b191cb22cfb4c2aa30f35 Mon Sep 17 00:00:00 2001 From: eXPerience83 <16572400+eXPerience83@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:57:13 +0200 Subject: [PATCH 2/4] fix: default TrueNAS compose to public edge image --- compose/truenas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/truenas.yml b/compose/truenas.yml index 8c99a34..f0a6892 100644 --- a/compose/truenas.yml +++ b/compose/truenas.yml @@ -1,6 +1,6 @@ services: codex: - image: ${CODEX_IMAGE:-ghcr.io/experience83/codex-remote-dev:stable} + image: ${CODEX_IMAGE:-ghcr.io/experience83/codex-remote-dev:edge-amd64} container_name: codex-remote-dev restart: unless-stopped user: "0:0" From 6ea0e0faed872dbd633c1096d269dd4ebcda1ed4 Mon Sep 17 00:00:00 2001 From: eXPerience83 <16572400+eXPerience83@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:57:24 +0200 Subject: [PATCH 3/4] fix: default environment to public edge image --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a46e62e..6902d06 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # Image and host paths -CODEX_IMAGE=ghcr.io/experience83/codex-remote-dev:stable +CODEX_IMAGE=ghcr.io/experience83/codex-remote-dev:edge-amd64 CODEX_DATA_ROOT=./data WEB_PASSWORD_PATH=./secrets/web_password.txt From 191d52157787f0205bc376abef63a4578f921c7b Mon Sep 17 00:00:00 2001 From: eXPerience83 <16572400+eXPerience83@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:57:36 +0200 Subject: [PATCH 4/4] docs: record edge default correction --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 950a2ce..7e45568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - Updated maintained GitHub Actions to their current major releases. - Changed the edge channel from private validation to public experimental development testing. - Updated project documentation to state clearly that no stable release exists yet. +- Changed the generic and TrueNAS Compose defaults to the published `edge-amd64` image until the first stable release exists. ### Security