fix(ci): OpenAPI 추출에서 MinIO 를 띄우지 않는다 - #20
Merged
Merged
Conversation
minio/minio 를 Docker Hub 에서 더 이상 받을 수 없어 compose 전체를 올리는 단계가 깨졌다. 우리 코드와 무관한 외부 변화다. minio Error pull access denied for minio/minio 앱 기동에 MinIO 는 필요 없다. S3 클라이언트는 생성 시점이 아니라 실제 호출 때 연결하므로, postgres·redis 만 있으면 뜬다. 기동 실패 시 curl 만 보고는 원인을 알 수 없어 앱 로그를 남기게 했다. 이 단계가 실패하면 API Deploy 가 CI 성공을 조건으로 걸어둬서 배포가 통째로 skip 된다. 스펙 추출이 배포를 막는 구조라 우선순위가 높다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
minio/minio를 Docker Hub 에서 더 이상 받을 수 없어 CI 의 OpenAPI 추출 단계가 깨졌습니다. 우리 코드와 무관한 외부 변화입니다.앱 기동에 MinIO 는 필요 없습니다 — S3 클라이언트는 실제 호출 때 연결합니다.
postgres redis만 띄웁니다.이 단계가 실패하면 API Deploy 가 통째로 skip 됩니다(CI 성공이 조건). 그래서 위키·학년 단어장 배포가 막혀 있었습니다.