Skip to content

fix(ci): OpenAPI 추출에서 MinIO 를 띄우지 않는다 - #20

Merged
likell1 merged 1 commit into
mainfrom
fix/ci-minio
Sep 15, 2026
Merged

likell1 merged 1 commit into
mainfrom
fix/ci-minio

Conversation

@likell1

@likell1 likell1 commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

minio/minio 를 Docker Hub 에서 더 이상 받을 수 없어 CI 의 OpenAPI 추출 단계가 깨졌습니다. 우리 코드와 무관한 외부 변화입니다.

앱 기동에 MinIO 는 필요 없습니다 — S3 클라이언트는 실제 호출 때 연결합니다. postgres redis 만 띄웁니다.

이 단계가 실패하면 API Deploy 가 통째로 skip 됩니다(CI 성공이 조건). 그래서 위키·학년 단어장 배포가 막혀 있었습니다.

minio/minio 를 Docker Hub 에서 더 이상 받을 수 없어 compose 전체를 올리는
단계가 깨졌다. 우리 코드와 무관한 외부 변화다.

  minio Error pull access denied for minio/minio

앱 기동에 MinIO 는 필요 없다. S3 클라이언트는 생성 시점이 아니라 실제 호출
때 연결하므로, postgres·redis 만 있으면 뜬다.

기동 실패 시 curl 만 보고는 원인을 알 수 없어 앱 로그를 남기게 했다.

이 단계가 실패하면 API Deploy 가 CI 성공을 조건으로 걸어둬서 배포가 통째로
skip 된다. 스펙 추출이 배포를 막는 구조라 우선순위가 높다.
@likell1
likell1 merged commit 53df50f into main Sep 15, 2026
@likell1
likell1 deleted the fix/ci-minio branch September 15, 2026 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant