Skip to content

Comments

[fix] 공식 이미지 지원 종료에 따라 이미지 최신 버전으로 수정#162

Merged
saokiritoni merged 1 commit intodevelopfrom
fix/#161-dockerfile
Dec 30, 2025
Merged

[fix] 공식 이미지 지원 종료에 따라 이미지 최신 버전으로 수정#162
saokiritoni merged 1 commit intodevelopfrom
fix/#161-dockerfile

Conversation

@saokiritoni
Copy link
Member

@saokiritoni saokiritoni commented Dec 30, 2025

openjdk 공식 이미지 지원 종료

🌱 관련 이슈

🌱 작업 사항

openjdk → eclipse-temurin:

  • openjdk 공식 이미지는 지원이 종료
  • eclipse-temurin: 현재 java에서 가장 표준적으로 사용되는 프로덕션용 이미지로 수정

jdk → jre:

  • 실행만 하면 되므로 컴파일러가 포함된 무거운 JDK 이미지가 필요 없음 -> JRE사용해서 이미지 가볍게
  • 쿠버네티스 노드들이 이미지를 pull 받는 속도 줄이기
  • 필요없는 도구는 설치하지 않음 -> 보안 이슈 막기 (코드 수정 X, 실행만 할 수 있도록)

slim → jammy:

  • 기존 slim은 데비안 계열의 경량화 버전
  • jammy는 Ubuntu 22.04 LTS 기반

🌱 추가 작업 사항

  • application.yml updated (프론트엔드 주소 수정, notion & github secret 반영 완료)
  • timezone추가

@saokiritoni saokiritoni self-assigned this Dec 30, 2025
@saokiritoni saokiritoni requested a review from a team as a code owner December 30, 2025 06:13
@saokiritoni saokiritoni merged commit 9237a78 into develop Dec 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ bug ] Docker OpenJDK Image Not Found

2 participants