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

CICD : 도커 캐시 사용해서 빌드 최적화 #44

Merged
merged 7 commits into from
Apr 25, 2024

Conversation

anxi01
Copy link
Owner

@anxi01 anxi01 commented Apr 20, 2024

변경사항

Github Actions Cache 적용 실패

  • GithubActions Cache를 적용했으나 기존과 다른게 없다.

Docker Image 빌드, 푸시 과정 통합

  • 기존에는 Docker Image 빌드, 푸시가 나눠져 있었다.
  • 이를 합치면 시간을 줄일 수 있을 거 같아 통합했다.

Alpine 기반 JDK 설치

  • Alpine 기반 JDK를 설치함으로써 Docker Image를 줄일 수 있다.

#43

@anxi01 anxi01 added the cicd label Apr 20, 2024
@anxi01 anxi01 self-assigned this Apr 20, 2024
@anxi01 anxi01 force-pushed the cicd/도커-캐시-사용해서-빌드-최적화 branch from 47ec3a5 to 15a702c Compare April 20, 2024 16:38
@anxi01 anxi01 merged commit 25f21b3 into develop Apr 25, 2024
@anxi01 anxi01 deleted the cicd/도커-캐시-사용해서-빌드-최적화 branch April 25, 2024 16:51
@anxi01 anxi01 restored the cicd/도커-캐시-사용해서-빌드-최적화 branch April 25, 2024 16:52
@anxi01 anxi01 deleted the cicd/도커-캐시-사용해서-빌드-최적화 branch April 25, 2024 16:53
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.

1 participant