Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: docker hub 푸시할 때 태그 추가 #380

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Conversation

mikekks
Copy link
Member

@mikekks mikekks commented Sep 17, 2024

👩‍💻 Contents

  • 저번에 얘기한 도커헙에 태그 명시해주는 거 작업해봤습니다!
  • 제가 잘못 알고 있는 부분 있다면 편하게 말씀주세요!!

📝 Review Note

📣 Related Issue

✅ 점검사항

  • docker-compose.yml 파일에 마이그레이션 한 API의 포워딩을 변경해줬나요?
  • Spring Secret 값을 수정하거나 추가했다면 Github Secret에서 수정을 해줬나요?
  • Nestjs Secret 값을 수정하거나 추가했다면 Docker-Compose.yml 파일 및 인스턴스 내부의 .env 파일을 수정했나요?

@mikekks mikekks added the 🛠️ refactor 리팩토링 및 개선 label Sep 17, 2024
@mikekks mikekks self-assigned this Sep 17, 2024
Copy link

height bot commented Sep 17, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link
Member

@hoonyworld hoonyworld left a comment

Choose a reason for hiding this comment

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

추석에 고생 많으십니다 민규님!
프로덕션 환경에 배포 후 server:develop, server:production으로 이미지가 잘 관리되는지 확인을 해봐야 할 것 같습니다!

잘 수행이 된다면, 기존에 server:latest 태그는 사용하지 않아서 docker rmi� 명령어로 삭제하면 될 것 같습니다!

@mikekks
Copy link
Member Author

mikekks commented Sep 17, 2024

추석에 고생 많으십니다 민규님! 프로덕션 환경에 배포 후 server:develop, server:production으로 이미지가 잘 관리되는지 확인을 해봐야 할 것 같습니다!

잘 수행이 된다면, 기존에 server:latest 태그는 사용하지 않아서 docker rmi� 명령어로 삭제하면 될 것 같습니다!

넵 좋습니다 !!

@mikekks mikekks merged commit db2a004 into develop Sep 17, 2024
1 check passed
@mikekks mikekks deleted the refactor/#368 branch September 17, 2024 15:23
mikekks added a commit that referenced this pull request Sep 17, 2024
* �chore: 유저관련 temp API 추가 (#359)

* del(meeting): 모임 지원자 목록 csv 파일 다운로드 temp 삭제

* del(meeting): 모임 게시글 댓글 리스트 조회 temp 삭제

* chore(meeting): 유저 관련 API temp 버전 추가

* �chore: 모임 관련 API 스웨거에 보이는 응답값 수정 (#361)

* chore(meeting): 모임 활동 시간 Dto 반환 수정

* docs(meeting): status 스웨거상 enum 으로 보이게 수정

* chore(meeting): dto내 NotNull 오류 수정

* docs(meeting): 1,2,3 -> 0,1,2 로 수정

* docs(meeting): number -> integer 로 수정

* feat: 모니터링 서버 구축 (#357)

* add(setting): actuator 및 prometheus exporter 설정

* add(yml): 액츄에이터 관련하여 커스텀 포트 및 path 적용

* chore(config): 헬스체크 엔드포인트 화이트리스트에 추가

* chore(config): 화이트리스트 한 곳에서 관리할 수 있도록 코드 구조 변경

* chore(Advertisement): id, 게시 시작일 데이터 추가 (#365)

* refactor: 시큐리티 config 코드 개선 및 헬스 체크 방식 변경 (#363)

* refactor(config): 중복코드 제거

* del(config): 사용하지 않는 코드 제거

* fix(User): AppliedCount -> ApprovedCount 로 변경 (#374)

* feat(application-local.yml): application-local.yml 세팅 (#375)

* fix(Post): desc 데이터 추가 (#378)

* �chore: 플그 db 연결 작업 (#376)

* feat(MemberBlock): 플그의 MemberBlock 테이블 등록

* infra(Playground): 플그 db 연결

* add(Playground): 차단 관련 repository 추가

* feat(Playground): 기능 테스트를 위한 임시 API 개발 (삭제 필요)

* fix(config): 테스트 db는 기존대로 유지

* chore(config): local db 설정을 위한 수정

* chore(yml): prod yml 수정

* chore(yml): 테스트를 위한 API 수정

* fix(config): validate 추가

* del(config): 사용하지 않는 어노테이션 삭제

* chore(local,config): local-yml 수정

* refactor(ci&cd): docker hub 푸시할 때 태그 추가 (#380)

---------

Co-authored-by: DongHoon Lee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ refactor 리팩토링 및 개선 size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: docker 이미지 태그 설정
2 participants