[chore] 도커 이미지 사이즈 최적화 #200
Merged
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.
📌 Issue Number
🪐 작업 내용
✅ PR 상세 내용
openjdk:17
eclipse-temurin:17-jdk-alpine & eclipse-temurin:17-jre-alpine
443.39MB
📸 스크린샷(선택)
도커 빌드 이미지 베이스 변경 : 같은 빌드 파일로부터 139.49MB 만큼 사이즈를 줄임. & 기능 수행이 잘 되는 것 또한 확인.



멀티 스테이지 빌드 적용 : 이미지 사이즈를 151.6MB 만큼 줄임. & 기능 수행이 잘 되는 것을 확인


❌ 애로 사항
빌드 후 배포 환경 테스트에서 로그인 / 인기코스 조회 / S3 업로드 및 삭제 API를 통해 기능 수행을 확인함.
만약 배포 환경에서 API 실행했을 때 서버가 터진다면 알려주세요~
📚 Reference