hi
i execute docker pull domoticz/domoticz:stable
and i check the “RepoDigests”
docker image inspect domoticz/domoticz:stable
[
{
"Id": "sha256:9d5ce4d3cc8222194dbf41bb15ffa5765565846e9a69dc44b4e03dbd676aeacf",
"RepoTags": [ "domoticz/domoticz:stable" ],
"RepoDigests": [ "domoticz/domoticz@sha256:ffba80df6855a0cdf853f0c020cfb4404797522a03d91c7512254325403327f9"
],
i have this id ffba80df6855a0cdf853f0c020cfb4404797522a03d91c7512254325403327f9
when i execute to check the id tags
curl -s https://hub.docker.com/v2/repositories/domoticz/domoticz/tags -H Content-Type: application/json | jq -r .results[]
{
"creator": 11803294,
"id": 173067092,
"images": [
{
"architecture": "arm",
"features": "",
"variant": "v7",
"digest": "sha256:0c08596a0336e723f75e5f46496e054b6f127c83eca1e604625824ae31bbc8b1",
"os": "linux",
"os_features": "",
"os_version": null,
"size": 92948648,
"status": "active",
"last_pulled": "2024-09-14T17:04:12.617394Z",
"last_pushed": "2024-09-14T05:37:34.342772Z"
},
{
],
"last_updated": "2024-09-14T05:37:35.139157Z",
"last_updater": 11803294,
"last_updater_username": "pa1dvb",
"name": "latest",
"repository": 11157507,
"full_size": 92948648,
"v2": true,
"tag_status": "active",
"tag_last_pulled": "2024-09-14T17:42:47.393984Z",
"tag_last_pushed": "2024-09-14T05:37:35.139157Z",
"media_type": "application/vnd.oci.image.index.v1+json",
"content_type": "image",
"digest": "sha256:6ce598bcee630df103b3f05063304a6ff32cf692150c05df0dbe78f8ca82648f"
i have this number “digest”: sha256:0c08596a0336e723f75e5f46496e054b6f127c83eca1e604625824ae31bbc8b1 instead sha256:ffba80df6855a0cdf853f0c020cfb4404797522a03d91c7512254325403327f9
i don’t retrieve the id , is it normal ?