Registry 프로필과 Docker 명령 워크플로우

Registry 프로필과 Docker 명령 워크플로우 A workflow diagram generated by Archify. 01 / Registry profile 02 / Credential store 03 / OCI registry 04 / Docker image store Select + auth Pull + inspect Tag + publish registry add · ls/inspect/rm · Registry profile › Select + auth registry add ls/inspect/rm registry use · default 선택 · Registry profile › Select + auth registry use default 선택 buildkit-config · builder 설정 파일 · Registry profile › Pull + inspect buildkit-config builder 설정 파일 login · Docker credential · Credential store › Select + auth login Docker credential logout · credential 제거 · Credential store › Tag + publish logout credential 제거 pull · registry → local · OCI registry › Pull + inspect pull registry → local push · local → registry · OCI registry › Tag + publish push local → registry image 조회 · images/history · Docker image store › Pull + inspect image 조회 images/history tag · 대상 ref 지정 · Docker image store › Tag + publish tag 대상 ref 지정 save / load / rmi · 로컬 정리 · Docker image store › Tag + publish save / load / rmi 로컬 정리 session 종료 builder 연계 로컬 보관 Legend Local 처리 정책과 증거 State와 store Hub·registry 외부 도구

선택 우선순위

  • • reference의 registry가 --registry보다 우선합니다
  • • --registry, PALIMPSEST_REGISTRY, default profile 순으로 고릅니다

Secret 경계

  • • credential은 DOCKER_CONFIG 또는 ~/.docker에 남습니다
  • • registries.toml에는 endpoint와 policy만 저장합니다