이전 메이븐과 그래들로 도커 빌드/데몬 생성이 가능해졌다.
https://github.com/GoogleContainerTools/jib
mvn compile com.google.cloud.tools:jib-maven-plugin:0.9.10:build -Dimage=<MY IMAGE>
gradle jib --image=<MY IMAGE>
문서는 다음을 참조한다.
https://cloudplatform.googleblog.com/2018/07/introducing-jib-build-java-docker-images-better.html
'scribbling' 카테고리의 다른 글
[펌] commit 정리하기에 정말 좋은 git rebase 참조 링크, (0) | 2018.10.19 |
---|---|
[macos] no valid sudoers sources found, quitting 해결, sudo 이슈 해결하기 (0) | 2018.09.25 |
OpenTsdb 분석 (0) | 2018.08.31 |
[윈도우8 커맨드] Get-Process -Name, taskkill (0) | 2018.07.27 |
ci 소요 시간은 10분이 좋은것 같다.. (0) | 2018.07.20 |