Skip to content

Commit f065a95

Browse files
tags
1 parent 93876a9 commit f065a95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/container-registry/container-registry-delete.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,12 @@ As mentioned in the [Manifest digest](container-registry-concepts.md#manifest-di
200200
"lastUpdateTime": "2020-05-16T04:25:14.3112885Z",
201201
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
202202
"os": "linux",
203-
"tags": [],
204-
"timestamp": "2020-05-16T04:25:14.3112885Z"
203+
"timestamp": "2020-05-16T04:25:14.3112885Z"
205204
}
206205
]
207206
```
208207

209-
The tags section is removed when an image is **untagged**. As you can see in the output of the last step in the sequence, there is now an orphaned manifest whose `"tags"` property is an empty list. This manifest still exists within the registry, along with any unique layer data that it references. **To delete such orphaned images and their layer data, you must delete by manifest digest**.
208+
The tags array is removed from meta-data when an image is **untagged**. This manifest still exists within the registry, along with any unique layer data that it references. **To delete such orphaned images and their layer data, you must delete by manifest digest**.
210209

211210
## Automatically purge tags and manifests
212211

0 commit comments

Comments
 (0)