Skip to content

Instantly share code, notes, and snippets.

@O1ahmad
Created January 8, 2025 14:55
Show Gist options
  • Save O1ahmad/8fe979f5bb9db4ccceba263ccf2443cc to your computer and use it in GitHub Desktop.
Save O1ahmad/8fe979f5bb9db4ccceba263ccf2443cc to your computer and use it in GitHub Desktop.
autodetectUrl: https://hub.docker.com/v2/namespaces/0labs/repositories/erigon/tags
autodetectKey: name (nested within the top-level `results` property)
API Response:
{
"count": 6,
"next": "https://hub.docker.com/v2/repositories/0labs/erigon/tags?page=2&page_size=1",
"previous": null,
"results": [
{
"creator": 6264131,
"id": 414147026,
"images": [
{
"architecture": "amd64",
"features": "",
"variant": null,
"digest": "sha256:d7c3577439052c35a8ad573b070442262b4ed20aa09b33437d2415c1a13d82e5",
"os": "linux",
"os_features": "",
"os_version": null,
"size": 111853248,
"status": "active",
"last_pulled": "2024-12-10T15:17:27.299924Z",
"last_pushed": "2023-03-31T16:55:35.673832Z"
}
],
"last_updated": "2023-03-31T16:55:35.782006Z",
"last_updater": 6264131,
"last_updater_username": "0labs",
"name": "2.42.0",
"repository": 19160724,
"full_size": 111853248,
"v2": true,
"tag_status": "active",
"tag_last_pulled": "2024-12-10T15:17:27.299924Z",
"tag_last_pushed": "2023-03-31T16:55:35.782006Z",
"media_type": "application/vnd.docker.container.image.v1+json",
"content_type": "image",
"digest": "sha256:d7c3577439052c35a8ad573b070442262b4ed20aa09b33437d2415c1a13d82e5"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment