์ด ๋ฌธ์์์๋ ๋น๊ณต๊ฐ ์ปจํ ์ด๋ ์ด๋ฏธ์ง ์ ์ฅ์์ ์ด๋ฏธ์ง๋ฅผ ์ฌ์ฉํ๋๋ก Apigee Hybrid๋ฅผ ๊ตฌ์ฑํ๋ ๋ฐฉ๋ฒ์ ์ค๋ช ํฉ๋๋ค.
๊ฐ์
๋ชจ๋ Apigee Hybrid ๋ฐํ์ ์ด๋ฏธ์ง๋ Artifact Registry(AR)์์ ํธ์คํ ๋ฉ๋๋ค. ์ด๋ค ์ด์ ๋ก๋ ๋น๊ณต๊ฐ ์ด๋ฏธ์ง ์ปจํ ์ด๋ ์ ์ฅ์๋ฅผ ์ฌ์ฉํ๋ ค๋ ๊ฒฝ์ฐ AR์์ ์ด๋ฏธ์ง๋ฅผ ๋ค์ด๋ก๋ํ์ฌ ๋น๊ณต๊ฐ ์ ์ฅ์๋ก ๋ด๋ณด๋ผ ์ ์์ต๋๋ค. ๊ฐ ๊ตฌ์ฑ์์๋ฅผ ์ฌ์ ์ํ๋ ๋์ ์ฌ์ ์์ ํ๋ธ ์ธ๋ถ์ ๋ณด๋ฅผ ์ถ๊ฐํ ์ ์์ต๋๋ค.
๊ตฌ์ฑ ๋จ๊ณ
๋น๊ณต๊ฐ ์ ์ฅ์ ๊ฒฝ๋ก๋ก hub
๊ตฌ์ฑ ์์ฑ ๊ฐ์ ์ค์ ํฉ๋๋ค.
hub: PRIVATE_REPO
์๋ฅผ ๋ค์ด ๋ค์ ํ๋ธ๊ฐ ์ ๊ณต๋๋ฉด ์ด๋ฏธ์ง ๊ฒฝ๋ก๊ฐ ์๋์ผ๋ก ํ์ธ๋ฉ๋๋ค.
hub: private-docker-host.example.com
๋ค์๊ณผ ๊ฐ์ต๋๋ค.
## an example of internal component vs 3rd party containers: - name: apigee-udca image: private-docker-host.example.com/apigee-udca:1.13.4 imagePullPolicy: IfNotPresent containers: - name: apigee-ingressgateway image: private-docker-host.example.com/apigee-asm-ingress:1.18.7-asm.4-distroless imagePullPolicy: IfNotPresent
To display a list of the Apigee images hosted in the Google Cloud repository on the command line:
./apigee-operator/etc/tools/apigee-pull-push.sh --list