- Print
- PDF
Container Registry overview
- Print
- PDF
Overview
NAVER Cloud Platform's Container Registry is a private Docker container image storage with Docker Container Registry v2 specifications. You can use it to easily save, manage, and distribute Docker container images.
NAVER Cloud Platform Container Registry's API is provided in the RESTful
format. It's done through HTTP method calls such as GET/POST, and see the following guide link for more information on how to use it.
Common settings
API URL
The API URL is configured differently depending on the Region the user is in. The API URLs by Region are as follows.
Korea Region: https://ncr.apigw.ntruss.com/ncr/api/v2
Singapore Region: https://ncr.apigw.ntruss.com/ncr/sgn-api/v2
Japan Region: https://ncr.apigw.ntruss.com/ncr/jpn-api/v2
Request headers
The following describes commonly used headers in Container Registry API. For headers common to NAVER Cloud Platform, see Ncloud API common headers.
Headers | Description |
---|---|
Content-Type | Specify the request's body content type as application/JSON |
Response status codes
The following describes commonly used response status codes in Container Registry API.
HTTP status code | Code | Message | Description |
---|---|---|---|
400 | - | Bad Request | Request error due to HTTPS protocol or UTF-8 encoding |
401 | - | Unauthorized | Authentication information to use the requested resource was not provided or is invalid |
403 | - | Forbidden | No permissions to the requested resource |
500 | - | Internal Server Error | Server error |
Operations
GET
View registry listPOST
Register new registryDELETE
Delete registryGET
View image listGET
View image detailsPATCH
Edit image informationDELETE
Delete imageGET
View image tag listGET
View image tag detailsDELETE
Delete image tag