12 Commits

Author SHA1 Message Date
Marcus A.
9c82ecb821 fix: pull image before tagging stable to avoid 'No such image' error\n\n- After multi-platform buildx push, the image isn't local; docker pull ensures it's present for tagging.
All checks were successful
Build and Push Sandbox Base Image / build (push) Successful in 24m12s
2026-04-08 00:15:56 +00:00
Marcus A.
0eaabc3d5d fix: derive repo name from git remote to avoid empty context\n\n- Replace github.repository with git remote parsing\n- More reliable in Gitea Actions where context may be missing\n- Produces valid tags like git.danhenry.dev:5050/thelab/sandbox-base-image:<sha>
Some checks failed
Build and Push Sandbox Base Image / build (push) Failing after 24m13s
2026-04-07 23:50:51 +00:00
Marcus A.
2b888712b7 fix: use github.repository instead of gitea.repository for image tagging
Some checks failed
Build and Push Sandbox Base Image / build (push) Failing after 2m1s
The gitea.repository context was empty in the CI environment, causing invalid Docker image references like 'registry/:<sha>'. Switching to github.repository ensures the repo name is populated and tags are valid.
2026-04-07 23:43:33 +00:00
Marcus A.
995403bf11 CI: fix registry usage - separate registry hostname and repo name
Some checks failed
Build and Push Sandbox Base Image / build (push) Failing after 2m7s
2026-04-07 23:32:01 +00:00
Marcus A.
6e6844ce24 CI: enforce lowercase image name using toLower(gitea.repository)
Some checks failed
Build and Push Sandbox Base Image / build (push) Failing after 1m43s
2026-04-07 23:28:33 +00:00
Marcus A.
702b413717 Install tmux in sandbox base image
Some checks failed
Build and Push Sandbox Base Image / build (push) Failing after 2m28s
2026-04-07 23:23:39 +00:00
Marcus A.
60930afe17 Use DOCKER_REGISTRY secret for stable tagging
Some checks failed
Build and Push Sandbox Base Image / build (push) Failing after 2m4s
2026-04-07 04:20:59 +00:00
Marcus A.
4b3071aa23 Use org-level Docker registry secrets in CI
Some checks failed
Build and Push Sandbox Base Image / build (push) Has been cancelled
2026-04-07 04:20:45 +00:00
Marcus A.
2683d5e202 Add README and CI pipeline for Docker image build and push to Gitea registry
Some checks failed
Build and Push Sandbox Base Image / build (push) Failing after 2m17s
2026-04-07 03:51:57 +00:00
fb6eabb2a3 Updated to use /workspace for home directory
Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
2026-04-06 22:47:46 -05:00
10ca6325a3 Add dockerfile
Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
2026-04-05 11:48:36 -05:00
38fac22944 first commit 2026-04-05 11:48:18 -05:00