Commit Graph

10 Commits

Author SHA1 Message Date
2a92a9095e REFACTOR(ci): migrate from Kaniko to Buildah
All checks were successful
Build and Push to Zot / build-and-push (push) Successful in 5m40s
- Replace Kaniko with Buildah for OCI-native builds
- Add --format oci flag for Zot compatibility
- Use privileged container for Buildah operations
2026-01-10 23:19:37 +09:00
551726823b REFACTOR(ci): simplify to kaniko direct push
Some checks failed
Build and Push to Zot / build-and-push (push) Has been cancelled
- Remove crane container and use kaniko direct push
- Mount dockerconfigjson secret for registry auth
- Fix zot manifest compatibility issue
2026-01-10 23:04:50 +09:00
2dfd4d3d76 FIX(ci): add error handling and debug logging
Some checks failed
Build and Push to Zot / build-and-push (push) Has been cancelled
- Add -e flag to exit on error
- Add -x flag to trace commands
- Add ls command to verify image.tar exists
2026-01-10 22:58:05 +09:00
cd4f7a3316 FIX(ci): use busybox shell path in crane container
All checks were successful
Build and Push to Zot / build-and-push (push) Successful in 5m32s
- Change shell path from /bin/sh to /busybox/sh
- Crane debug image uses busybox-based shell
2026-01-10 22:50:35 +09:00
2d81e1d9da FIX(ci): use crane debug image for shell support
Some checks failed
Build and Push to Zot / build-and-push (push) Has been cancelled
- Change crane image tag from latest to debug
- Debug tag includes busybox shell for script execution
2026-01-10 22:42:48 +09:00
9e2278c740 fix: use crane for OCI-compatible push to Zot
Some checks failed
Build and Push to Zot / build-and-push (push) Failing after 15m1s
2026-01-10 22:09:56 +09:00
b7b5881e7e fix: copy Dockerfile to nextjs for Kaniko context
Some checks failed
Build and Push to Zot / build-and-push (push) Failing after 10m1s
2026-01-10 21:53:42 +09:00
08dd9221a8 fix: remove checkout step (node not available in host mode)
Some checks failed
Build and Push to Zot / build-and-push (push) Failing after 10m1s
2026-01-10 21:27:23 +09:00
e62cb61abd feat: Kaniko Job 기반 빌드로 전환
Some checks failed
Build and Push to Zot / build-and-push (push) Failing after 3s
- Docker/DinD 의존성 제거
- Kubernetes Job으로 Kaniko 실행
- Zot 레지스트리로 이미지 푸시

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 21:16:16 +09:00
f4fc8253e1 feat: add Gitea Actions workflow for Zot registry
Some checks failed
Build and Push to Zot / build-and-push (push) Has been cancelled
Replace GitHub Actions with Gitea Actions to build and push
Docker images to the Zot registry.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 20:41:04 +09:00