You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
1) git clone
2) copy SSL keyfile from HOST OS
3) Build docker container from Dockerfile
4) Stopping previous container
5) Remove Previous container
6) Run new container with up-to-date image
Build 결과 Slack 채널에 통지.
구조
Jenkins : Jaram Server에 Docker 컨테이너로 설치됨. 5903 포트를 통해 접속.
DooD(Docker out of Docker)를 위해 Host OS의 docker.sock 파일을 젠킨스 컨테이너 내부에 설치된 docker.sock 파일에 마운트 시킴.
Jenkins를 통해 새로운 커밋을 반영한 Docker 이미지를 빌드하고, 빌드된 이미지를 이용해 새 컨테이너를 생성함. (Host OS)