mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	Docker Tag Information in Docs (#29047)
Add more details for the docker tag when using container registry. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
		| @@ -39,6 +39,16 @@ Images must follow this naming convention: | |||||||
|  |  | ||||||
| `{registry}/{owner}/{image}` | `{registry}/{owner}/{image}` | ||||||
|  |  | ||||||
|  | When building your docker image, using the naming convention above, this looks like: | ||||||
|  |  | ||||||
|  | ```shell | ||||||
|  | # build an image with tag | ||||||
|  | docker build -t {registry}/{owner}/{image}:{tag} . | ||||||
|  | # name an existing image with tag | ||||||
|  | docker tag {some-existing-image}:{tag} {registry}/{owner}/{image}:{tag} | ||||||
|  | ``` | ||||||
|  |  | ||||||
|  | where your registry is the domain of your gitea instance (e.g. gitea.example.com). | ||||||
| For example, these are all valid image names for the owner `testuser`: | For example, these are all valid image names for the owner `testuser`: | ||||||
|  |  | ||||||
| `gitea.example.com/testuser/myimage` | `gitea.example.com/testuser/myimage` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 wienans
					wienans