"컨테이너 이미지 이름 구성"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 12개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;도커 이미지명 구성
;컨테이너 이미지 경로
;컨테이너 이미지 주소
;컨테이너 이미지 이름 구성
;컨테이너 이미지 이름 구성


{| class='wikitable'
{| class='wikitable'
! 구분
!colspan='4'| 구성
!colspan='4'| 파트
! 형식
! 비고
! 비고
|-
|-
! 1
|colspan='4'| image
| image
| kubernetes<ref>https://kubernetes.io/docs/concepts/workloads/pods/</ref>
|-
|colspan='3'| name
|rowspan='8'| tag
| name:tag
| kustomization<ref>https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/#customizing</ref>
|-
|colspan='3'| repository
|colspan='3'| repository
|rowspan='7'| tag
| repository:tag
| https://docs.docker.com/engine/reference/commandline/images/
| docker<ref>https://docs.docker.com/engine/reference/commandline/images/</ref>
|-
|-
! 2
|rowspan='4'| registry
|rowspan='4'| registry
|colspan='2'| repository
|colspan='2'| repository
| https://artifacthub.io/packages/helm/bitnami/postgresql
| registry/repository:tag
| artifacthub<ref>https://artifacthub.io/packages/helm/bitnami/postgresql</ref>, aws<ref>https://docs.aws.amazon.com/ko_kr/AmazonECR/latest/userguide/docker-push-ecr-image.html</ref>, microsoft<ref>https://docs.microsoft.com/en-us/azure/container-registry/container-registry-repositories</ref>
|-
|-
! 3
| user
| user
| repo
| repo
| https://docs.docker.com/docker-hub/repos/
| registry/user/repo:tag ★
| docker<ref>https://docs.docker.com/docker-hub/repos/</ref>
|-
|-
! 4
| owner
| owner
|rowspan='4'| image
|rowspan='4'| image
| https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
| registry/owner/image:tag
| github<ref>https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry</ref>
|-
|-
! 5
| namespace
| namespace
| https://artifacthub.io/packages/helm/cloudposse/istio
| registry/namespace/image:tag
| artifacthub<ref>https://artifacthub.io/packages/helm/cloudposse/istio</ref>
|-
|-
! 6
| hostname
| hostname
| project
| project
| https://cloud.google.com/container-registry/docs/pushing-and-pulling
| hostname/project/image:tag
| google<ref>https://cloud.google.com/container-registry/docs/pushing-and-pulling</ref>
|-
|-
! 7
|colspan='2'| hub
|colspan='2'| hub
| https://artifacthub.io/packages/helm/cloudposse/istio
| hub/image:tag
| artifacthub<ref>https://artifacthub.io/packages/helm/cloudposse/istio</ref>
|}
|}
==같이 보기==
* [[docker images]]
* [[파일명 이름 구성]]
* [[URL 주소 구성]]
==참고==


[[분류: 컨테이너]]
[[분류: 컨테이너]]

2023년 9월 20일 (수) 16:29 기준 최신판

1 개요[ | ]

도커 이미지명 구성
컨테이너 이미지 경로
컨테이너 이미지 주소
컨테이너 이미지 이름 구성
구성 형식 비고
image image kubernetes[1]
name tag name:tag kustomization[2]
repository repository:tag docker[3]
registry repository registry/repository:tag artifacthub[4], aws[5], microsoft[6]
user repo registry/user/repo:tag ★ docker[7]
owner image registry/owner/image:tag github[8]
namespace registry/namespace/image:tag artifacthub[9]
hostname project hostname/project/image:tag google[10]
hub hub/image:tag artifacthub[11]

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}