Skip to content

fix: SSH ProxyJump 문법을 -o 옵션에서 -J 플래그로 변경#57

Merged
Woomin-Wang merged 12 commits into
mainfrom
chore/ci-cd
Apr 22, 2026
Merged

fix: SSH ProxyJump 문법을 -o 옵션에서 -J 플래그로 변경#57
Woomin-Wang merged 12 commits into
mainfrom
chore/ci-cd

Conversation

@Woomin-Wang
Copy link
Copy Markdown
Contributor

📝 작업 내용 (Description)

SSH ProxyJump 문법을 -o 옵션에서 -J 플래그로 변경

🔄 변경 유형 (Type of Change)

  • ✨ 새로운 기능 (feat)
  • 🐛 버그 수정 (fix)
  • 📝 문서 수정 (docs)
  • 💄 스타일 (style)
  • ♻️ 리팩토링 (refactor)
  • ✅ 테스트 (test)
  • 🔧 기타 (chore)

✅ 체크리스트 (Checklist)

  • 코드가 정상적으로 동작하는지 확인했습니다
  • 기존 테스트가 통과합니다
  • 필요한 경우 새로운 테스트를 추가했습니다

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request modifies the volume mount paths for Fluent Bit in the production Docker Compose configuration. The reviewer correctly identified that the updated paths are incorrect relative to the file's location, which would result in container failure, and noted that the changes are inconsistent with the pull request's title.

Comment on lines +6 to +7
- ../fluentbit/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf:ro
- ../fluentbit/parsers.conf:/fluent-bit/etc/parsers.conf:ro
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

볼륨 경로가 ../fluentbit/로 변경되었으나, 이는 실제 파일 위치인 docker/fluent-bit/와 일치하지 않는 오류입니다. docker/docker-compose.prod.yml 파일의 위치를 기준으로 할 때 기존의 ./fluent-bit/ 경로가 올바르며, 현재 변경 사항은 컨테이너 실행 실패를 초래합니다. 또한, PR 제목(SSH ProxyJump 관련)과 실제 변경 내용이 서로 일치하지 않습니다.

      - ./fluent-bit/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf:ro
      - ./fluent-bit/parsers.conf:/fluent-bit/etc/parsers.conf:ro

@Woomin-Wang Woomin-Wang merged commit 72d0f38 into main Apr 22, 2026
4 checks passed
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