본문 바로가기
반응형

IT Knowledge/Repository7

Harbor 재구성(Re-Config) Harbor를 구성하다가 설정을 변경하여 재구성하는 경우!Harbor를 이미 사용하다가 구성을 변경하는 경우! Harbor를 재구성하려면 아래의 단계를 수행하세요. 1. Harbor를 멈추세요. sudo docker compose down -v 2. harbor.yaml 수정하기. vim harbor.yml  3. prepare 스크립트를 실행하여 config를 재적용하기sudo ./prepare   prepare 명령에 구성요소(notary, clair, chartmuseum)를 함께 설치하도록 적용하려면?sudo ./prepare --with-notary --with-clair --with-chartmuseum 4. 이제 다시 Harbor 인스턴스를 다시 만들고 시작sudo docker compose.. 2025. 4. 10.
Harbor Install(Rocky 8 & offline) yum install docker-ce docker-ce-cli containerd.io docker-compose-pluginHarbor 설치 방법입니다. 인터넷이 되지 않는 환경으로 Offline 방식으로 설치합니다.  설치파일은 인터넷이 가능한 PC에서 받아서 넣어두셔야 합니다.! Harbor 설치를 위해 필요한 사전설치!Docker & Docker-Composeyum install docker-ce docker-ce-cli containerd.io docker-compose-plugin  Harbor 릴리즈 URL :https://github.com/goharbor/harbor/releases Releases · goharbor/harborAn open source trusted cloud nat.. 2025. 4. 8.
Harbor(Private Docker Registry) 개요 & Features Harbor란?Harbor의 공식사이트에서는 아래와 같이 설명합니다. https://goharbor.io/Harbor is an open source registry that secures artifacts with policies and role-based access control, ensures images are scanned and free from vulnerabilities, and signs images as trusted. Harbor, a CNCF Graduated project, delivers compliance, performance, and interoperability to help you consistently and securely manage artifacts across.. 2025. 4. 8.
How many licenses are required for replication between Artifactory instances? Repository replication between two or more instances of Artifactory requires a separate pro license for each instance of Artifactory that is involved in the replication process; for example if you do a replication between two instances of Artifactory you will need two different Pro licenses. Artifactory License Metrix > https://jfrog.com/help/r/jfrog-hosting-models-documentation/artifactory-comp.. 2023. 9. 3.
Jfrog Artifactory recommended Hardware Configuration Requirements: In order to maintain high system performance in case of single/multiple server crash, hardware recommendation for an HA configuration is identical to the single server scenario (multiplied by the number of HA server instances) Recommended Hardware for Artifactory – Single Server Machine: Number of Developers OS/JVM Processor Memory (RAM) Heap Storage 1-20 64 bit 4 cor.. 2023. 9. 3.
JFrog Artifactory - Router UNHEALTHY 조치 Artifactory 서비스 상태확인하기 # curl -s http://localhost:8082/router/api/v1/system/health 이슈사항 라우터 서비스 UNHEALTHY Ipv6로 통신시도를 하려다 invalid URL 오류 발생. 조치사항 Artifactory에서 ipv6 통신 사용하지 않기 방법1 참고사항 : https://www.jfrog.com/jira/browse/RTFACT-26904 본인의 경우, ip를 직접 ipv4형태로 입력하여도, 여전히 라우터에 UNHEALTHY 상태였음. 방법2 OS에서 ipv6 Disabled 하기 # vi /etc/sysctl.conf OS에서 ipv6를 사용하지 않도록 한다면, 위의 방법1을 적용하지 않아도 됨. 해결완료 2022. 5. 16.
반응형