공부하기싫어
article thumbnail
GitLab-Runner CI 구축 demo
IT etc/Gitlab 2023. 7. 16. 05:04

목차 구축 환경 / 테스트 목적 gitlab container 실행중 gitlab-runner 를 container 로 실행 후 연결 테스트 gitlab-ci.yaml 를 통해 AWS private ECR repository 로 image push 테스트 gitlab-ci.yaml 를 통해 github public repository 로 kustomization.yaml push 테스트 1. gitlab-runner container 생성 및 gitlab project 등록 1.1 gitlab-runner container 생성 docker run -d --name gitlab-runner --network gitlab_default gitlab/gitlab-runner:latest gitlab cont..

article thumbnail
GitLab 개요 / 로컬 GitLab 서버 구축 / 간단 사용법
IT etc/Gitlab 2023. 7. 13. 00:25

목차 현재 노트북을 image build server 로 사용중인데 여기에 gitlab 까지 설치해서 CI 서버로 사용해볼까 한다. 데스크탑에서 노트북의 gitlab 으로 push 하면 build 결과를 ECR 이나 github 로 push 하게 할 예정 1. GitLab 이란? 깃랩(GitLab)은 깃랩 사(GitLab Inc.)가 개발한 깃 저장소 및 CI/CD, 이슈 추적, 보안성 테스트 등의 기능을 갖춘 웹 기반의 데브옵스 플랫폼 2. GitLab 설치 https://about.gitlab.com/install/ Download and install GitLab Download, install and maintain your own GitLab instance with various install..