diff --git a/__tests__/dockerhub.test.ts b/__tests__/dockerhub.test.ts index 187bdf0..8631925 100644 --- a/__tests__/dockerhub.test.ts +++ b/__tests__/dockerhub.test.ts @@ -19,13 +19,15 @@ import * as fs from 'fs'; import * as path from 'path'; import {DockerHub} from '../src/dockerhub'; -import {RepositoryResponse} from '../src/types/dockerhub'; +import {RepositoryResponse, RepositoryTagsResponse} from '../src/types/dockerhub'; beforeEach(() => { jest.clearAllMocks(); }); import repoInfoFixture from './fixtures/dockerhub-repoinfo.json'; +import repoTagsFixture from './fixtures/dockerhub-repotags.json'; +import repoAllTagsFixture from './fixtures/dockerhub-repoalltags.json'; describe('getRepository', () => { it('returns repo info', async () => { @@ -50,6 +52,54 @@ describe('getRepository', () => { }); }); +describe('getRepositoryTags', () => { + it('return repo tags', async () => { + jest.spyOn(DockerHub.prototype, 'getRepositoryTags').mockImplementation((): Promise => { + return >(repoTagsFixture as unknown); + }); + // eslint-disable-next-line @typescript-eslint/no-explicit-any + jest.spyOn(DockerHub as any, 'login').mockReturnValue('jwt_token'); + const dockerhub = await DockerHub.build({ + credentials: { + username: 'foo', + password: '0123456-7890-0000-1111-222222222' + } + }); + const resp = await dockerhub.getRepositoryTags({ + namespace: 'crazymax', + name: 'diun' + }); + expect(resp.count).toBeGreaterThan(0); + expect(resp.next).not.toBeNull(); + expect(resp.results.length).toBeGreaterThan(0); + expect(resp.results[0].last_updater_username).toEqual('crazymax'); + }); +}); + +describe('getRepositoryAllTags', () => { + it('return repo all tags', async () => { + jest.spyOn(DockerHub.prototype, 'getRepositoryAllTags').mockImplementation((): Promise => { + return >(repoAllTagsFixture as unknown); + }); + // eslint-disable-next-line @typescript-eslint/no-explicit-any + jest.spyOn(DockerHub as any, 'login').mockReturnValue('jwt_token'); + const dockerhub = await DockerHub.build({ + credentials: { + username: 'foo', + password: '0123456-7890-0000-1111-222222222' + } + }); + const resp = await dockerhub.getRepositoryAllTags({ + namespace: 'crazymax', + name: 'diun' + }); + expect(resp.count).toBeGreaterThan(0); + expect(resp.next).toBeNull(); + expect(resp.results.length).toBeGreaterThan(0); + expect(resp.results[0].last_updater_username).toEqual('crazymax'); + }); +}); + describe('updateRepoDescription', () => { it.skip('set repo description', async () => { const dockerhub = await DockerHub.build({ diff --git a/__tests__/fixtures/dockerhub-repoalltags.json b/__tests__/fixtures/dockerhub-repoalltags.json new file mode 100644 index 0000000..1579626 --- /dev/null +++ b/__tests__/fixtures/dockerhub-repoalltags.json @@ -0,0 +1,7131 @@ +{ + "count": 79, + "next": null, + "previous": null, + "results": [ + { + "creator": 1758550, + "id": 58000532, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:59c0fe2752b6e5403d8ce1be274e033ad77a7b5111b26a7892f249cdae98b4c6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16721569, + "status": "active", + "last_pulled": "2023-02-13T16:38:52.174573Z", + "last_pushed": "2022-12-29T11:25:42.359918Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:ee8db2c3c311370f476a53b325a7a12aa2f737240716c0a8910527b6226ce9c9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278206, + "status": "active", + "last_pulled": "2023-02-14T00:06:01.795548Z", + "last_pushed": "2022-12-29T11:25:42.188289Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:d43d81182feb3ca506aee884b7fa1e7cbef313754dd87a511b429cde8baa4897", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16351672, + "status": "active", + "last_pulled": "2023-02-13T22:31:56.854819Z", + "last_pushed": "2022-12-29T11:25:42.040434Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:f09010a006ed5af90657a081d1dcbb440cb3e12d2346b24069eed2c1c1a77bea", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16071476, + "status": "active", + "last_pulled": "2023-02-14T03:10:25.190838Z", + "last_pushed": "2022-12-29T11:25:41.903736Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:170d3462b42a429b3fb1a607df178b2cbfe0289321073bc178faf73c8b357158", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15846393, + "status": "active", + "last_pulled": "2023-02-14T02:35:34.588959Z", + "last_pushed": "2022-12-29T11:25:41.716115Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:c95c621d59d021e22743b0d492ee1fd6c35c7226768a81fccf778cef0843acb5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15683441, + "status": "active", + "last_pulled": "2023-02-14T03:10:28.264439Z", + "last_pushed": "2022-12-29T11:25:42.490936Z" + } + ], + "last_updated": "2022-12-29T11:25:44.861939Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "latest", + "repository": 7217938, + "full_size": 16721569, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:10:28.264439Z", + "tag_last_pushed": "2022-12-29T11:25:44.861939Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:fa80af32a7c61128ffda667344547805b3c5e7721ecbbafd70e35bb7bb7c989f" + }, + { + "creator": 1758550, + "id": 102612193, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:7d287160c9d91104f1c3899ae99a125859ea2a6c179981971c554bfb2ab6a403", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16794193, + "status": "active", + "last_pulled": "2023-02-14T01:52:51.907334Z", + "last_pushed": "2023-02-02T14:22:29.553097Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:91fb563cb6515c0d5108e3fb192570c1554029c447d9d2f0bf80dc077ba9dcf7", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17361148, + "status": "active", + "last_pulled": "2023-02-14T01:52:51.865758Z", + "last_pushed": "2023-02-02T14:22:29.292267Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:c9ea076fa893afc8f65163d60433033a47ce21a05044264684b4d867e89707fd", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16409968, + "status": "active", + "last_pulled": "2023-02-06T07:28:47.428625Z", + "last_pushed": "2023-02-02T14:22:28.770477Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:bdfbbdbe58d66340a795d9e28eaf528fa8921e74ce120d441c8dce4bea19cec5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16133549, + "status": "active", + "last_pulled": "2023-02-06T07:28:47.354066Z", + "last_pushed": "2023-02-02T14:22:28.52473Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:f38c48726a77f7de650eaf6eac6d762d3fc0bbb73256bd835e658bed133f7c7e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15921104, + "status": "active", + "last_pulled": "2023-02-14T00:00:09.368527Z", + "last_pushed": "2023-02-02T14:22:28.060759Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:c7f8d4f37f853b65c30a6394e6d2a5e4eb12ee2e1cf490f00f23f1f5a9c1b98d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15759823, + "status": "active", + "last_pulled": "2023-02-06T07:28:47.380613Z", + "last_pushed": "2023-02-02T14:22:29.772499Z" + }, + { + "architecture": "unknown", + "features": "", + "variant": null, + "digest": "sha256:56bcdbb03ba51f282db881bc19baa69c5b05377b03934b623cebaa210dd20c58", + "os": "unknown", + "os_features": "", + "os_version": null, + "size": 1757, + "status": "active", + "last_pulled": "2023-02-12T22:16:11.860956Z", + "last_pushed": "2023-02-02T14:22:29.058257Z" + }, + { + "architecture": "unknown", + "features": "", + "variant": null, + "digest": "sha256:8231ea105740ed2679d3e50d440281fd7667febba154b873f19515b44b711202", + "os": "unknown", + "os_features": "", + "os_version": null, + "size": 1763, + "status": "active", + "last_pulled": "2023-02-12T22:16:11.837015Z", + "last_pushed": "2023-02-02T14:22:28.287794Z" + }, + { + "architecture": "unknown", + "features": "", + "variant": null, + "digest": "sha256:693e87330ed84a0ab69312ff9d3d7f4b989000ce609ec226f03283406ac677a7", + "os": "unknown", + "os_features": "", + "os_version": null, + "size": 1918, + "status": "active", + "last_pulled": "2023-02-14T01:52:51.88782Z", + "last_pushed": "2023-02-02T14:22:27.808577Z" + }, + { + "architecture": "unknown", + "features": "", + "variant": null, + "digest": "sha256:ac521174e887e7910aaf7d9043b6aba92a988c3bc6393804f1105cf9b8aadd24", + "os": "unknown", + "os_features": "", + "os_version": null, + "size": 1918, + "status": "active", + "last_pulled": "2023-02-14T01:52:51.876834Z", + "last_pushed": "2023-02-02T14:22:27.584634Z" + }, + { + "architecture": "unknown", + "features": "", + "variant": null, + "digest": "sha256:897899179fc8afb51c815d7b1da57072a9f004db141414b0387d801ae03634a0", + "os": "unknown", + "os_features": "", + "os_version": null, + "size": 1763, + "status": "active", + "last_pulled": "2023-02-12T22:16:11.849351Z", + "last_pushed": "2023-02-02T14:22:27.330929Z" + }, + { + "architecture": "unknown", + "features": "", + "variant": null, + "digest": "sha256:65a380201e29deb41be88e16dd293cccefa59958850b566b9b339c76c6667422", + "os": "unknown", + "os_features": "", + "os_version": null, + "size": 1769, + "status": "active", + "last_pulled": "2023-02-14T01:52:51.869244Z", + "last_pushed": "2023-02-02T14:22:29.995365Z" + } + ], + "last_updated": "2023-02-02T14:22:30.59987Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "edge", + "repository": 7217938, + "full_size": 16794193, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T01:52:51.907334Z", + "tag_last_pushed": "2023-02-02T14:22:30.59987Z", + "media_type": "application/vnd.oci.image.index.v1+json", + "content_type": "image", + "digest": "sha256:469be27b882d9d29f168b89525280e595446db099244940e60a2fa5c2b8ae35b" + }, + { + "creator": 1758550, + "id": 165911130, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:59c0fe2752b6e5403d8ce1be274e033ad77a7b5111b26a7892f249cdae98b4c6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16721569, + "status": "active", + "last_pulled": "2023-02-13T16:38:52.174573Z", + "last_pushed": "2022-12-29T11:25:42.359918Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:ee8db2c3c311370f476a53b325a7a12aa2f737240716c0a8910527b6226ce9c9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278206, + "status": "active", + "last_pulled": "2023-02-14T00:06:01.795548Z", + "last_pushed": "2022-12-29T11:25:42.188289Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:d43d81182feb3ca506aee884b7fa1e7cbef313754dd87a511b429cde8baa4897", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16351672, + "status": "active", + "last_pulled": "2023-02-13T22:31:56.854819Z", + "last_pushed": "2022-12-29T11:25:42.040434Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:f09010a006ed5af90657a081d1dcbb440cb3e12d2346b24069eed2c1c1a77bea", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16071476, + "status": "active", + "last_pulled": "2023-02-14T03:10:25.190838Z", + "last_pushed": "2022-12-29T11:25:41.903736Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:170d3462b42a429b3fb1a607df178b2cbfe0289321073bc178faf73c8b357158", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15846393, + "status": "active", + "last_pulled": "2023-02-14T02:35:34.588959Z", + "last_pushed": "2022-12-29T11:25:41.716115Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:c95c621d59d021e22743b0d492ee1fd6c35c7226768a81fccf778cef0843acb5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15683441, + "status": "active", + "last_pulled": "2023-02-14T03:10:28.264439Z", + "last_pushed": "2022-12-29T11:25:42.490936Z" + } + ], + "last_updated": "2022-12-29T11:25:44.095398Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4", + "repository": 7217938, + "full_size": 16721569, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:10:28.264439Z", + "tag_last_pushed": "2022-12-29T11:25:44.095398Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:fa80af32a7c61128ffda667344547805b3c5e7721ecbbafd70e35bb7bb7c989f" + }, + { + "creator": 1758550, + "id": 357972009, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:59c0fe2752b6e5403d8ce1be274e033ad77a7b5111b26a7892f249cdae98b4c6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16721569, + "status": "active", + "last_pulled": "2023-02-13T16:38:52.174573Z", + "last_pushed": "2022-12-29T11:25:42.359918Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:ee8db2c3c311370f476a53b325a7a12aa2f737240716c0a8910527b6226ce9c9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278206, + "status": "active", + "last_pulled": "2023-02-14T00:06:01.795548Z", + "last_pushed": "2022-12-29T11:25:42.188289Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:d43d81182feb3ca506aee884b7fa1e7cbef313754dd87a511b429cde8baa4897", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16351672, + "status": "active", + "last_pulled": "2023-02-13T22:31:56.854819Z", + "last_pushed": "2022-12-29T11:25:42.040434Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:f09010a006ed5af90657a081d1dcbb440cb3e12d2346b24069eed2c1c1a77bea", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16071476, + "status": "active", + "last_pulled": "2023-02-14T03:10:25.190838Z", + "last_pushed": "2022-12-29T11:25:41.903736Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:170d3462b42a429b3fb1a607df178b2cbfe0289321073bc178faf73c8b357158", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15846393, + "status": "active", + "last_pulled": "2023-02-14T02:35:34.588959Z", + "last_pushed": "2022-12-29T11:25:41.716115Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:c95c621d59d021e22743b0d492ee1fd6c35c7226768a81fccf778cef0843acb5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15683441, + "status": "active", + "last_pulled": "2023-02-14T03:10:28.264439Z", + "last_pushed": "2022-12-29T11:25:42.490936Z" + } + ], + "last_updated": "2022-12-29T11:25:43.719452Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.24", + "repository": 7217938, + "full_size": 16721569, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:10:28.264439Z", + "tag_last_pushed": "2022-12-29T11:25:43.719452Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:fa80af32a7c61128ffda667344547805b3c5e7721ecbbafd70e35bb7bb7c989f" + }, + { + "creator": 1758550, + "id": 357972005, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:59c0fe2752b6e5403d8ce1be274e033ad77a7b5111b26a7892f249cdae98b4c6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16721569, + "status": "active", + "last_pulled": "2023-02-13T16:38:52.174573Z", + "last_pushed": "2022-12-29T11:25:42.359918Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:ee8db2c3c311370f476a53b325a7a12aa2f737240716c0a8910527b6226ce9c9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278206, + "status": "active", + "last_pulled": "2023-02-14T00:06:01.795548Z", + "last_pushed": "2022-12-29T11:25:42.188289Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:d43d81182feb3ca506aee884b7fa1e7cbef313754dd87a511b429cde8baa4897", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16351672, + "status": "active", + "last_pulled": "2023-02-13T22:31:56.854819Z", + "last_pushed": "2022-12-29T11:25:42.040434Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:f09010a006ed5af90657a081d1dcbb440cb3e12d2346b24069eed2c1c1a77bea", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16071476, + "status": "active", + "last_pulled": "2023-02-14T03:10:25.190838Z", + "last_pushed": "2022-12-29T11:25:41.903736Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:170d3462b42a429b3fb1a607df178b2cbfe0289321073bc178faf73c8b357158", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15846393, + "status": "active", + "last_pulled": "2023-02-14T02:35:34.588959Z", + "last_pushed": "2022-12-29T11:25:41.716115Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:c95c621d59d021e22743b0d492ee1fd6c35c7226768a81fccf778cef0843acb5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15683441, + "status": "active", + "last_pulled": "2023-02-14T03:10:28.264439Z", + "last_pushed": "2022-12-29T11:25:42.490936Z" + } + ], + "last_updated": "2022-12-29T11:25:43.020406Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.24.0", + "repository": 7217938, + "full_size": 16721569, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:10:28.264439Z", + "tag_last_pushed": "2022-12-29T11:25:43.020406Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:fa80af32a7c61128ffda667344547805b3c5e7721ecbbafd70e35bb7bb7c989f" + }, + { + "creator": 1758550, + "id": 357305979, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:4061197f21c72fe8a986dff223b64bb0331298f180b35690ee3fc0352540450e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16717351, + "status": "inactive", + "last_pulled": "2022-12-29T09:07:54.083492Z", + "last_pushed": "2022-12-28T09:59:12.379933Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:738729ecf6209afc3b45c029e9faf26e3ce75b08fc033d719e306fb7c3a83f0a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278419, + "status": "active", + "last_pulled": "2023-02-14T02:00:06.404122Z", + "last_pushed": "2022-12-28T09:59:12.221896Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:aec5e10aa63dfb1f9af141b8cd26e6b0386a1e6606f4ff2406f14ad11b5e2f57", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16346334, + "status": "inactive", + "last_pulled": "2022-12-29T10:23:08.68088Z", + "last_pushed": "2022-12-28T09:59:12.56338Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:73a4d0f923ecd07e7789d1bab9edf05129bd5139d5c94b66db40f20d17c56d66", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16066440, + "status": "active", + "last_pulled": "2023-01-22T00:09:50.340853Z", + "last_pushed": "2022-12-28T09:59:12.042071Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:5313256189270769521e78c8a3e6bf99d46af2c2a53e23885303675064391583", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15844943, + "status": "active", + "last_pulled": "2023-02-11T15:12:51.364291Z", + "last_pushed": "2022-12-28T09:59:11.908623Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:f3a801eb4fb3bc88d43e79461581b0e2042ae5e6ca12f13b02f3693041ef857d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15681006, + "status": "inactive", + "last_pulled": "2022-12-29T10:23:13.487196Z", + "last_pushed": "2022-12-28T09:59:12.726501Z" + } + ], + "last_updated": "2022-12-28T09:59:13.740628Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.23", + "repository": 7217938, + "full_size": 16717351, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:30:07.751667Z", + "tag_last_pushed": "2022-12-28T09:59:13.740628Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:2645f4008b8e9d58d2ea218cf4cde36174b0aa82b918f51d6b5b44c1adac4ad7" + }, + { + "creator": 1758550, + "id": 357403134, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:4061197f21c72fe8a986dff223b64bb0331298f180b35690ee3fc0352540450e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16717351, + "status": "inactive", + "last_pulled": "2022-12-29T09:07:54.083492Z", + "last_pushed": "2022-12-28T09:59:12.379933Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:738729ecf6209afc3b45c029e9faf26e3ce75b08fc033d719e306fb7c3a83f0a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278419, + "status": "active", + "last_pulled": "2023-02-14T02:00:06.404122Z", + "last_pushed": "2022-12-28T09:59:12.221896Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:aec5e10aa63dfb1f9af141b8cd26e6b0386a1e6606f4ff2406f14ad11b5e2f57", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16346334, + "status": "inactive", + "last_pulled": "2022-12-29T10:23:08.68088Z", + "last_pushed": "2022-12-28T09:59:12.56338Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:73a4d0f923ecd07e7789d1bab9edf05129bd5139d5c94b66db40f20d17c56d66", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16066440, + "status": "active", + "last_pulled": "2023-01-22T00:09:50.340853Z", + "last_pushed": "2022-12-28T09:59:12.042071Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:5313256189270769521e78c8a3e6bf99d46af2c2a53e23885303675064391583", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15844943, + "status": "active", + "last_pulled": "2023-02-11T15:12:51.364291Z", + "last_pushed": "2022-12-28T09:59:11.908623Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:f3a801eb4fb3bc88d43e79461581b0e2042ae5e6ca12f13b02f3693041ef857d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15681006, + "status": "inactive", + "last_pulled": "2022-12-29T10:23:13.487196Z", + "last_pushed": "2022-12-28T09:59:12.726501Z" + } + ], + "last_updated": "2022-12-28T09:59:13.180567Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.23.1", + "repository": 7217938, + "full_size": 16717351, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:30:07.751667Z", + "tag_last_pushed": "2022-12-28T09:59:13.180567Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:2645f4008b8e9d58d2ea218cf4cde36174b0aa82b918f51d6b5b44c1adac4ad7" + }, + { + "creator": 1758550, + "id": 357305975, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:f8e8a9844a6792b521dba9c7a3f82697384947efe77869ad6c292fe65edb4343", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16717333, + "status": "inactive", + "last_pulled": "2022-12-28T18:00:40.127405Z", + "last_pushed": "2022-12-28T04:02:06.285727Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:7ad0aae6a713a25e2b03fb842a6e3279bd1c544e695b2622c2bc7efd0f177d71", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278404, + "status": "active", + "last_pulled": "2023-02-14T00:00:07.541795Z", + "last_pushed": "2022-12-28T04:02:06.045999Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:e701125091cf2cf24589edc7b2a1033c5d0e50bb83c267f441311a10573550ca", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16346358, + "status": "inactive", + "last_pulled": "2022-12-28T18:00:49.902062Z", + "last_pushed": "2022-12-28T04:02:06.474438Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:7819367692ef3d1ea9d6b27b20970aae5111fed04bbe28748cc48cc4027f3829", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16066440, + "status": "active", + "last_pulled": "2023-01-31T17:48:52.635195Z", + "last_pushed": "2022-12-28T04:02:05.802389Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:42d908c68d9c56cdf58894d483df77fc191ac29be9a2a31894488494796a18e2", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15844961, + "status": "active", + "last_pulled": "2023-02-11T15:12:51.370348Z", + "last_pushed": "2022-12-28T04:02:05.598491Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:13be0b97136a685e3a9a23321e51d87e9c6f1e2c8c7c43932eeea73272c6316a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15680991, + "status": "inactive", + "last_pulled": "2022-12-28T18:01:03.360059Z", + "last_pushed": "2022-12-28T04:02:06.705534Z" + } + ], + "last_updated": "2022-12-28T04:02:07.249131Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.23.0", + "repository": 7217938, + "full_size": 16717333, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:00:11.576586Z", + "tag_last_pushed": "2022-12-28T04:02:07.249131Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:887217a8073659cc4aa42018a8a5ca32ec284d66cb72a62560eb1ec9c907cc9b" + }, + { + "creator": 1758550, + "id": 255025017, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:3fc61414f98d2e3fdd558f1c265d6c4661b2097eff3c11c61fbb9f68f97aa64b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15753204, + "status": "inactive", + "last_pulled": "2022-12-28T03:15:33.191307Z", + "last_pushed": "2022-07-17T16:32:28.389257Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:f06f323e9dee2c6473093c39de3ce4cc51ae06fd077e796e6521ccfca3295938", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16344617, + "status": "active", + "last_pulled": "2023-02-13T23:34:48.238241Z", + "last_pushed": "2022-07-17T16:32:28.217993Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:a1abbc2b3f6ada0c1dcbb01755094d108db527d6a5ba1349ba453401177c4932", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15492844, + "status": "inactive", + "last_pulled": "2022-12-28T03:31:12.8371Z", + "last_pushed": "2022-07-17T16:32:28.053411Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:fe5c88a628aa1351c55c7670a852614acb47e1c88a6935627cbd63f468c94040", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15266814, + "status": "active", + "last_pulled": "2023-02-11T19:50:06.763814Z", + "last_pushed": "2022-07-17T16:32:27.879657Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:bdd6f3a2519a6cfecde4cfff207788883e5fdb4d2fef5a62ac0a76097e321631", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14977561, + "status": "active", + "last_pulled": "2023-02-08T23:46:04.259062Z", + "last_pushed": "2022-07-17T16:32:27.705165Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:bd89b4b27b2b85ee80ccf6e007d951eecaa53c70cf0f3d73015c28ffb8a5751c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14671557, + "status": "inactive", + "last_pulled": "2022-12-28T03:28:10.845589Z", + "last_pushed": "2022-07-17T16:32:28.525026Z" + } + ], + "last_updated": "2022-07-17T16:32:29.940002Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.22", + "repository": 7217938, + "full_size": 15753204, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T23:34:48.238241Z", + "tag_last_pushed": "2022-07-17T16:32:29.940002Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 255025014, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:3fc61414f98d2e3fdd558f1c265d6c4661b2097eff3c11c61fbb9f68f97aa64b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15753204, + "status": "inactive", + "last_pulled": "2022-12-28T03:15:33.191307Z", + "last_pushed": "2022-07-17T16:32:28.389257Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:f06f323e9dee2c6473093c39de3ce4cc51ae06fd077e796e6521ccfca3295938", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16344617, + "status": "active", + "last_pulled": "2023-02-13T23:34:48.238241Z", + "last_pushed": "2022-07-17T16:32:28.217993Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:a1abbc2b3f6ada0c1dcbb01755094d108db527d6a5ba1349ba453401177c4932", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15492844, + "status": "inactive", + "last_pulled": "2022-12-28T03:31:12.8371Z", + "last_pushed": "2022-07-17T16:32:28.053411Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:fe5c88a628aa1351c55c7670a852614acb47e1c88a6935627cbd63f468c94040", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15266814, + "status": "active", + "last_pulled": "2023-02-11T19:50:06.763814Z", + "last_pushed": "2022-07-17T16:32:27.879657Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:bdd6f3a2519a6cfecde4cfff207788883e5fdb4d2fef5a62ac0a76097e321631", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14977561, + "status": "active", + "last_pulled": "2023-02-08T23:46:04.259062Z", + "last_pushed": "2022-07-17T16:32:27.705165Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:bd89b4b27b2b85ee80ccf6e007d951eecaa53c70cf0f3d73015c28ffb8a5751c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14671557, + "status": "inactive", + "last_pulled": "2022-12-28T03:28:10.845589Z", + "last_pushed": "2022-07-17T16:32:28.525026Z" + } + ], + "last_updated": "2022-07-17T16:32:29.231123Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.22.0", + "repository": 7217938, + "full_size": 15753204, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T23:34:48.238241Z", + "tag_last_pushed": "2022-07-17T16:32:29.231123Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 189225311, + "images": [ + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:f22d95ea40d56044417eb87e67fcc8baffc618d22753e8fd565d89971f8d8145", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13735332, + "status": "inactive", + "last_pulled": "2022-12-21T04:22:43.887193Z", + "last_pushed": "2022-01-26T20:50:47.91872Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:60fb4510ba5968455cd45b5e8022dedec7edfc3687cedc7a89ea8edacd7341f0", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14396705, + "status": "inactive", + "last_pulled": "2022-07-17T13:19:22.227417Z", + "last_pushed": "2022-01-26T20:50:47.737685Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:5958d9e61d72b95d84163ef772dd2f7ab6a95c632b07b4caf6415c356f10232d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14697524, + "status": "inactive", + "last_pulled": "2022-12-21T04:22:42.404228Z", + "last_pushed": "2022-01-26T20:50:47.577834Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:9b525ff0766bcc5dc95e426f229596b2969986e2764d35cf146d50655a6e36d3", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15313874, + "status": "active", + "last_pulled": "2023-02-14T02:16:21.111688Z", + "last_pushed": "2022-01-26T20:50:47.200835Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:204791be7ed1aef4cb24051cf08c52b31e2beba0460bcd29909c060b33dfa457", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14167690, + "status": "active", + "last_pulled": "2023-01-22T07:22:28.537191Z", + "last_pushed": "2022-01-26T20:50:47.380301Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:9fce1f3bcc9749e7428ecf4a83b97a49d20d16d55a0e3bb91519ba8ca4648a56", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14102674, + "status": "active", + "last_pulled": "2023-02-11T15:12:53.311433Z", + "last_pushed": "2022-01-26T20:50:45.177536Z" + } + ], + "last_updated": "2022-01-26T20:50:49.289145Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.21", + "repository": 7217938, + "full_size": 14697524, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:16:21.111688Z", + "tag_last_pushed": "2022-01-26T20:50:49.289145Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 189225308, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:9b525ff0766bcc5dc95e426f229596b2969986e2764d35cf146d50655a6e36d3", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15313874, + "status": "active", + "last_pulled": "2023-02-14T02:16:21.111688Z", + "last_pushed": "2022-01-26T20:50:47.200835Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:9fce1f3bcc9749e7428ecf4a83b97a49d20d16d55a0e3bb91519ba8ca4648a56", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14102674, + "status": "active", + "last_pulled": "2023-02-11T15:12:53.311433Z", + "last_pushed": "2022-01-26T20:50:45.177536Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:204791be7ed1aef4cb24051cf08c52b31e2beba0460bcd29909c060b33dfa457", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14167690, + "status": "active", + "last_pulled": "2023-01-22T07:22:28.537191Z", + "last_pushed": "2022-01-26T20:50:47.380301Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:f22d95ea40d56044417eb87e67fcc8baffc618d22753e8fd565d89971f8d8145", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13735332, + "status": "inactive", + "last_pulled": "2022-12-21T04:22:43.887193Z", + "last_pushed": "2022-01-26T20:50:47.91872Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:5958d9e61d72b95d84163ef772dd2f7ab6a95c632b07b4caf6415c356f10232d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14697524, + "status": "inactive", + "last_pulled": "2022-12-21T04:22:42.404228Z", + "last_pushed": "2022-01-26T20:50:47.577834Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:60fb4510ba5968455cd45b5e8022dedec7edfc3687cedc7a89ea8edacd7341f0", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14396705, + "status": "inactive", + "last_pulled": "2022-07-17T13:19:22.227417Z", + "last_pushed": "2022-01-26T20:50:47.737685Z" + } + ], + "last_updated": "2022-01-26T20:50:48.177406Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.21.0", + "repository": 7217938, + "full_size": 14697524, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:16:21.111688Z", + "tag_last_pushed": "2022-01-26T20:50:48.177406Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 165911128, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:156c730da5f56d79424a2484a63e10bd9a5f868b3119e7e9856edd49645931f7", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14630003, + "status": "active", + "last_pulled": "2023-02-10T14:04:05.03405Z", + "last_pushed": "2021-09-05T23:24:26.39078Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:0c92b30229e654f08e8828558abfe3cafa9cb8bd6b97a57e3371a57ba5eff35c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13669868, + "status": "active", + "last_pulled": "2023-02-13T14:17:20.682426Z", + "last_pushed": "2021-09-05T23:24:26.59452Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:bc657b58b875d6fc8edca8c57dbb4de7342ec6806e3ad6b7a7ef77812b0c59ae", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14324762, + "status": "active", + "last_pulled": "2023-02-13T14:17:15.55025Z", + "last_pushed": "2021-09-05T23:24:26.01643Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:8d1992f95e5d10698abf3b2b5833f31aea8fa06a822f78360c27c8559ac5230e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15235478, + "status": "active", + "last_pulled": "2023-02-14T02:00:09.385729Z", + "last_pushed": "2021-09-05T23:24:26.210326Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:53561887eb7e13ab37b974ea347ebfcd0b83967a2b194069fce9a280875a232e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14032402, + "status": "active", + "last_pulled": "2023-02-11T15:12:54.034028Z", + "last_pushed": "2021-09-05T23:24:25.617266Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:2575c441bd8f0ae21732b6856f3894248a269b74cd92a42a336e884814da1c38", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14096076, + "status": "active", + "last_pulled": "2023-02-13T14:17:18.616139Z", + "last_pushed": "2021-09-05T23:24:25.823581Z" + } + ], + "last_updated": "2021-09-05T23:24:30.423375Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.20", + "repository": 7217938, + "full_size": 14630003, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:09.385729Z", + "tag_last_pushed": "2021-09-05T23:24:30.423375Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 165913698, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:8d1992f95e5d10698abf3b2b5833f31aea8fa06a822f78360c27c8559ac5230e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15235478, + "status": "active", + "last_pulled": "2023-02-14T02:00:09.385729Z", + "last_pushed": "2021-09-05T23:24:26.210326Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:156c730da5f56d79424a2484a63e10bd9a5f868b3119e7e9856edd49645931f7", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14630003, + "status": "active", + "last_pulled": "2023-02-10T14:04:05.03405Z", + "last_pushed": "2021-09-05T23:24:26.39078Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:0c92b30229e654f08e8828558abfe3cafa9cb8bd6b97a57e3371a57ba5eff35c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13669868, + "status": "active", + "last_pulled": "2023-02-13T14:17:20.682426Z", + "last_pushed": "2021-09-05T23:24:26.59452Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:bc657b58b875d6fc8edca8c57dbb4de7342ec6806e3ad6b7a7ef77812b0c59ae", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14324762, + "status": "active", + "last_pulled": "2023-02-13T14:17:15.55025Z", + "last_pushed": "2021-09-05T23:24:26.01643Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:2575c441bd8f0ae21732b6856f3894248a269b74cd92a42a336e884814da1c38", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14096076, + "status": "active", + "last_pulled": "2023-02-13T14:17:18.616139Z", + "last_pushed": "2021-09-05T23:24:25.823581Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:53561887eb7e13ab37b974ea347ebfcd0b83967a2b194069fce9a280875a232e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14032402, + "status": "active", + "last_pulled": "2023-02-11T15:12:54.034028Z", + "last_pushed": "2021-09-05T23:24:25.617266Z" + } + ], + "last_updated": "2021-09-05T23:24:26.858705Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.20.1", + "repository": 7217938, + "full_size": 14630003, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:09.385729Z", + "tag_last_pushed": "2021-09-05T23:24:26.858705Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 165911126, + "images": [ + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:6aa4b0dc63bf63b6f7b22952a9e180e1bd91099c45fb40ccc946a685192b0bfd", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13669710, + "status": "inactive", + "last_pulled": "2022-05-26T21:56:27.259097Z", + "last_pushed": "2021-09-05T22:45:32.81824Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:5a480e97403bf0e5f86cdd1cc4983db91ccfa777c8bc510d138515ebc4e286d1", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15235475, + "status": "active", + "last_pulled": "2023-02-14T02:00:07.959763Z", + "last_pushed": "2021-09-05T22:45:31.664115Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:691d009819e42f152340d2a7752667e2811abea8d6c04b56d025222d97805708", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14630184, + "status": "inactive", + "last_pulled": "2022-12-21T04:22:19.517576Z", + "last_pushed": "2021-09-05T22:45:32.253949Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:53fe4a417109e20d5d9cde690b34ab84beb788ac9ef8d4c467f9a2e83b420122", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14324654, + "status": "inactive", + "last_pulled": "2022-12-21T04:22:17.848752Z", + "last_pushed": "2021-09-05T22:45:32.538608Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:dd29b9dffea64a2382b2e0436536adcb9ec7dea1715710160c934dfb8f86879d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14032360, + "status": "active", + "last_pulled": "2023-02-11T15:12:54.115493Z", + "last_pushed": "2021-09-05T22:45:31.382205Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:ca3e37af5a489b3b33fb66dea3db3678af951cb7bba20cf9ead2597eff4653b0", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14095949, + "status": "inactive", + "last_pulled": "2022-10-01T20:44:11.212544Z", + "last_pushed": "2021-09-05T22:45:31.982956Z" + } + ], + "last_updated": "2021-09-05T22:45:33.280424Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.20.0", + "repository": 7217938, + "full_size": 14630184, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:07.959763Z", + "tag_last_pushed": "2021-09-05T22:45:33.280424Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 155837042, + "images": [ + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:b685c6c594186cfae4e7e0a039fec7088152ff5de40f1d2b976eca0e4620e6b5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14022204, + "status": "active", + "last_pulled": "2023-02-08T23:46:08.717364Z", + "last_pushed": "2021-06-26T17:21:24.951696Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:0e3accd832374667bafd8bbf3265baa9c778bd1af24a78fd35e1a3aff1a2d3e7", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15410270, + "status": "active", + "last_pulled": "2023-02-14T02:00:09.254925Z", + "last_pushed": "2021-06-26T17:21:26.036864Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:6eb82e55d65f463d787fc70b7037de13532357fe601b1bc1f9cff4310a2d8a70", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14100285, + "status": "active", + "last_pulled": "2023-01-31T17:48:55.444914Z", + "last_pushed": "2021-06-26T17:21:25.223717Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:241f602d5d88f1f13452be27c720e43c54a9cb069043c52321ae66e441730e69", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14781729, + "status": "inactive", + "last_pulled": "2022-12-21T04:22:06.314571Z", + "last_pushed": "2021-06-26T17:21:25.745156Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:1c47de7fc61a1271b03bc13f079ed2cdddaf48cd5f9bab36aa7a6c957297144b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13679802, + "status": "inactive", + "last_pulled": "2022-12-21T04:22:08.60737Z", + "last_pushed": "2021-06-26T17:21:26.325447Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:73fc734d5f89e4109cbd51b06ceafbf148ada261d0427de24b6dfda18e62013a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14322080, + "status": "inactive", + "last_pulled": "2022-04-23T14:04:16.433676Z", + "last_pushed": "2021-06-26T17:21:25.480009Z" + } + ], + "last_updated": "2021-06-26T17:21:23.920624Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.19.0", + "repository": 7217938, + "full_size": 15410270, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:09.254925Z", + "tag_last_pushed": "2021-06-26T17:21:23.920624Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 154700636, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:b59d630542124157c847c0ce499bc39c79c3f6a5afaee507e364a7f78574d9cd", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15408201, + "status": "active", + "last_pulled": "2023-02-14T00:00:10.305226Z", + "last_pushed": "2021-06-18T09:46:48.944579Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:d1f92818eeb96cda15863c652880e400972c1b84d5d5ce83504465ece9b71c8d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14019171, + "status": "active", + "last_pulled": "2023-02-11T15:12:54.142901Z", + "last_pushed": "2021-06-18T09:46:48.413742Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:909ef317f0aff1868c13f0838c98eabdd66654f05d32d59f8d095be6e3da2f54", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14097020, + "status": "active", + "last_pulled": "2023-01-22T07:22:30.311455Z", + "last_pushed": "2021-06-18T09:46:48.545622Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:710ab16e4d30e1b5922a58df3f270fa7fd5414834d140398d8929fb35e5a7268", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14780274, + "status": "inactive", + "last_pulled": "2022-12-21T04:21:53.348728Z", + "last_pushed": "2021-06-18T09:46:48.7984Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:4fc2b5ea2cd9408fa97744d5482bcaa1af1db93fdff1518b68011b6b6fb8aa33", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13675704, + "status": "inactive", + "last_pulled": "2022-03-02T06:31:55.512844Z", + "last_pushed": "2021-06-18T09:46:49.088135Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:6ea7acb8a15b56b43d78aa2bb6d49b7d2c5020e64d916f52a4b5e23a78079428", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14317776, + "status": "inactive", + "last_pulled": "2022-12-21T04:21:53.218666Z", + "last_pushed": "2021-06-18T09:46:48.665717Z" + } + ], + "last_updated": "2021-06-18T09:46:47.298824Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.18.0", + "repository": 7217938, + "full_size": 15408201, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T00:00:10.305226Z", + "tag_last_pushed": "2021-06-18T09:46:47.298824Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 151387048, + "images": [ + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:14bbf242251ba77f4279f72ee4cb04540540f9e7b1426a6dd85c8e5f42590207", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14548757, + "status": "active", + "last_pulled": "2023-01-31T17:48:55.514058Z", + "last_pushed": "2021-05-26T18:28:50.547521Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:29f468bde1da264cb83f6c602ec77ebcce7cd36f6eba5b660bb02d40994191a8", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16013027, + "status": "active", + "last_pulled": "2023-02-14T02:00:08.86446Z", + "last_pushed": "2021-05-26T18:28:50.992114Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:9c791f55660effefe74038702fb5888c46335edb49a083169d47299583ad2989", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14361478, + "status": "inactive", + "last_pulled": "2022-05-26T21:55:56.241019Z", + "last_pushed": "2021-05-26T18:28:51.120768Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:491398eeedf98e0847d9df2407a8c4a53527ecf86bb783a4ae1f3f5c4b070f18", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14847618, + "status": "inactive", + "last_pulled": "2022-04-23T14:03:56.376442Z", + "last_pushed": "2021-05-26T18:28:50.695797Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:ebd735d8ac85e12c37fa06b80f648507aada46b80dd4533603e575fb11f7e1ca", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15482050, + "status": "inactive", + "last_pulled": "2022-05-26T21:55:56.236459Z", + "last_pushed": "2021-05-26T18:28:50.846825Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:5b7b7c0d893e8adf3dea132f68167711f831d43344ddee8da27fd108d3c8a4cd", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14639814, + "status": "active", + "last_pulled": "2023-02-11T15:12:54.228566Z", + "last_pushed": "2021-05-26T18:28:50.39517Z" + } + ], + "last_updated": "2021-05-26T18:28:49.487813Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.17.0", + "repository": 7217938, + "full_size": 16013027, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:08.86446Z", + "tag_last_pushed": "2021-05-26T18:28:49.487813Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 147812821, + "images": [ + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:64f16227f81a2d1577475b8be3316448c657a65a93eddb8cd7f8d4782f302b2a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14260519, + "status": "inactive", + "last_pulled": "2022-03-02T06:31:44.738112Z", + "last_pushed": "2021-04-30T08:45:13.02366Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:c8fe29102585e4ab709b4839b3c72b9ac5d9155854a451092b3f6e6e5bcb5156", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14890386, + "status": "inactive", + "last_pulled": "2022-12-21T04:21:28.753434Z", + "last_pushed": "2021-04-30T08:45:12.162104Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:236042fbfa6235e7334e01063bdae84cdd5a40ab8bba1b5a974fa6d7fd7774c1", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13961853, + "status": "active", + "last_pulled": "2023-01-31T17:48:55.555237Z", + "last_pushed": "2021-04-30T08:45:12.443549Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:29ec336deecdb955f7bca1cce95d022503ff4e7895965e908b3b19aebb751bb2", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14039804, + "status": "active", + "last_pulled": "2023-02-11T15:12:54.280385Z", + "last_pushed": "2021-04-30T08:45:11.860624Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:fb37a682598ba7a97cf94a4a3ce34022b7b3f55ea0300766e9a940baf8b22529", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15376633, + "status": "active", + "last_pulled": "2023-02-14T02:00:10.036825Z", + "last_pushed": "2021-04-30T08:45:12.738399Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:7f40cda12deab543ed20b23662084ccfb789adae62cf01e218a9866b4f9ead18", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13784993, + "status": "inactive", + "last_pulled": "2022-05-26T07:46:45.080309Z", + "last_pushed": "2021-04-30T08:45:13.303843Z" + } + ], + "last_updated": "2021-04-30T08:45:10.698086Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.16.1", + "repository": 7217938, + "full_size": 15376633, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:10.036825Z", + "tag_last_pushed": "2021-04-30T08:45:10.698086Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 147713090, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:cdb993a7a4840cadf9cbfda699e2f05664166e9f14a03ca272ff7409ecd4d44c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15378013, + "status": "active", + "last_pulled": "2023-02-13T20:00:09.556105Z", + "last_pushed": "2021-04-29T16:54:23.090779Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:4533526652aa5cb890ffd4955a110903dd53a9fc9f648688b56e60cf8284f497", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13786476, + "status": "inactive", + "last_pulled": "2022-05-26T07:46:34.267846Z", + "last_pushed": "2021-04-29T16:54:23.543776Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:bc36f9d085b4ba1242385d79684c103350bb0311ce41274e2fe238118db1068f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14040791, + "status": "active", + "last_pulled": "2023-02-11T15:12:56.260187Z", + "last_pushed": "2021-04-29T16:54:22.884969Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:2f67410287fa194c7a566fa31891c785e82b3ef2c0d239b17491d6792e617936", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14891000, + "status": "inactive", + "last_pulled": "2022-12-21T04:21:18.463812Z", + "last_pushed": "2021-04-29T16:54:22.718913Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:8b17c0164885c35b44f80474649ea5456795434ad66a94279de711fe3cad3b9d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14261763, + "status": "inactive", + "last_pulled": "2022-12-21T04:21:16.868068Z", + "last_pushed": "2021-04-29T16:54:23.394677Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:8b85abf64243e84234987a34f854df355f6670c9f8f8e31813389ecb67b589e4", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13963627, + "status": "active", + "last_pulled": "2023-01-22T07:22:31.251529Z", + "last_pushed": "2021-04-29T16:54:23.218965Z" + } + ], + "last_updated": "2021-04-29T16:54:21.562691Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.16.0", + "repository": 7217938, + "full_size": 15378013, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T20:00:09.556105Z", + "tag_last_pushed": "2021-04-29T16:54:21.562691Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 147016691, + "images": [ + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:9bd16d1dc5f3c396ed23662ad6a574d973902362c18348327428bd7aa620612a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13734725, + "status": "active", + "last_pulled": "2023-01-31T17:48:55.705517Z", + "last_pushed": "2021-04-25T21:13:34.601028Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:5c3a1386a2a8a587d99ecbf52b774463b67e9789811ef11bfd615cf65d87bb56", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15125603, + "status": "active", + "last_pulled": "2023-02-13T14:00:10.244358Z", + "last_pushed": "2021-04-25T21:13:34.398544Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:6d10f45582b619066ddd7ead6842d11f22b353b958504baf2ba0a76d23d2e223", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13819610, + "status": "active", + "last_pulled": "2023-01-30T21:20:28.374712Z", + "last_pushed": "2021-04-25T21:13:34.173129Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:7866f7f03656319061c1892db181e637ef2b647f68a860b006d239849de9470f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14030244, + "status": "inactive", + "last_pulled": "2022-12-21T04:21:06.619546Z", + "last_pushed": "2021-04-25T21:13:34.790629Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:c1ef0e3276d979bbf86bedb042604417175ca8f1f0b6472c039525f38f098ed5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14654870, + "status": "inactive", + "last_pulled": "2022-12-21T04:21:06.657133Z", + "last_pushed": "2021-04-25T21:13:33.969892Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:801a26c348546cf9e6e7e6ad3e86e33be936118821943c4d1f848313a09c2c16", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13573320, + "status": "inactive", + "last_pulled": "2022-05-26T21:55:27.941578Z", + "last_pushed": "2021-04-25T21:13:35.029073Z" + } + ], + "last_updated": "2021-04-25T21:13:32.619077Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.15.2", + "repository": 7217938, + "full_size": 15125603, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T14:00:10.244358Z", + "tag_last_pushed": "2021-04-25T21:13:32.619077Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 147013939, + "images": [ + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:a9692ed37c5bb43a8c473c24f2a0b9541a8df893d5aab6f822ef8cf69cc3705a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13573451, + "status": "inactive", + "last_pulled": "2022-12-21T04:20:53.842998Z", + "last_pushed": "2021-04-25T19:27:48.24973Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:6581dae3474f3217c687fa9be9e7d1cfb10f874793b9d371085d84b5eb13ed7e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15125593, + "status": "active", + "last_pulled": "2023-02-14T00:00:15.630988Z", + "last_pushed": "2021-04-25T19:27:48.06833Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:987bfd9132261d1e23d39afbb4ad39cb4abc1a4cc491c9b44e21f0099de8e31c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13819734, + "status": "active", + "last_pulled": "2023-01-30T21:20:28.740073Z", + "last_pushed": "2021-04-25T19:27:47.447134Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:0bb48aa1c8d701e25ce710bb46c005c83cd2e69aa73d134e95caaedc70348eaf", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13734090, + "status": "active", + "last_pulled": "2023-01-22T07:22:31.344113Z", + "last_pushed": "2021-04-25T19:27:47.601492Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:098eaffe55fd1c3086a8d2d4501fc74d10812e57ca04be4cc80014a372aea7ec", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14654964, + "status": "inactive", + "last_pulled": "2022-12-21T04:20:53.837906Z", + "last_pushed": "2021-04-25T19:27:47.932888Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:0461b1356a201c02781c87019622b5f58ffa50e72a0caf7f127e8d28dabab68a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14029640, + "status": "inactive", + "last_pulled": "2022-04-23T14:03:08.636456Z", + "last_pushed": "2021-04-25T19:27:47.737968Z" + } + ], + "last_updated": "2021-04-25T19:27:46.201511Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.15.1", + "repository": 7217938, + "full_size": 15125593, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T00:00:15.630988Z", + "tag_last_pushed": "2021-04-25T19:27:46.201511Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 147011741, + "images": [ + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:0f8e1d833f9e180192d7134cd5c0f40bdca67b99b42f4adb262d3862c6c2808f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14029564, + "status": "inactive", + "last_pulled": "2022-05-26T07:46:02.276323Z", + "last_pushed": "2021-04-25T18:14:22.453426Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:56a27e143f6ba1d275ad9cc63698988525df99864b613b349c08b157cc60e02d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15125173, + "status": "active", + "last_pulled": "2023-02-14T02:00:10.329782Z", + "last_pushed": "2021-04-25T18:14:22.775027Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:5d840078dd2b8aca8eb5ec7524fb11a0baffea1a2e0d4313f9018306b92fc34c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13733725, + "status": "active", + "last_pulled": "2023-01-31T17:48:55.622105Z", + "last_pushed": "2021-04-25T18:14:22.2794Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:9725d6edcf56290c4da54a6d217ea1d078784657fa418281f4d18273cde4fd79", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13821108, + "status": "active", + "last_pulled": "2023-02-04T20:08:43.09703Z", + "last_pushed": "2021-04-25T18:14:21.913608Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:e3142a5c6bb40a9f954af1c7599c04f64a5dba54671ee9f9dc82b0f2bc82cfb5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14655314, + "status": "inactive", + "last_pulled": "2022-12-21T04:20:42.903709Z", + "last_pushed": "2021-04-25T18:14:22.593175Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:c5372e401668817e78729de2f4ac82a89afc033bd9c538b77ee9d82a030afc72", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13573107, + "status": "inactive", + "last_pulled": "2022-05-26T07:46:03.142103Z", + "last_pushed": "2021-04-25T18:14:22.925353Z" + } + ], + "last_updated": "2021-04-25T18:14:20.400811Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.15.0", + "repository": 7217938, + "full_size": 15125173, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:10.329782Z", + "tag_last_pushed": "2021-04-25T18:14:20.400811Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 141523657, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:de649f6fe78952d0d65fdc6af680d29a10344d6ff52ab07f704d12aeae9f74fa", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14948482, + "status": "active", + "last_pulled": "2023-02-13T20:00:10.61447Z", + "last_pushed": "2021-03-15T17:09:54.385613Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:52316d02305dcb39dda8a47a769b3e14fa60bb51fefe487d76a7194ccd748dc6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13415895, + "status": "inactive", + "last_pulled": "2022-05-26T07:45:52.997522Z", + "last_pushed": "2021-03-15T17:09:54.726755Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:b6ededf0b4ee9220a4ef82f15fcb38c6c32c30a5ba6dba669569aef512f7eb03", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13852559, + "status": "inactive", + "last_pulled": "2022-12-21T04:20:28.539461Z", + "last_pushed": "2021-03-15T17:09:54.076987Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:d8ffe6d0ff8328848583d4ba76b3de232ab16b25008c06436727083b083a9d14", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14476966, + "status": "inactive", + "last_pulled": "2022-12-21T04:20:29.271359Z", + "last_pushed": "2021-03-15T17:09:53.880372Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:fb86a482c49340818c26c7159775b1a99a9ef81d0318b9905ccd7721a6547219", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13656269, + "status": "active", + "last_pulled": "2023-02-11T15:12:58.028311Z", + "last_pushed": "2021-03-15T17:09:54.228241Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:bc69341d50cf8c951fe8a60f7e58c2ab6e40608c093241e4bdf008ebb5c06aab", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13555561, + "status": "active", + "last_pulled": "2023-01-31T17:48:55.649972Z", + "last_pushed": "2021-03-15T17:09:54.566954Z" + } + ], + "last_updated": "2021-03-15T17:09:52.618571Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.14.0", + "repository": 7217938, + "full_size": 14948482, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T20:00:10.61447Z", + "tag_last_pushed": "2021-03-15T17:09:52.618571Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 139401548, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:9bc1b9394545c4791c2bbcc71f9948b2640be0605d7e20c93d1a082f851f591b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15258309, + "status": "inactive", + "last_pulled": "2022-03-02T06:31:10.415186Z", + "last_pushed": "2021-03-01T00:16:59.224774Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:54f01d24c233c719404cabaab48e86ce95097ddd63c164a6f7c7d0ee7be072e2", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15592046, + "status": "active", + "last_pulled": "2023-02-13T18:00:37.476439Z", + "last_pushed": "2021-03-01T00:16:58.520352Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:acb7e6566a0d1d5e7c8fa05f5a1820b55fa9cf1eaff228476ec212fdfbe4ae6c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14082739, + "status": "inactive", + "last_pulled": "2022-12-21T04:20:17.611416Z", + "last_pushed": "2021-03-01T00:16:58.679848Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:c7e5e6457873f26f14b92943082ae32998b0b8e6610ac51513e1af9e8e6f7fa6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14297341, + "status": "active", + "last_pulled": "2023-02-12T19:33:19.591759Z", + "last_pushed": "2021-03-01T00:16:59.404931Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:d9366cf071eddbf4982ec1629772adf08f7a17dff1f9123e21b88d99f7aceec3", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14111705, + "status": "active", + "last_pulled": "2023-01-22T07:22:32.06357Z", + "last_pushed": "2021-03-01T00:16:59.584874Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:b1b8669c7b05bc0a176620b946ef93ad119c7a5403ff369c178a84405de13928", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14413644, + "status": "inactive", + "last_pulled": "2022-12-21T04:20:17.639752Z", + "last_pushed": "2021-03-01T00:16:59.062777Z" + } + ], + "last_updated": "2021-03-01T00:16:57.274847Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.13.0", + "repository": 7217938, + "full_size": 15592046, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T18:00:37.476439Z", + "tag_last_pushed": "2021-03-01T00:16:57.274847Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 136903528, + "images": [ + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:439c459b650037e365fac7e93042be23d67077607b1eda55b6ee28bc4fde69d6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14300370, + "status": "active", + "last_pulled": "2023-02-12T19:33:22.764467Z", + "last_pushed": "2021-02-09T18:26:11.008643Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:7b0af045b0a3e66cd51af2a88b1bf5c5c82b7b8d84c14384215c980cab5ede3e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14084999, + "status": "inactive", + "last_pulled": "2022-10-16T07:52:19.64446Z", + "last_pushed": "2021-02-09T18:26:11.787015Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:6cbe081a472153b203f130d671733778e9cce682ae1fdceb9c1a6b2a368cf6c8", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15260512, + "status": "inactive", + "last_pulled": "2022-12-21T04:20:03.569897Z", + "last_pushed": "2021-02-09T18:26:11.593981Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:d1feecd3f79aa11fc075c3065d71d7533215fd48c029af08876009eea246c48f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14415061, + "status": "inactive", + "last_pulled": "2022-12-21T04:20:03.564717Z", + "last_pushed": "2021-02-09T18:26:11.332239Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:8de43884a9e88b1d34f8f210852b859a491ef55eaf5266c288b93be8c210deaa", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14115536, + "status": "active", + "last_pulled": "2023-01-31T17:48:55.632524Z", + "last_pushed": "2021-02-09T18:26:11.186702Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:9de849b62348307753c4659e4ec2accf617e683306431dfa79a48d974ea76e1d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15596366, + "status": "active", + "last_pulled": "2023-02-13T20:00:10.238469Z", + "last_pushed": "2021-02-09T18:26:11.459517Z" + } + ], + "last_updated": "2021-02-09T18:26:09.359575Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.12.0", + "repository": 7217938, + "full_size": 15596366, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T20:00:10.238469Z", + "tag_last_pushed": "2021-02-09T18:26:09.359575Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 131982407, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:bbd5fe268d392ecac95e977e51c8d21916055bb57a280453f11750a2f8ecfd7f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15548464, + "status": "active", + "last_pulled": "2023-02-14T02:00:11.3357Z", + "last_pushed": "2021-01-04T22:56:08.28322Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:703a261d09d1c3228a9d7ca0c096d42c31921962bffafe5ecac390272b12411d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14053425, + "status": "inactive", + "last_pulled": "2022-12-21T04:19:53.4639Z", + "last_pushed": "2021-01-04T22:56:07.221761Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:0e96d99ac00dff18f90920ba6c3e3e1a5472b9d1a7514c1ba73abf658bdd42b9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14058676, + "status": "active", + "last_pulled": "2023-01-22T07:22:32.064934Z", + "last_pushed": "2021-01-04T22:56:08.515531Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:1d61ee01d5c40f8b6a24c39244988b5cf3fb94fee961710bef9dc6e8144816b2", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14265232, + "status": "active", + "last_pulled": "2023-02-12T19:33:26.069292Z", + "last_pushed": "2021-01-04T22:56:09.128452Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:6f2f947dde11942c320009cc4b3a8ac656d96bedc38eb53aa35012c52d0ceccb", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15198210, + "status": "inactive", + "last_pulled": "2022-05-16T23:42:47.631418Z", + "last_pushed": "2021-01-04T22:56:07.646874Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:ae86dbd53400bd67ac56037f5307351368130bb5debd20507bfd721c7a832cf9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14356309, + "status": "inactive", + "last_pulled": "2022-12-21T04:19:51.322221Z", + "last_pushed": "2021-01-04T22:56:07.409974Z" + } + ], + "last_updated": "2021-01-04T22:56:05.921426Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.11.0", + "repository": 7217938, + "full_size": 15548464, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:11.3357Z", + "tag_last_pushed": "2021-01-04T22:56:05.921426Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 131392743, + "images": [ + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:e263c71f8f293a9e47e0cd8d0e3dac5d448c64df1dfdb32d1c9e69450c09c2ce", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14246450, + "status": "active", + "last_pulled": "2023-02-12T19:33:29.160101Z", + "last_pushed": "2020-12-26T15:47:34.242594Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:ab948505359da60392dcde21c8e5817aa4f44beec237262dbeed720a4d9bbf53", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15524723, + "status": "active", + "last_pulled": "2023-02-14T02:00:09.364403Z", + "last_pushed": "2020-12-26T15:47:34.008582Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:77fe4e2c86fa3af55f211df6d979317984d3b40ef93af89c4a978e459627b7f5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14036669, + "status": "inactive", + "last_pulled": "2022-03-02T06:30:53.922319Z", + "last_pushed": "2020-12-26T15:47:34.655493Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:2eee121e341f941bf6372a03c0613a332cd4494109ae397830d9d94f7a792c80", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14041518, + "status": "active", + "last_pulled": "2023-01-31T17:48:55.731748Z", + "last_pushed": "2020-12-26T15:47:34.452207Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:ee465737c8baeb3d99a8619dd9ec00a807b4e8f8e4081b62dd2d87ab7378559e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15180822, + "status": "inactive", + "last_pulled": "2022-12-21T04:19:40.196512Z", + "last_pushed": "2020-12-26T15:47:33.643329Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:4834324670cccd3e0ec1ec2df25c973687c700376e28ce50730a90b6bf6a70e0", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14332383, + "status": "inactive", + "last_pulled": "2022-12-21T04:19:38.971348Z", + "last_pushed": "2020-12-26T15:47:33.493184Z" + } + ], + "last_updated": "2020-12-26T15:47:33.14314Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.10.0", + "repository": 7217938, + "full_size": 15524723, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:09.364403Z", + "tag_last_pushed": "2020-12-26T15:47:33.14314Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 126153108, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:02bb389f5b8beadd8a1af85f6261d02c6ab1d3a3c156353271a833e6ee91d20f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15117446, + "status": "inactive", + "last_pulled": "2022-12-21T04:19:25.267192Z", + "last_pushed": "2020-11-16T21:50:23.527649Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:d279ef6fe04219dc2cbc98c86a8f37d79b55045ae50486bf506f80f6e5fdb4e1", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13981304, + "status": "active", + "last_pulled": "2023-01-31T17:48:52.490765Z", + "last_pushed": "2020-11-16T21:50:25.825531Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:6d0075c934b3598e4dcc5d6bbbf7f96ca56ac26f31bce0c96d360ee474c6f2f7", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14185732, + "status": "active", + "last_pulled": "2023-02-12T19:33:32.58499Z", + "last_pushed": "2020-11-16T21:50:24.947941Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:c37a9cba83906144b7fb9157ae24b78cf067c15cb7a104e0e23d05352673d593", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13972964, + "status": "inactive", + "last_pulled": "2022-12-21T04:19:25.138566Z", + "last_pushed": "2020-11-16T21:50:25.385416Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:eb6669eb554f6bde5030cd86fecbb27619dbe63d6ff189dd2fde548394eba2c8", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15461812, + "status": "active", + "last_pulled": "2023-02-14T02:00:06.167505Z", + "last_pushed": "2020-11-16T21:50:24.746921Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:8d906f32fbbe8467daaf080494bc171c9074444b36169242ba2e4062d44bf38e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14265702, + "status": "inactive", + "last_pulled": "2022-12-21T04:19:25.110117Z", + "last_pushed": "2020-11-16T21:50:23.933247Z" + } + ], + "last_updated": "2020-11-16T21:50:21.275922Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.9.0", + "repository": 7217938, + "full_size": 15461812, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:06.167505Z", + "tag_last_pushed": "2020-11-16T21:50:21.275922Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 125936750, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:6c4cdc4f00ee6d457554903688c2b7265869d29896e5c36a03d7544b75f19c72", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15453998, + "status": "active", + "last_pulled": "2023-02-13T18:00:36.217542Z", + "last_pushed": "2020-11-14T16:14:16.993156Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:cb70eec919846110b311707ccf3bc7cc111a2cbccbc0d94a6a4e270b65cef848", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13968995, + "status": "inactive", + "last_pulled": "2022-05-26T21:54:03.604002Z", + "last_pushed": "2020-11-14T16:14:17.333067Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:6ee6a59e3c696721e530332c653abe7ab977a9c30a63c2e6e9f047a4d0376046", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14178423, + "status": "active", + "last_pulled": "2023-02-12T19:33:35.664787Z", + "last_pushed": "2020-11-14T16:14:15.782192Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:c656017dc64e5a59deb5033001b5f646ec2d58dbb3e8c34eea78fb5eb0b98e5f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13971794, + "status": "active", + "last_pulled": "2023-01-31T17:48:52.326029Z", + "last_pushed": "2020-11-14T16:14:15.982328Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:e3be6951cbffad1acb0bc12d961dce1744461017a5fa71cdc56c4750a0ecaf59", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15105894, + "status": "inactive", + "last_pulled": "2022-12-21T04:19:10.513696Z", + "last_pushed": "2020-11-14T16:14:15.539585Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:e4ac752feb35f77aa7cbb0dd93bef84c648be3a10a1c338bf9e4c5d490616b1d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14256166, + "status": "inactive", + "last_pulled": "2022-05-26T07:44:59.272643Z", + "last_pushed": "2020-11-14T16:14:16.413967Z" + } + ], + "last_updated": "2020-11-14T16:14:14.286028Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.8.1", + "repository": 7217938, + "full_size": 15453998, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T18:00:36.217542Z", + "tag_last_pushed": "2020-11-14T16:14:14.286028Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 125747872, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:44f2e5cdcf01c77e5fe523050d46a58865fc064e4a5cf984d0067249e8a70092", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15454788, + "status": "active", + "last_pulled": "2023-02-14T02:00:07.049665Z", + "last_pushed": "2020-11-13T00:48:01.816899Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:3d6a7c270dde3ef9040feddbdfef12c344f96ca3ec0f53565ef7dd03ecfe075e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13968842, + "status": "inactive", + "last_pulled": "2022-12-21T04:19:00.774456Z", + "last_pushed": "2020-11-13T00:48:00.865636Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:940ea82ef8a3caa3e706d8fb9e95479114101a5c405ba04d17592c3f5becea78", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 13971819, + "status": "active", + "last_pulled": "2023-01-31T17:48:52.419863Z", + "last_pushed": "2020-11-13T00:48:02.749535Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:71ec61cc48f614bb67edd7e80ded4eea2e9be1ba18dad0f4d51f53c8c314d821", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15105861, + "status": "inactive", + "last_pulled": "2022-12-21T04:18:59.277492Z", + "last_pushed": "2020-11-13T00:48:01.599968Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:6f3570c18f57c5a31e3a8db07e37169faf55ddb510780c20f10019f886a31c7e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14256186, + "status": "inactive", + "last_pulled": "2022-05-16T23:42:02.083486Z", + "last_pushed": "2020-11-13T00:48:01.353117Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:61c2e8897cf4c14ea356a3cdf3c5e31717643ba9216b51fda5d301d89856db27", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14178632, + "status": "active", + "last_pulled": "2023-02-12T19:33:39.009471Z", + "last_pushed": "2020-11-13T00:48:02.452354Z" + } + ], + "last_updated": "2020-11-13T00:47:59.534796Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.8.0", + "repository": 7217938, + "full_size": 15454788, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:07.049665Z", + "tag_last_pushed": "2020-11-13T00:47:59.534796Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 123973489, + "images": [ + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:bd6d559e5c09d9e3ef1d3940fec55366901cf2ff9cb26994fae353fe4be4e85a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15255380, + "status": "inactive", + "last_pulled": "2022-03-02T06:30:30.525124Z", + "last_pushed": "2020-11-02T00:05:23.874612Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:8c63efa863f537af69603f239b4c5ffd1f9f7a772caf4c8e4d3487062bc1ecd7", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15198413, + "status": "active", + "last_pulled": "2023-01-31T17:48:52.397528Z", + "last_pushed": "2020-11-02T00:05:24.379333Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:6cefae108564af712f25a37dbfb7a26e4b503519bc040be74e3e79f79d7b8426", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16627211, + "status": "active", + "last_pulled": "2023-02-14T02:00:06.527158Z", + "last_pushed": "2020-11-02T00:05:24.754689Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:6615557a57c414ac21662a6967f85108412850a4ed39f6948c0f90be2732f7da", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15482828, + "status": "inactive", + "last_pulled": "2022-12-21T04:18:43.370164Z", + "last_pushed": "2020-11-02T00:05:24.566432Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:a1264340c25186e04449aa8a88f1b5b6250b18d8ddfe5786bd3569ecb95834b4", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15384440, + "status": "active", + "last_pulled": "2023-02-12T19:33:42.083215Z", + "last_pushed": "2020-11-02T00:05:24.20288Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:b60f1469902468b18eb0d7acc3c378808b8f68e17b18cb8ba5bd642bc649dfcd", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16494683, + "status": "inactive", + "last_pulled": "2022-12-21T04:18:43.380144Z", + "last_pushed": "2020-11-02T00:05:24.012603Z" + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:d5f8aeb5c52ab72689d48fd7d0a267d5e5dc13c45e017e5cb3d8c7ea8ea71ea6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16046518, + "status": "inactive", + "last_pulled": "2022-12-21T04:18:44.802481Z", + "last_pushed": "2020-11-02T00:05:24.941107Z" + } + ], + "last_updated": "2020-11-02T00:05:21.571985Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.7.0", + "repository": 7217938, + "full_size": 15198413, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:06.527158Z", + "tag_last_pushed": "2020-11-02T00:05:21.571985Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 122617569, + "images": [ + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:09d9cff782b8b867b72bf40cadd52ebab814d2d7fddd0e9f32776ccb2e738dea", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16190486, + "status": "inactive", + "last_pulled": "2022-12-21T04:18:31.612374Z", + "last_pushed": "2020-10-21T22:28:52.18534Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:763f2d4019e5854c10e3f097c6d95600cf6532670d4e97184915044ea14a3817", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15408070, + "status": "inactive", + "last_pulled": "2022-05-26T21:53:32.459873Z", + "last_pushed": "2020-10-21T22:28:50.011638Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:e47c05beb111b4709a5ac70ec460961df8a94faf4d5776646af4881f6145f866", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16640291, + "status": "inactive", + "last_pulled": "2022-04-23T14:01:09.835854Z", + "last_pushed": "2020-10-21T22:28:51.440246Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:b52ca323bd0884a51178a4ed8702599e155e2d95a14129cb67cba2c667724d36", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15334268, + "status": "active", + "last_pulled": "2023-01-31T17:48:52.413096Z", + "last_pushed": "2020-10-21T22:28:51.947282Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:6154a89353eec521be1af4281b852dc20dca789aaf600c89dd784c2ebd36a7f0", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15626795, + "status": "inactive", + "last_pulled": "2022-12-21T04:18:29.475314Z", + "last_pushed": "2020-10-21T22:28:51.216208Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:9956181e8dc682bc44bb1d9c46dd15a36052f6a49873c70b2239459cbad83382", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16758374, + "status": "active", + "last_pulled": "2023-02-14T02:00:07.234535Z", + "last_pushed": "2020-10-21T22:28:51.582349Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:65b94a2797e80cc562e6c00e1fd32c53644a77544a755691a2684fe024955dc8", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15535437, + "status": "active", + "last_pulled": "2023-02-04T20:08:12.201808Z", + "last_pushed": "2020-10-21T22:28:51.72521Z" + } + ], + "last_updated": "2020-10-21T22:28:48.626717Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.6.1", + "repository": 7217938, + "full_size": 16758374, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:07.234535Z", + "tag_last_pushed": "2020-10-21T22:28:48.626717Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 121246130, + "images": [ + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:c61387f4b301106f727f0e0fdbc0ebeaa3fb2e185e0b8d8696e37475890cf828", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15750494, + "status": "inactive", + "last_pulled": "2022-03-02T06:30:15.174679Z", + "last_pushed": "2020-10-13T21:26:09.988144Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:32048758b7435b3f9c16e51c0ab1462fdaac1ac040ee28a6622df779483e8f24", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15456974, + "status": "active", + "last_pulled": "2023-01-22T00:09:50.17552Z", + "last_pushed": "2020-10-13T21:26:10.341309Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:ed0896f9ee6222c2e22f33fb7cdd1990b23d01f02991d88af2cdce31e1292870", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16882903, + "status": "active", + "last_pulled": "2023-02-14T02:00:06.746485Z", + "last_pushed": "2020-10-13T21:26:10.180508Z" + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:e91143ae10ea586e62e74f2e0240b0f3af2a9b659c244bd688804033955f7e3b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16764704, + "status": "inactive", + "last_pulled": "2022-12-21T04:18:14.544689Z", + "last_pushed": "2020-10-13T21:26:09.699155Z" + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:2e4afb69f65c11801ccb7f94afb42dc1fea425790b236e58f291c819d6c8ee91", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16313961, + "status": "inactive", + "last_pulled": "2022-12-21T04:18:14.573752Z", + "last_pushed": "2020-10-13T21:26:08.746473Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:ef997577f343089dbc0f407e5a5cd38878099419367ae02d7fc8832c0bb0448a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15659212, + "status": "active", + "last_pulled": "2023-02-12T19:33:48.401902Z", + "last_pushed": "2020-10-13T21:26:09.465658Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:8c6c1a7124b1ca039413b4e587ca3c0c7b10c2a3393327d6b63fcbb2d4d1584f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15533119, + "status": "inactive", + "last_pulled": "2022-12-21T04:18:15.383338Z", + "last_pushed": "2020-10-13T21:26:09.288287Z" + } + ], + "last_updated": "2020-10-13T21:26:07.271315Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.6.0", + "repository": 7217938, + "full_size": 16882903, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:06.746485Z", + "tag_last_pushed": "2020-10-13T21:26:07.271315Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 115218732, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:32d6c3f4bed913189432110eb45a6b5fcc02748b48861ddc76f055ba6599095f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16178279, + "status": "inactive", + "last_pulled": "2022-12-21T04:17:56.565528Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:78ad8c04cb0d4727fb0b861b1324accbdee217b288b3628f3141391e2ce39a45", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15206365, + "status": "inactive", + "last_pulled": "2022-05-26T21:53:11.068981Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:abee683ab70c8e06f2f6ea99fe78c3de2527359e34f65d236f6e85c0524137e4", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16300778, + "status": "active", + "last_pulled": "2023-02-14T02:00:06.483876Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:3ceaeca57f1b4d31f14db712cb008ee32e4ec6e9761dc2bf823be597a68df0b2", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15127629, + "status": "active", + "last_pulled": "2023-02-11T15:12:48.570714Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:d0e0ee57ac468191e1770fd67ac46e296589338a16a6a7a11b6dce99db8737cd", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15028142, + "status": "inactive", + "last_pulled": "2022-12-21T04:17:59.240522Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:24563ca7d73aebae7a722dec02c80a6b129a9f519a1071a3794664188a01b80f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14912863, + "status": "active", + "last_pulled": "2023-01-31T17:48:52.451178Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:8996606dcdd967643dc17b26c223bb5cc43a6d8500daa7c32d4d77f0a42128b1", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15732082, + "status": "inactive", + "last_pulled": "2022-03-02T06:30:04.338242Z", + "last_pushed": null + } + ], + "last_updated": "2020-08-29T02:23:08.227856Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.5.0", + "repository": 7217938, + "full_size": 16300778, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:06.483876Z", + "tag_last_pushed": "2020-08-29T02:23:08.227856Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 114045023, + "images": [ + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:4c7d580da1dc89795ef8b3a78de5e2187ea14793819ab33b3abf0497a64fed82", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15731276, + "status": "inactive", + "last_pulled": "2022-12-21T04:17:44.052885Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:2afd44f8071d111741d5ed57b3ea543f616d04d96bbae546c09f830b9e37bb69", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15028054, + "status": "inactive", + "last_pulled": "2022-04-23T14:00:35.829915Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:07587c8c71d79161e93b1958fe7e1a235f87360f24eaa84847a797bec7834351", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14913038, + "status": "active", + "last_pulled": "2023-01-22T07:22:22.370936Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:5fb65f85ca1994951607434347d89517fe2d698148c08294b6349044091baf22", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16300229, + "status": "active", + "last_pulled": "2023-02-14T02:00:06.418121Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:210ab235f400316db6fe9ee43032be024c3d515385b3e093f0e3f09b511ad8ba", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15124586, + "status": "active", + "last_pulled": "2023-01-30T21:20:18.6888Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:60e84fa68753865203ae376c79fed0afc2181ddbec1c2ed46ff850cad5bb9522", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15206475, + "status": "inactive", + "last_pulled": "2022-04-23T14:00:34.971131Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:aa91fd20cc0a3033af35dab77cdb120f0eaaaf7c72e631affccca2ae439fd188", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16176232, + "status": "inactive", + "last_pulled": "2022-12-21T04:17:45.736125Z", + "last_pushed": null + } + ], + "last_updated": "2020-08-20T00:04:29.979871Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.4.1", + "repository": 7217938, + "full_size": 16300229, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:06.418121Z", + "tag_last_pushed": "2020-08-20T00:04:29.979871Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 112485055, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:9377fcd801e4a50dc7f6f944d405fe5cf1646eb12b22a9a5a8b34281146c10af", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16178328, + "status": "inactive", + "last_pulled": "2022-07-26T10:57:24.579827Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:cf7e328b6eaccee4cf0741ec2c92a0ef277bb6633558a14a11618f0f0f7255be", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14913797, + "status": "active", + "last_pulled": "2023-01-22T07:22:21.943806Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:52ca6c2b1a1355d6c1a1c205000ca91cb6ee9064d27b1d3ba37431b71cd0a807", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15207170, + "status": "inactive", + "last_pulled": "2022-08-02T15:33:12.197016Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:aed9c5bfc79aaf6a2564c3a6485d3576ededadc19fc9c562379ed10789255795", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15126785, + "status": "active", + "last_pulled": "2023-02-12T19:33:57.62873Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:6e515943a2583c3b9545d665bcd0abf9dfb98af16a0288c729c6356c6082c3d0", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15028662, + "status": "inactive", + "last_pulled": "2022-05-16T23:40:56.058301Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:840238be30c407587de460f9aea25c4589d7b94bae37e1dcdd6ec0d86ae8525c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15732271, + "status": "inactive", + "last_pulled": "2022-12-21T04:17:29.818663Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:653b223194acbc292c38ac749403bc6fb016dbea87af0a112694fe1366d93242", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16300568, + "status": "active", + "last_pulled": "2023-02-14T02:00:05.276904Z", + "last_pushed": null + } + ], + "last_updated": "2020-08-08T11:03:30.640629Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.4.0", + "repository": 7217938, + "full_size": 16300568, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:05.276904Z", + "tag_last_pushed": "2020-08-08T11:03:30.640629Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 111103395, + "images": [ + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:98ac92e2d42f119593874ddc91354d8d457340ff8586ae99e519ecfbd7e93eb3", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15206100, + "status": "inactive", + "last_pulled": "2022-12-21T04:17:15.193285Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:9ed3d2c0e407f18d6fdf28ec15fa8c5e04958bc2a69a48e36cfda03c1071a17e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15128346, + "status": "active", + "last_pulled": "2023-02-12T19:34:00.794076Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:19d359a3361518f6806aa544b280cc8fb06eab1b1252f353c08b8c98c2680dbf", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16300758, + "status": "active", + "last_pulled": "2023-02-14T00:00:07.003942Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:c8f5e6a4993e56185c825b1ec9f30347ab6000c24b90a3a6a32df196578b8280", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16177311, + "status": "inactive", + "last_pulled": "2022-12-21T04:17:14.701287Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:f409461c313f80e1ce993090a7b150b721d329f6a93f96afe574fb8d7262bb68", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15028261, + "status": "inactive", + "last_pulled": "2022-03-02T06:29:42.094918Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:6ca319ab97a4f3a370b47b9cf6ea86f284f05a7309983d1e72bea2dac3d54225", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14912647, + "status": "active", + "last_pulled": "2023-01-22T07:22:22.594773Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:3a29a70586adac1e722521ed2235ff7b458694342e0bc14cdbd5b5bf8243f777", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15732091, + "status": "inactive", + "last_pulled": "2022-12-21T04:17:14.74851Z", + "last_pushed": null + } + ], + "last_updated": "2020-07-30T07:50:37.617846Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.3.1", + "repository": 7217938, + "full_size": 16300758, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T00:00:07.003942Z", + "tag_last_pushed": "2020-07-30T07:50:37.617846Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 111028728, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:2707fe7c1df4ac9be7cd57c212d8d82a043225823220ebac4a75276ad85b377e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16300925, + "status": "active", + "last_pulled": "2023-02-14T02:00:07.335128Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:d3a2816b679ddb85f92994f5561ffb171488387c73169e1554d561872b027708", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15127814, + "status": "active", + "last_pulled": "2023-02-12T19:34:04.331421Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:bdc7b082b3608fa6a8e638c5c9b677f5577728ca90aa61db5a2f9f8c0427e0f1", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14912454, + "status": "active", + "last_pulled": "2023-01-31T17:48:52.478199Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:d05c07848d72f607a6c07c39d506aa2b7953d88d50277f309e56874b5598ed3b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16178019, + "status": "inactive", + "last_pulled": "2022-03-02T06:29:33.081382Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:07365ad15bc43f52202139ecaf75bbbb7f1da333c1b297f6bd8dad75e3153e7c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15205874, + "status": "inactive", + "last_pulled": "2022-05-16T23:40:30.167163Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:b680c4e2869e3941cce9b59a1f88e6d82fde4b19e875b25146fa886de6f9e051", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15732960, + "status": "inactive", + "last_pulled": "2022-12-21T04:17:01.925963Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:ba0b1d54e7658f280ea80d6ccf82be0ea973d24a1d8cfeec05e38aa80d2e2ec9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15027833, + "status": "inactive", + "last_pulled": "2022-04-23T13:59:57.271172Z", + "last_pushed": null + } + ], + "last_updated": "2020-07-29T20:11:21.982847Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.3.0", + "repository": 7217938, + "full_size": 16300925, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:07.335128Z", + "tag_last_pushed": "2020-07-29T20:11:21.982847Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 109063406, + "images": [ + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:f9139c79dcd0cc13ea6989392469bd26d7dead548e31e6a6d504bbd8ae443d11", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14888287, + "status": "inactive", + "last_pulled": "2022-12-21T04:16:45.793153Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:694df29f8869de3953aed7ace243f7e8988b26aceaf4e46b85bb06d671fba143", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15585266, + "status": "inactive", + "last_pulled": "2022-05-16T23:40:19.280529Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:10180ff5d7caa00b502b5fa58b1ab6ea094064597f199348d4221e0ad19da140", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16033979, + "status": "inactive", + "last_pulled": "2022-12-21T04:16:45.931005Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:b2c7f115ff5804942db76f2f6985cc5ede5b40b7afa993837308e8ce74c5177c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16145033, + "status": "active", + "last_pulled": "2023-02-14T02:00:09.984409Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:5a07a1e7950b4fd50ab0ce2eb0d154be0fb322309e78c0cd8e6db961ad89a194", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15064771, + "status": "inactive", + "last_pulled": "2022-12-21T04:16:45.792971Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:329aa0e94c63fc3462bd3af0431ce1df02e06032ca1bc107349d32c1281960e0", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14988687, + "status": "active", + "last_pulled": "2023-02-12T19:34:08.250184Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:3cf458e745e54f9806f8ca6d2df26b91607447b2f40292021d609ce190349d58", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14771348, + "status": "active", + "last_pulled": "2023-01-31T17:48:55.479198Z", + "last_pushed": null + } + ], + "last_updated": "2020-07-16T21:33:06.969706Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.2.0", + "repository": 7217938, + "full_size": 16145033, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:09.984409Z", + "tag_last_pushed": "2020-07-16T21:33:06.969706Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 106495121, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:2ccec0d214b9db1da632cfa065c8cd11b1a4d2898be984702ce083102bf21e31", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16278973, + "status": "active", + "last_pulled": "2023-02-14T02:00:10.806272Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:5fea20cb07624742ea62b2cf4a2382644a0b28f64759fceb64b132e5ebc3f5fc", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14898407, + "status": "active", + "last_pulled": "2023-01-31T17:48:55.82173Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:532704b4a61001b16f4080995338b4de62f8a4eab8c946d300de00310c07fd05", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15717113, + "status": "inactive", + "last_pulled": "2022-12-21T04:16:28.002352Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:41211553fe9268df14878596e21ccaa0ba156638b3887acf505374554c7e889c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16158473, + "status": "inactive", + "last_pulled": "2022-12-21T04:16:28.130485Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:7934b38d529d6bdcae4b8efa17f1f307aa0cd51a2950d6e6c13e3f7e15eb74ec", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15112758, + "status": "active", + "last_pulled": "2023-02-12T19:34:11.659482Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:2a7fd6bea1e2f7f046376d1dedced5bfe1dbcf3b90da7655348ef534419c7bb2", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15201603, + "status": "inactive", + "last_pulled": "2022-04-23T13:59:33.409421Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:1b22533f8de575fa7fce1035e648ca308da90f009c5dc0a73821c736b305defe", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15012052, + "status": "inactive", + "last_pulled": "2022-03-02T06:29:18.303939Z", + "last_pushed": null + } + ], + "last_updated": "2020-06-26T17:39:13.123456Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.1.1", + "repository": 7217938, + "full_size": 16278973, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:10.806272Z", + "tag_last_pushed": "2020-06-26T17:39:13.123456Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 106489046, + "images": [ + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:97b691f52dbc18b6947766dad0b23699876b0a030cd6b87ce7bc4daf0f17cd03", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15113171, + "status": "active", + "last_pulled": "2023-02-12T19:34:14.849038Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:54e2791c5bff9152b3d5251ecc6c71f58d7d5d0a68ac33bb415fe38c45f25363", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15201779, + "status": "inactive", + "last_pulled": "2022-12-21T04:16:13.634509Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:ffc093fdc22a4ac343e26f34e10eb9423acb04587e1d6948498f807bee2cd205", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15716820, + "status": "inactive", + "last_pulled": "2022-12-21T04:16:15.947475Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:6adc4ec9778aeda8b200cde313f74c8791beeeac9550f30f8232f5a2fd1a17c8", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16277177, + "status": "active", + "last_pulled": "2023-02-14T00:00:19.685409Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:1cbe64f938f5c6144d5cb6f6a101c1df2f0a332929bfe0b9b12424d8a36f4d88", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14898651, + "status": "active", + "last_pulled": "2023-01-22T07:22:36.872239Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:15966312f758c90178ac3437db94b45f91fad2c7758667940aec8a1031d79137", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16159103, + "status": "inactive", + "last_pulled": "2022-05-26T21:51:57.725607Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:a3e910f0ea30674a792b285442c041cc85d94efcee35fc47d6018e262b86613a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15012192, + "status": "inactive", + "last_pulled": "2022-12-21T04:16:13.510408Z", + "last_pushed": null + } + ], + "last_updated": "2020-06-26T16:46:02.123466Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.1.0", + "repository": 7217938, + "full_size": 16277177, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T00:00:19.685409Z", + "tag_last_pushed": "2020-06-26T16:46:02.123466Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 105878334, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:20c2a2c23ff239a51d6e7b7d1db1eecdd3cb937ef6a26a70786e40332f4c9734", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16140758, + "status": "inactive", + "last_pulled": "2022-12-21T04:15:59.138582Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:d1721027bdb4ca597dba3174d6a4761cc1d6a946aa65e8e443247146f10939cf", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16258689, + "status": "active", + "last_pulled": "2023-02-13T08:00:10.973035Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:b25942018e461d5b7547528b837f46a6adb8c3ef72516e0b11e8d1aaf36c0057", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15088594, + "status": "active", + "last_pulled": "2023-02-12T19:34:17.888384Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:f6a7a8d8a7f3cbd9ecbbec15340a846a3d17dbb33fd9f7c2640b6ec625529390", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15182991, + "status": "inactive", + "last_pulled": "2022-12-21T04:15:59.135792Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:e6fa12609d96fe7765e66568fbabca73884e9d315b06ab70135d447c643949bd", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14993094, + "status": "inactive", + "last_pulled": "2022-05-26T07:42:08.527703Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:949de5af2d46de22de9235ec1384cffd37952bc10ed96f065fa9227b15064b96", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14878665, + "status": "active", + "last_pulled": "2023-01-22T07:22:39.098822Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:2e42c594098e2025b80038d38d26db109b78792fde3092d7694080fe8398eb8c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15703620, + "status": "inactive", + "last_pulled": "2022-12-21T04:15:59.148232Z", + "last_pushed": null + } + ], + "last_updated": "2020-06-22T20:28:33.021925Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.0.0", + "repository": 7217938, + "full_size": 16140758, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T08:00:10.973035Z", + "tag_last_pushed": "2020-06-22T20:28:33.021925Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 105750336, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:1ab71d014addbd2525a61d070536b8adaa1d82f093e1181473542c7e46bd29eb", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16127404, + "status": "inactive", + "last_pulled": "2022-04-23T13:58:55.661718Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:bda7b70cfd80522ed5dbe2f788887f8a8d5792e1a7c83f861fdd1af495c5747e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15689809, + "status": "inactive", + "last_pulled": "2022-12-21T04:15:46.214835Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:e9e0090c5c4be69bf71b7d544601336ffefd9755a4a143f9f046c8550717152b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15079943, + "status": "active", + "last_pulled": "2023-02-11T15:12:59.317491Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:07d7896dd6807d24d425b52536e570eef8b9150baf883cf6870a31bb4eb4eb5c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15172067, + "status": "inactive", + "last_pulled": "2022-05-16T23:39:23.284127Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:0f305bcae5a9bb979cc876bf06312f7b3a5c29b030fa55a2d9d088b59068dd4c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16246959, + "status": "active", + "last_pulled": "2023-02-14T02:00:12.540537Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:38c2bfcdfef362407a5df223a53d6e4ec4d2d21a71fa4f0d13ec347c68eb6b11", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14985032, + "status": "inactive", + "last_pulled": "2022-05-16T23:39:23.286133Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:a4cee7900128af5b9a5f103d21d505a4f28ec473e9432b2d714d9398c9f2f7ef", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14868440, + "status": "active", + "last_pulled": "2023-01-22T00:09:56.565188Z", + "last_pushed": null + } + ], + "last_updated": "2020-06-22T02:22:22.947266Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.0.0-beta.4", + "repository": 7217938, + "full_size": 16246959, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:12.540537Z", + "tag_last_pushed": "2020-06-22T02:22:22.947266Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 105195829, + "images": [ + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:75eefa0cdef25a934b7372cce45182ddb7fd838520eaf3258d4f38b2a12cb28e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15167666, + "status": "inactive", + "last_pulled": "2022-12-21T04:15:32.577139Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:9ad8faf33590c3f59aa307bad5254d3b12a531cab68294bd52c22d8168a129f4", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16243699, + "status": "active", + "last_pulled": "2023-02-14T00:00:14.959086Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:de25323fd275921a42f23eb82b2bfbdb4253ed5deaa109d853ec44fa7b680e46", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14980705, + "status": "inactive", + "last_pulled": "2022-12-21T04:15:32.548839Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:98fc8d190658fe55fa6b333a9abdbd58562cfd444efa35fd98ca28e26e657858", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16122355, + "status": "inactive", + "last_pulled": "2022-12-21T04:15:32.706572Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:648bde31e67b817a99cffb610bd6d9224557aa8b259e5d91cc0eaac0f7201d82", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15687784, + "status": "inactive", + "last_pulled": "2022-05-26T07:41:46.962832Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:1ac2d49ce05ccd8bde580c3ec1311f2141cc8bea81d53e9a7be6660896ddfada", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14866399, + "status": "active", + "last_pulled": "2023-01-22T07:22:38.233225Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:53898243b11d16f275d207764f78b1126ff5870b9093dbb377f4cdeb2595aa9a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15078812, + "status": "active", + "last_pulled": "2023-02-04T20:08:49.83334Z", + "last_pushed": null + } + ], + "last_updated": "2020-06-17T01:39:13.945784Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.0.0-beta.3", + "repository": 7217938, + "full_size": 16243699, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T00:00:14.959086Z", + "tag_last_pushed": "2020-06-17T01:39:13.945784Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 104124718, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:3f62aa38df6b7839d959ff1c0f37c5af80877deaa6a3618b4938d113f0e00bec", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 11304556, + "status": "active", + "last_pulled": "2023-02-13T20:00:11.941316Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:fcc84a6eb8f319c96bd0c9e461e591325d5e1c68c76b59071ac6187c94b8fe2e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10669260, + "status": "active", + "last_pulled": "2023-02-11T15:12:59.882938Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:3464f592bd4772128bcc9ec895fd21539078274546345fdafbae8127d4bc487f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10612453, + "status": "inactive", + "last_pulled": "2022-12-21T04:15:20.687599Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:c6a955f2d9a8c615cea78f43ebb33148b8c98271ab4ffa68a7f4e6470eee8879", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 11153892, + "status": "inactive", + "last_pulled": "2022-12-21T04:15:20.655388Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:4efc3d88bd2b958ea580e1e21f48f189896731406ca6264185eb0aec27656d3a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10741197, + "status": "inactive", + "last_pulled": "2022-05-26T07:41:37.315699Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:38718ca3429c9aab39f24c25fbadb5d0c3ceffa939f39d854b4706455f4fcb35", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10313440, + "status": "active", + "last_pulled": "2023-01-31T17:48:58.601515Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:1d1d69902e197f595ac028ea5c6c59f0656e38a39222828b6f9e7a87925fa5c6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10959194, + "status": "inactive", + "last_pulled": "2022-12-21T04:15:20.705298Z", + "last_pushed": null + } + ], + "last_updated": "2020-06-09T09:29:22.127146Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.0.0-beta.2", + "repository": 7217938, + "full_size": 11304556, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T20:00:11.941316Z", + "tag_last_pushed": "2020-06-09T09:29:22.127146Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 103894479, + "images": [ + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:0c11980e8475af42a50f77115e3a6c380d7ee957c3c0d7a1cd973fbcc60647b3", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10843701, + "status": "inactive", + "last_pulled": "2022-03-02T06:28:37.891953Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:2c0bc6dcc3db00c5bada4adb5660afe0ffd45871fdc1607236c476b21d836746", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10562927, + "status": "active", + "last_pulled": "2023-02-04T20:08:55.601255Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:02643defe3899c84a737f0f4dbf31d71ab5916f277f677677e75363e9493732b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10506766, + "status": "inactive", + "last_pulled": "2022-03-02T06:28:37.020266Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:65012692ca42518fb4613736664d0c8d7b6f6b3c105976fff4e19d92271d49d4", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 11045453, + "status": "inactive", + "last_pulled": "2022-12-21T04:15:05.812143Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:515a1b40896db97078da18ac6ce6ec11af406f88de3c9a247dd3d173fcf7113b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10635102, + "status": "inactive", + "last_pulled": "2022-03-02T06:28:38.54047Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:9b6c66702b5e54275fd4682abe3a171c3699e63b22348467c4a78e207457d009", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 11188543, + "status": "active", + "last_pulled": "2023-02-13T14:00:11.681437Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:adab38c7674e0ef724cfabe35402051d1a5fd54a2cddb596dc417a5b5ef5cce2", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10210799, + "status": "active", + "last_pulled": "2023-01-31T17:48:58.612228Z", + "last_pushed": null + } + ], + "last_updated": "2020-06-07T20:19:13.473689Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.0.0-beta.1", + "repository": 7217938, + "full_size": 11188543, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T14:00:11.681437Z", + "tag_last_pushed": "2020-06-07T20:19:13.473689Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 102264883, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:a7306dab2a3a988eeb3cb3bc67d2389b7fc4e347497213eac5c3bdff0fef36e0", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 11032334, + "status": "active", + "last_pulled": "2023-02-14T02:00:12.835692Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:d52dd951ebdcc0eea3d9209e6e06ba2f4c4790346d8ab62d94c89f389394ed4a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10892783, + "status": "inactive", + "last_pulled": "2022-03-02T06:28:31.634031Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:56cf70f6867b9d1ce10df71bc1b9b668985dd5baedbaec9783ce6a60e6d6ad30", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10488992, + "status": "inactive", + "last_pulled": "2022-04-23T13:58:00.09565Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:6181471e4f7846b2125b7df2e60256b8b6bc9e169534aed2e6befcd5fd4f9b5b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10360627, + "status": "inactive", + "last_pulled": "2022-12-21T04:14:50.555966Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:6acdcbd14ae03318f4d17ed58d8b65084ca1b8f2ab8c094131d94e2143683bb1", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10691930, + "status": "inactive", + "last_pulled": "2022-12-21T04:14:50.860822Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:6e6cef369e674f96d5042495662ff7da3f8bdfeaa986240420157f60298ae875", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10418032, + "status": "active", + "last_pulled": "2023-02-12T19:34:20.948332Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:b2ac7a113655cd1b915300027ddc18d528c77a5ebf253e741ae0099c2e0edbf8", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10067551, + "status": "active", + "last_pulled": "2023-01-31T17:48:58.793831Z", + "last_pushed": null + } + ], + "last_updated": "2020-05-27T21:36:21.566815Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "3.0.0", + "repository": 7217938, + "full_size": 11032334, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:12.835692Z", + "tag_last_pushed": "2020-05-27T21:36:21.566815Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 102066242, + "images": [ + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:a0b76a3488c8e4e6fe89ea66d7d3f5507e5f583f6ea37eb1d31156c395c96556", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10487621, + "status": "inactive", + "last_pulled": "2022-05-26T07:41:02.13991Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:83a57b44b45367205aef7904c7fd09beedbdee5658d49600ec585691d7981316", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10690245, + "status": "inactive", + "last_pulled": "2022-12-21T04:14:39.015499Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:be50bd8beecec753292328dbfac32d16296cb7c99ea6121269ce32a101b54c34", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 11030501, + "status": "active", + "last_pulled": "2023-02-14T02:00:12.848122Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:c7aa2225f3d2fed5240f8dc497133c5e9c30876be40367885233e5bc05c0f9d5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10066974, + "status": "active", + "last_pulled": "2023-01-31T17:48:58.698707Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:6ddc2ac944e503d5772475a8955fa04b6df8a93e2f6320ec4a0986194d15eb45", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10359711, + "status": "inactive", + "last_pulled": "2022-05-26T07:41:00.164806Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:de8c002b55219023f63336c280559e9327d5700ff21d00c6736a20aa1a5a8988", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10892249, + "status": "inactive", + "last_pulled": "2022-03-02T06:28:25.561369Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:2cee89c8682626c09e810147357adf7c6b3b44b766664ed3c6b645fad9828add", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10415874, + "status": "active", + "last_pulled": "2023-02-04T20:08:58.833946Z", + "last_pushed": null + } + ], + "last_updated": "2020-05-26T22:27:12.37324Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "3.0.0-beta.5", + "repository": 7217938, + "full_size": 11030501, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:12.848122Z", + "tag_last_pushed": "2020-05-26T22:27:12.37324Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 101902683, + "images": [ + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:b06a33a616b02406503edc52facb48b74d0bc5093cb8919acad1b4d8a2352087", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10481434, + "status": "inactive", + "last_pulled": "2022-12-21T04:14:22.358865Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:2e27432496ff72bbf63e7baa66758a48b8e3caa8ea7537026f7506e6247a4b1a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10353255, + "status": "inactive", + "last_pulled": "2022-12-21T04:14:22.864741Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:dc635f8a5e9685b72d5cf0db272c2680e84fdd289b8705dc28a6dc3b913fff61", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 11021922, + "status": "active", + "last_pulled": "2023-02-14T02:00:11.335845Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:d9e2d2e6044cef9ac3edd7aa74a1a1039c6684f4ac2dd9b63c235c8bb81dc74d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10882083, + "status": "inactive", + "last_pulled": "2022-05-26T07:40:46.3357Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:00bec6b41f34b142463a42a545488b0bbd34670961a7d1834add8452d5135a4c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10409371, + "status": "active", + "last_pulled": "2023-02-04T20:08:58.522462Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:845e0052ba4adf00d5d9e45c12a0be4ea6c6dfc401cc626e5b477a847455509b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10058203, + "status": "active", + "last_pulled": "2023-01-31T17:48:58.748841Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:b7ff0e52d97de130b2e2f5b001bb733e95bea78b8fe49db4808051d56ce3f7fe", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10682556, + "status": "inactive", + "last_pulled": "2022-04-23T13:57:30.153786Z", + "last_pushed": null + } + ], + "last_updated": "2020-05-25T23:52:08.274864Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "3.0.0-beta.4", + "repository": 7217938, + "full_size": 11021922, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:11.335845Z", + "tag_last_pushed": "2020-05-25T23:52:08.274864Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 101863767, + "images": [ + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:53320d090a077b0275a52a9ace945480221ca55a18ebefb450ee3c007b55c6d9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10479990, + "status": "inactive", + "last_pulled": "2022-12-21T04:14:05.915386Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:4b4d32e198850454a0fb2c882965a041bc965b64be38f33eed9798dd52e192f5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 11022418, + "status": "active", + "last_pulled": "2023-02-14T00:00:19.958272Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:1e31dec86d258c955ec102d5c5f71a2d84ef7836b0930d054907545bff775aa3", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10409091, + "status": "active", + "last_pulled": "2023-02-11T15:13:01.009276Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:b750f24e117ea70c64c8f9c353336fe356989dfc4d5d4453a8792feebdbb806c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10059857, + "status": "active", + "last_pulled": "2023-01-31T17:48:58.811911Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:419ecc8006df4b6c201608cd808f2c02012e0154a5fec71ed494b732d35592a9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10882395, + "status": "inactive", + "last_pulled": "2022-05-26T07:40:34.206094Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:2c98b06b8a013bf2e597b9bef76abaa889f03f23b7fd4fa525f039149b95d0c1", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10682810, + "status": "inactive", + "last_pulled": "2022-05-16T23:38:03.179652Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:47128a6363b4e47f6d669a3316987bf687782d62064be4232952a2465bb2d926", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10352870, + "status": "inactive", + "last_pulled": "2022-04-23T13:57:18.290759Z", + "last_pushed": null + } + ], + "last_updated": "2020-05-25T15:55:13.83158Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "3.0.0-beta.3", + "repository": 7217938, + "full_size": 11022418, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T00:00:19.958272Z", + "tag_last_pushed": "2020-05-25T15:55:13.83158Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 101843511, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:edc983c3fbb0695456e25545ff9ae5b4519d226afa453c60d98af89045189ec2", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10909328, + "status": "active", + "last_pulled": "2023-02-14T00:00:20.540205Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:3ceecd47c9d5e5b77042bb9c73b4f8e3e4c98e887a35f81899a6d49fd1f97a3a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10251009, + "status": "inactive", + "last_pulled": "2022-12-21T04:13:50.260147Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:7ae695a9c662a797ac4b638631b6060c932ee76cda5e684fcbbcf3cccc49b6d0", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9955836, + "status": "active", + "last_pulled": "2023-01-22T07:22:39.683778Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:07e5d0dcc031b60c8bf04b226cf2a1b49815e5195a1d7f83315515e11536dcdc", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10307117, + "status": "active", + "last_pulled": "2023-02-11T15:13:01.904677Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:50f503f3d8c944fa2873a3093e448d5d495291e5686a8d6373180803f97c5425", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10380695, + "status": "inactive", + "last_pulled": "2022-12-21T04:13:51.674166Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:f1bc62f339138d1c8f4f21098c804dae1fa911c106a4abb4d02cac7b3fa0ad5d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10777839, + "status": "inactive", + "last_pulled": "2022-12-21T04:13:51.228647Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:4031608ccce46413138178a45eeedf1422973daf1df4de0f9c939231ea18c4ad", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10571397, + "status": "inactive", + "last_pulled": "2022-12-21T04:13:50.213239Z", + "last_pushed": null + } + ], + "last_updated": "2020-05-25T12:53:29.368175Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "3.0.0-beta.2", + "repository": 7217938, + "full_size": 10909328, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T00:00:20.540205Z", + "tag_last_pushed": "2020-05-25T12:53:29.368175Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 93241487, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:b2b12e6b4fe9c201043672c12497c3238f53828745c30923affa39ce079cf943", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 11042787, + "status": "active", + "last_pulled": "2023-02-13T20:00:12.906976Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:3b1b9279625bd895aba66c34b61b04c48a4ae9bc7ee8ced9a8ffee47644b9997", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10690147, + "status": "inactive", + "last_pulled": "2022-12-21T04:13:39.255891Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:6736b27d3d67f21e5312727b52383c8c4a44e458071c8e523da2c5da511c8521", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10490058, + "status": "inactive", + "last_pulled": "2022-12-21T04:13:37.354963Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:ddd5ceae7ec5015975d5dae35df137c5176bae53b205e9217c96ce85afccf93a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10893581, + "status": "inactive", + "last_pulled": "2022-12-21T04:13:38.870362Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:809c95d93d031d34bbeca11008e64383fae816e54719ec4990cb2c363b43c994", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10417139, + "status": "active", + "last_pulled": "2023-02-04T20:08:59.61932Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:9b34063f0a2d52eba38ae3f211359a0144342d3d385f699a488ff0d547e0a1f3", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10362612, + "status": "inactive", + "last_pulled": "2022-04-23T13:56:51.780002Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:0707b069b80bb5d78e09faa8ade12c51ee52bd02afde0e19a19bae3a4899c3c8", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10068164, + "status": "active", + "last_pulled": "2023-01-31T17:48:58.844178Z", + "last_pushed": null + } + ], + "last_updated": "2020-03-31T22:04:40.49438Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "3.0.0-beta.1", + "repository": 7217938, + "full_size": 11042787, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T20:00:12.906976Z", + "tag_last_pushed": "2020-03-31T22:04:40.49438Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 92411035, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:3e54f9db37c3c5ada5c01506992234b6bd65e5cc9b0c38400104701ce99bbbed", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10596467, + "status": "inactive", + "last_pulled": "2022-12-21T04:13:22.703854Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:15bac52940e246572a97c83569109d6d97ef27a217b7aa8bcc2b607defa8587d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10068714, + "status": "inactive", + "last_pulled": "2022-03-02T06:27:52.828395Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:11e6169d1b666fea78d8f7cd41bf476453c10d247f133380a3a67ce082e84f78", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10390033, + "status": "inactive", + "last_pulled": "2022-12-21T04:13:21.644409Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:dc0fa5e4e0f57376634a1e37220fa492858f59b580ca2fb1c9a8b733824e71d6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10205189, + "status": "inactive", + "last_pulled": "2022-05-26T07:40:00.484593Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:27b8465581d9c75119b9f1a36615122fc902461c577c4e85b2c18742d97c38ce", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10728154, + "status": "active", + "last_pulled": "2023-02-14T02:00:13.310889Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:b2e980c2bec568846afac01755be81bd3fbcf785f9ac5ccf5d3b908c6c7389fb", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10130490, + "status": "active", + "last_pulled": "2023-02-12T19:34:24.083878Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:8638659018cc131d87f06137a04b97239d7ce74583206adcd9b7015910f70df8", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9776461, + "status": "active", + "last_pulled": "2023-01-31T17:48:58.808125Z", + "last_pushed": null + } + ], + "last_updated": "2020-03-26T12:29:32.333789Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "2.6.1", + "repository": 7217938, + "full_size": 10728154, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:13.310889Z", + "tag_last_pushed": "2020-03-26T12:29:32.333789Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 92350133, + "images": [ + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:2645376e0c474e128f92b8b9647a3b9517bd5659a92e7845576b827f127cdcf7", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10428003, + "status": "inactive", + "last_pulled": "2022-12-11T02:02:24.631216Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:502d04790b5da5b7107e8536d29b2b2ff27360aefe7072219e8aa014c4838ecc", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9819051, + "status": "active", + "last_pulled": "2023-01-31T17:48:58.864997Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:8291a4de8b8514871f6ac0e51a38d926506f011dda4710c503d35b026d6f6f11", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10171135, + "status": "active", + "last_pulled": "2023-02-12T19:34:27.332866Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:124fdeaf8162ab18f54a2a94a84a325599e405fab6cbe511db6f09582d26a5ce", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10638717, + "status": "inactive", + "last_pulled": "2022-12-11T02:02:23.792006Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:db03e1434ef100a609e8e8a011da5012df914c268dad5ed4e01262b8ffc353db", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10111172, + "status": "inactive", + "last_pulled": "2022-12-11T02:02:22.534789Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:71070207a3972790a5d72d02d51159c14fd4c2965b24f347370ac39ada9be341", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10244867, + "status": "inactive", + "last_pulled": "2022-12-11T02:02:24.224304Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:812e8280dd3351879d7795ab908d8b8839c4c4398c821523a91b3e8d0e784c58", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10773809, + "status": "active", + "last_pulled": "2023-02-14T02:00:13.532996Z", + "last_pushed": null + } + ], + "last_updated": "2020-03-26T01:59:11.972766Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "2.6.0", + "repository": 7217938, + "full_size": 10773809, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:13.532996Z", + "tag_last_pushed": "2020-03-26T01:59:11.972766Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 88938283, + "images": [ + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:5c5d80a8619215cdc80bf594ae93a5276dee2c326b6bb428f745f4456432418b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10388828, + "status": "inactive", + "last_pulled": "2022-05-26T07:39:36.628829Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:98f22b0bf33479e2c34d99c820d9ded79cdf46b2c6f54af5a11191a90ff369ed", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10725443, + "status": "active", + "last_pulled": "2023-02-14T02:00:13.840066Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:018897100b61b76933cc1b296e02e97e7e9abb7982aa8e3e51a9c9d73896e67a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10595535, + "status": "inactive", + "last_pulled": "2022-12-21T04:12:54.182332Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:8f49dd696896d60afdea89cf0fe62f51b7a996dc955b97cd4c80a0093988befd", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10129350, + "status": "active", + "last_pulled": "2023-02-12T19:34:30.417917Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:61f5dce8422d36b2a4ad0077bc499b1b68320e13fd30aa0b201c080fef42a39a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10067236, + "status": "inactive", + "last_pulled": "2022-05-26T07:39:36.589258Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:55c87e7490b11bab9d2320213b03b8b3dada9a07f8b76f3a00588dd1d368e955", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9774268, + "status": "active", + "last_pulled": "2023-02-11T20:36:26.593739Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:d80c7eba37d04a2d81c7312b470e62553047d11f89a1d98e4882773f1d364df7", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10206038, + "status": "inactive", + "last_pulled": "2022-03-02T06:27:38.701374Z", + "last_pushed": null + } + ], + "last_updated": "2020-03-01T18:06:14.830567Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "2.5.0", + "repository": 7217938, + "full_size": 10725443, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:13.840066Z", + "tag_last_pushed": "2020-03-01T18:06:14.830567Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 87102223, + "images": [ + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:5c69dd31396f56684b85797660fa861e9e59c0c6905b2f2588ca61c1cbe86f77", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10380520, + "status": "inactive", + "last_pulled": "2022-03-02T06:27:31.907154Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:88490123c50031630dc6b1c81b50f3ce6d463ffba467d022f847ca53fbe1273d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10720746, + "status": "active", + "last_pulled": "2023-02-14T02:00:14.358214Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:66e5ae1cf74f9dcac2627b6585e7e5cd46436be63b60a30883bda67a7b6b78ec", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10198297, + "status": "inactive", + "last_pulled": "2022-12-21T04:12:41.678793Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:f191b097320138b3cd102763f09dcc4616634300a4025f037a9ffcf9eff7f42f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10123778, + "status": "active", + "last_pulled": "2023-02-12T19:34:33.642309Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:027c8ce4761196b52a0a04af23dc2792af3940bcb0386ad5d1325cc0dd20fd8a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10061090, + "status": "inactive", + "last_pulled": "2022-12-21T04:12:39.761232Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:0ab3ad7b30b4eff44e9b2a646920c7d75129c31957b1b934a7ecc4b94634e5dd", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9767621, + "status": "active", + "last_pulled": "2023-01-31T17:48:58.844863Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:27bc00627301aea53a6652afa8906314c24dac9f3fc419c7376a668001354451", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10589038, + "status": "inactive", + "last_pulled": "2022-12-21T04:12:39.748293Z", + "last_pushed": null + } + ], + "last_updated": "2020-02-17T22:14:57.541557Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "2.4.0", + "repository": 7217938, + "full_size": 10720746, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:14.358214Z", + "tag_last_pushed": "2020-02-17T22:14:57.541557Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 84386054, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:0e2322f3c8ac5023f7e7e84287f80eb8f6e64b66d30ac91bc342d234a18015b3", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10448042, + "status": "active", + "last_pulled": "2023-02-14T02:00:12.591072Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:9fb63390336ead5d4e4232f631dbad908046a81428da326ae1b24ab1e380ec89", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9776968, + "status": "inactive", + "last_pulled": "2022-12-21T04:12:24.841731Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:599e193bc0892b8d064c68834fa27beada7ee195b49d778a438b301a25d700fb", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9485233, + "status": "active", + "last_pulled": "2023-01-22T07:22:40.129766Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:7544f81e794d0ab0006917ff8649f95743fbb25cde5c10676a6a865107be0493", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9945702, + "status": "inactive", + "last_pulled": "2022-12-21T04:12:24.750814Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:0946e75d5297bf8f307c3df5b9766fbaa8c0bfdde48c42802a29cf95d9bc5e4d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10106987, + "status": "inactive", + "last_pulled": "2022-12-21T04:12:26.166461Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:eb2cd2b6e95798f26d87f7c51a6e326a735932a6bc9c99c1c96ab454fa962d0f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9865939, + "status": "active", + "last_pulled": "2023-02-12T19:34:36.917216Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:88ce10c8251f478a1096b4e187172d791fdffb19d2ce9cb851de2e213c3fd09b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10283986, + "status": "inactive", + "last_pulled": "2022-12-21T04:12:24.723397Z", + "last_pushed": null + } + ], + "last_updated": "2020-01-28T20:04:37.500124Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "2.3.0", + "repository": 7217938, + "full_size": 10448042, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:12.591072Z", + "tag_last_pushed": "2020-01-28T20:04:37.500124Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 81736386, + "images": [ + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:3fb241151e871641de86406955933ec6814a61d508502842e68d3ac44f33c64c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9791064, + "status": "active", + "last_pulled": "2023-02-12T19:34:40.000616Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:bf9e2b2de5eed390c8842325b879fc96660ae9ade56cdb5a62d123ec91b4ae57", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9869661, + "status": "inactive", + "last_pulled": "2022-05-26T21:48:50.811262Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:9f62df3cd1a3f59f2f692309685bb2fcc853723e69e4d40d2c4eed2709f13541", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9412176, + "status": "active", + "last_pulled": "2023-01-22T07:22:40.460638Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:e5d4d0e86228175af7e0b7d930d55c6fd9c44e3b7deac159c5cf525f07973b5c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10370375, + "status": "active", + "last_pulled": "2023-02-13T14:00:13.355127Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:af7751dd54bbd786dd4bb8754d23a7436309fbc2650ad754109fea7341766fd3", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10208764, + "status": "inactive", + "last_pulled": "2022-12-21T04:12:10.233695Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:7abd665070d5235e9bb93a2dd3894d25adc802a02183f7bc60bc7ff8a2e84b5f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9699580, + "status": "inactive", + "last_pulled": "2022-12-21T04:12:10.224933Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:c26c08bfb621267c7e42846f8cf280f7b7800fe730648f12ac34260a8b795681", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10031643, + "status": "inactive", + "last_pulled": "2022-12-21T04:12:12.159621Z", + "last_pushed": null + } + ], + "last_updated": "2020-01-07T08:46:46.409329Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "2.2.1", + "repository": 7217938, + "full_size": 10370375, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T14:00:13.355127Z", + "tag_last_pushed": "2020-01-07T08:46:46.409329Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 80605610, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:dfc238d72d614c958ee7d2993e2817b34c228d63a87d47af6dab2989da6dc278", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10368840, + "status": "active", + "last_pulled": "2023-02-14T00:00:20.899465Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:57568984102711e87605723f5ab37db79030ebab70d99b8e880522eb185fcf7d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9868028, + "status": "inactive", + "last_pulled": "2022-05-26T21:48:38.723606Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:d06c0416e0bb9ad659b7f69e4c22572a5736b6f3362c3ddc8dc364877f27529f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10030537, + "status": "inactive", + "last_pulled": "2022-12-21T04:11:55.285808Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:a98a1ae38030f21526bf05b72120ccc090792ce93f79a7ffe490bdcba189ca72", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9699342, + "status": "inactive", + "last_pulled": "2022-03-02T06:27:07.316773Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:144b7c1af9944d6bfc7f3cbcf024bca326efb69a0bc054c5459bcb096c0d321a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9410976, + "status": "active", + "last_pulled": "2023-01-31T17:48:58.963712Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:be9f83dabada7fa500574389a2bdd83298310247b15a7f83e2e9696bcdec779e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9789829, + "status": "active", + "last_pulled": "2023-02-12T19:34:43.131373Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:aa9f5bbb6f3e9a30905c4303a05bee0b35664d2aeda56a14cd230328b58a9cf9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10208252, + "status": "inactive", + "last_pulled": "2022-05-26T07:38:49.907596Z", + "last_pushed": null + } + ], + "last_updated": "2019-12-22T18:46:37.556478Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "2.2.0", + "repository": 7217938, + "full_size": 10368840, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T00:00:20.899465Z", + "tag_last_pushed": "2019-12-22T18:46:37.556478Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 80170055, + "images": [ + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:27b06e623c6c3f8d87f79d828171162dec2475325c3da5da7ab13312c994b63b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9352083, + "status": "active", + "last_pulled": "2023-01-22T07:22:44.112125Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:7e3dbcf72f09a822ae14ee1a0b4544c473f9341dc079cb769d9b49c3ce169d78", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9757625, + "status": "active", + "last_pulled": "2023-02-11T15:13:04.779037Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:8ab8bce48863ea47f70a8239c62285fe3b17cd8384571f2235e21040e8caf21e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10318870, + "status": "active", + "last_pulled": "2023-02-14T00:00:21.026562Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:785abe243febe6d9a66e879ec8add977a2bdc6dd5a3280f1210da176a2a250d4", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9641314, + "status": "inactive", + "last_pulled": "2022-12-21T04:11:40.148971Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:4b6758fa740ebb16634b1d3c6b24440f4b547cfc44092636142984ff9b3d873a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10147133, + "status": "inactive", + "last_pulled": "2022-05-26T21:48:26.165852Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:9004b104a5a6d310364e0ee58c5648e215df7bcebf88752b2770b7809c04a070", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9826256, + "status": "inactive", + "last_pulled": "2022-05-26T21:48:27.901828Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:2869dc2d3305205cf99eb950594aa7a1e064859626699bd6870aa306de25cf8b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9989989, + "status": "inactive", + "last_pulled": "2022-12-21T04:11:39.787639Z", + "last_pushed": null + } + ], + "last_updated": "2019-12-17T22:59:20.813254Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "2.1.0", + "repository": 7217938, + "full_size": 10318870, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T00:00:21.026562Z", + "tag_last_pushed": "2019-12-17T22:59:20.813254Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 79866579, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:7928ae184579eb97646569fbc582a867e5b9da0c82a0cc62c3f61fd5e93da017", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10266527, + "status": "active", + "last_pulled": "2023-02-13T20:00:12.866144Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:444ab54794f5d15d9126951f90e79916d8566378fe3e3feb07291e53145c6057", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10095550, + "status": "inactive", + "last_pulled": "2022-04-23T13:55:16.161552Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:3960a4642ed715ce1c7e616492a9360b1068d13637f09dc5bf3bbd62cf0a004b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9294879, + "status": "active", + "last_pulled": "2023-01-22T07:22:45.498309Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:e6cc2537ade3f7690b79520dab2255a3e5f13450c6a1b143b53bae6794b48dc9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9937498, + "status": "inactive", + "last_pulled": "2022-12-21T04:11:23.946333Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:9832e00459b1e14af8444cd93c18d1b6981cf226cf49275689c3b0cf7a201645", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9777752, + "status": "inactive", + "last_pulled": "2022-12-21T04:11:26.401762Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:76093dec9caeadf481a7973910dda7f2bdb1f5d543911aaae63bbf354873ad2d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9703368, + "status": "active", + "last_pulled": "2023-02-12T19:34:49.563104Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:dc63e3fc323afc1f4ed0857b1f8c5b3aac330b0703ab32c33f1146c6aa9fd46c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9585286, + "status": "inactive", + "last_pulled": "2022-12-21T04:11:23.944604Z", + "last_pushed": null + } + ], + "last_updated": "2019-12-14T17:25:29.329894Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "2.0.0", + "repository": 7217938, + "full_size": 10266527, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T20:00:12.866144Z", + "tag_last_pushed": "2019-12-14T17:25:29.329894Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 73171414, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:94ea0fa050821faffd1c0746b94d46680171dcfaf67f3c93ad76896bd1db6e1a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10410600, + "status": "active", + "last_pulled": "2023-02-14T02:00:14.027607Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:d853a8c92384fd79d64ec56177a413ac79c245d8b173ddfd4e096edfb90a0f4e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10126250, + "status": "inactive", + "last_pulled": "2022-12-21T04:11:10.454597Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:4746ba3151eb7e6ca285f5cba728bc61d3f26e9d3df097f38cbc351b7c706b50", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10144514, + "status": "inactive", + "last_pulled": "2022-12-21T04:11:10.50876Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:d3117407bb36b8f012efec8d4f01ca067548c7f857238c83445382c7b8a27ef3", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9660851, + "status": "inactive", + "last_pulled": "2022-12-21T04:11:08.283967Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:92b26d4c3f85edd70c33753a61a1b375e80b3159aeaf1226a972a375b866b01f", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10289584, + "status": "inactive", + "last_pulled": "2022-05-26T07:38:05.817287Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:f6f79d87139c798fddad778e353d364694ef534ba2be8bac7c9f8cd2c9033137", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9272077, + "status": "active", + "last_pulled": "2023-01-31T17:49:01.590582Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:e063173dc68597483251601e754a49aaa2f8ab566dc13ea526a901169968cc44", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9902126, + "status": "active", + "last_pulled": "2023-02-04T20:09:11.208716Z", + "last_pushed": null + } + ], + "last_updated": "2019-10-20T15:48:16.527918Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "1.4.1", + "repository": 7217938, + "full_size": 10410600, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:14.027607Z", + "tag_last_pushed": "2019-10-20T15:48:16.527918Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 70849223, + "images": [ + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:8f4398fa655f0bc3c28167d08501d8176c93a56356e504ca45ad349b5072d380", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9271880, + "status": "active", + "last_pulled": "2023-01-31T17:49:01.746389Z", + "last_pushed": null + }, + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:257c6b866f8e4d26a7b628fc77ee5897c741dc556effb9858a29364d009c1974", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10286890, + "status": "inactive", + "last_pulled": "2022-12-21T04:10:53.024618Z", + "last_pushed": null + }, + { + "architecture": "s390x", + "features": "", + "variant": null, + "digest": "sha256:d08a1ddb3f2041a7242514467ade2e65f57df373af6c67e66375f445b365c200", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10142723, + "status": "inactive", + "last_pulled": "2022-06-30T08:17:46.276196Z", + "last_pushed": null + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:f00c3589ffb04964fa52ca766b0d9711594443c0d051ec15b54440f75651276b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10126004, + "status": "inactive", + "last_pulled": "2022-05-02T19:17:38.678369Z", + "last_pushed": null + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:01e2677f22707f56067cefee75416dc5a10962a993a9fd104be66700f03b395b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9659829, + "status": "inactive", + "last_pulled": "2022-12-21T04:10:53.001639Z", + "last_pushed": null + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:f45fe007025ba72d8dc8db2b8fb187c3bcfd56749683175ea1e2e90def6411b3", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9900867, + "status": "active", + "last_pulled": "2023-02-11T15:13:05.484909Z", + "last_pushed": null + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:a1e2e3437c62c35277fc62e439fd1370e4412c8cbfbfb0cda21243b7fd35a023", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 10407358, + "status": "active", + "last_pulled": "2023-02-13T20:00:13.13791Z", + "last_pushed": null + } + ], + "last_updated": "2019-10-01T22:24:00.762576Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "1.4.0", + "repository": 7217938, + "full_size": 10407358, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T20:00:13.13791Z", + "tag_last_pushed": "2019-10-01T22:24:00.762576Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 66480931, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:1a74f0704750eef6957b3cd778fb689c3a44db38bbd6651fe8df694b1e1a04b3", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9623436, + "status": "active", + "last_pulled": "2023-02-14T02:00:01.021291Z", + "last_pushed": null + } + ], + "last_updated": "2019-08-22T19:35:13.635215Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "1.3.0", + "repository": 7217938, + "full_size": 9623436, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:01.021291Z", + "tag_last_pushed": "2019-08-22T19:35:13.635215Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 65833156, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:6a30deee7ed0830298ea922e7a2faa7316027222a07867ea598ccd21fab02a28", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9623755, + "status": "active", + "last_pulled": "2023-02-14T02:00:10.242256Z", + "last_pushed": null + } + ], + "last_updated": "2019-08-18T20:37:23.629825Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "1.2.0", + "repository": 7217938, + "full_size": 9623755, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:10.242256Z", + "tag_last_pushed": "2019-08-18T20:37:23.629825Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 63444335, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:6a9f81633b829a6c90dbcc790f103f0020f6d6e0e5eab3a878858304b669dad2", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9606447, + "status": "active", + "last_pulled": "2023-02-13T22:00:14.682853Z", + "last_pushed": null + } + ], + "last_updated": "2019-07-25T01:22:12.870454Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "1.1.0", + "repository": 7217938, + "full_size": 9606447, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T22:00:14.682853Z", + "tag_last_pushed": "2019-07-25T01:22:12.870454Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 60526871, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:5fa975fc21f18038dc9c7c72dcfa32ce88c7232d8e36c77f95142aeca9aaf2a1", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9600816, + "status": "active", + "last_pulled": "2023-02-14T03:00:12.991444Z", + "last_pushed": null + } + ], + "last_updated": "2019-07-01T00:05:30.073584Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "1.0.2", + "repository": 7217938, + "full_size": 9600816, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:00:12.991444Z", + "tag_last_pushed": "2019-07-01T00:05:30.073584Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 60524113, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:80302e9570a56027e24c9b169c026ffd3025f60c1386def6f728023e315f4a83", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9600527, + "status": "active", + "last_pulled": "2023-02-14T02:50:23.609082Z", + "last_pushed": null + } + ], + "last_updated": "2019-06-30T23:05:06.28744Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "1.0.1", + "repository": 7217938, + "full_size": 9600527, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:50:23.609082Z", + "tag_last_pushed": "2019-06-30T23:05:06.28744Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 60523145, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:97ed8f67430c36e65b57700a2a0a451ba1177f6b354d4b511837981bebe3b003", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9600703, + "status": "active", + "last_pulled": "2023-02-14T03:00:11.172051Z", + "last_pushed": null + } + ], + "last_updated": "2019-06-30T22:47:12.40589Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "1.0.0", + "repository": 7217938, + "full_size": 9600703, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:00:11.172051Z", + "tag_last_pushed": "2019-06-30T22:47:12.40589Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 58421798, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:b93a2974ea71e487b13f5ebbeb955740f4e45ec9e8564061a6107ba6fc3bcb4b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9548893, + "status": "active", + "last_pulled": "2023-02-14T01:00:13.04446Z", + "last_pushed": null + } + ], + "last_updated": "2019-06-09T18:06:01.844125Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "0.5.0", + "repository": 7217938, + "full_size": 9548893, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T01:00:13.04446Z", + "tag_last_pushed": "2019-06-09T18:06:01.844125Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 58399254, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:8302d64448abf80af0cb6f995e4fa27162b8496eea16f8fe2be93e895eb2339e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9550299, + "status": "active", + "last_pulled": "2023-02-14T03:00:14.136745Z", + "last_pushed": null + } + ], + "last_updated": "2019-06-08T18:58:46.927272Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "0.4.1", + "repository": 7217938, + "full_size": 9550299, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:00:14.136745Z", + "tag_last_pushed": "2019-06-08T18:58:46.927272Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 58398110, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:a9c6464ec98de074f285c20f53c0f5166da261340be2dbbaddb6da51597fb2af", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9549439, + "status": "active", + "last_pulled": "2023-02-14T03:00:11.90722Z", + "last_pushed": null + } + ], + "last_updated": "2019-06-08T18:01:18.66076Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "0.4.0", + "repository": 7217938, + "full_size": 9549439, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:00:11.90722Z", + "tag_last_pushed": "2019-06-08T18:01:18.66076Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 58393862, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:b7da98eed42eae8f95c1825f05014de391dc8c590fa5469a28f900f979ae4d4e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9548562, + "status": "active", + "last_pulled": "2023-02-14T00:00:00.945866Z", + "last_pushed": null + } + ], + "last_updated": "2019-06-08T13:45:53.713022Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "0.3.2", + "repository": 7217938, + "full_size": 9548562, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T00:00:00.945866Z", + "tag_last_pushed": "2019-06-08T13:45:53.713022Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 58383696, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:1a9ad8fbcf1171e4371f2e8a6665789f9ce2986630e89f5ca692b87d95810862", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9547954, + "status": "active", + "last_pulled": "2023-02-14T02:00:13.951827Z", + "last_pushed": null + } + ], + "last_updated": "2019-06-08T01:36:06.03413Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "0.3.1", + "repository": 7217938, + "full_size": 9547954, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:13.951827Z", + "tag_last_pushed": "2019-06-08T01:36:06.03413Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 58382740, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:3743ab8ce70ca73076b274f3a740ddb5a2ded041d90cf68773e429406d01c67d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9547124, + "status": "active", + "last_pulled": "2023-02-14T02:00:17.099438Z", + "last_pushed": null + } + ], + "last_updated": "2019-06-08T01:08:01.203468Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "0.3.0", + "repository": 7217938, + "full_size": 9547124, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:17.099438Z", + "tag_last_pushed": "2019-06-08T01:08:01.203468Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 58012528, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:4e6666cc0cf3560542f7f4969a54b6ecad7ea9cf3f725d4b5b24978d983a4b67", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9535103, + "status": "active", + "last_pulled": "2023-02-14T02:00:16.039623Z", + "last_pushed": null + } + ], + "last_updated": "2019-06-04T22:29:22.390941Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "0.2.0", + "repository": 7217938, + "full_size": 9535103, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:00:16.039623Z", + "tag_last_pushed": "2019-06-04T22:29:22.390941Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 58006747, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:3437acf564e27209cb932308e912cbb805f6c333283ed6a30c0c8afb312db06c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9535105, + "status": "active", + "last_pulled": "2023-02-14T01:00:12.885456Z", + "last_pushed": null + } + ], + "last_updated": "2019-06-04T21:32:27.869416Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "0.1.1", + "repository": 7217938, + "full_size": 9535105, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T01:00:12.885456Z", + "tag_last_pushed": "2019-06-04T21:32:27.869416Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 58000530, + "images": [ + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:27776759c29d4495ffa088662507f919b1bac815a8dca03db4f7355dee450d79", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 9535288, + "status": "active", + "last_pulled": "2023-02-14T03:00:17.509231Z", + "last_pushed": null + } + ], + "last_updated": "2019-06-04T20:39:36.873224Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "0.1.0", + "repository": 7217938, + "full_size": 9535288, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:00:17.509231Z", + "tag_last_pushed": "2019-06-04T20:39:36.873224Z", + "media_type": "application/vnd.docker.container.image.v1+json", + "content_type": "image" + } + ] +} diff --git a/__tests__/fixtures/dockerhub-repotags.json b/__tests__/fixtures/dockerhub-repotags.json new file mode 100644 index 0000000..46dc86b --- /dev/null +++ b/__tests__/fixtures/dockerhub-repotags.json @@ -0,0 +1,1053 @@ +{ + "count": 79, + "next": "https://hub.docker.com/v2/repositories/crazymax/diun/tags?page=2", + "previous": null, + "results": [ + { + "creator": 1758550, + "id": 58000532, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:59c0fe2752b6e5403d8ce1be274e033ad77a7b5111b26a7892f249cdae98b4c6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16721569, + "status": "active", + "last_pulled": "2023-02-13T16:38:52.174573Z", + "last_pushed": "2022-12-29T11:25:42.359918Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:ee8db2c3c311370f476a53b325a7a12aa2f737240716c0a8910527b6226ce9c9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278206, + "status": "active", + "last_pulled": "2023-02-14T00:06:01.795548Z", + "last_pushed": "2022-12-29T11:25:42.188289Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:d43d81182feb3ca506aee884b7fa1e7cbef313754dd87a511b429cde8baa4897", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16351672, + "status": "active", + "last_pulled": "2023-02-13T22:31:56.854819Z", + "last_pushed": "2022-12-29T11:25:42.040434Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:f09010a006ed5af90657a081d1dcbb440cb3e12d2346b24069eed2c1c1a77bea", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16071476, + "status": "active", + "last_pulled": "2023-02-14T03:10:25.190838Z", + "last_pushed": "2022-12-29T11:25:41.903736Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:170d3462b42a429b3fb1a607df178b2cbfe0289321073bc178faf73c8b357158", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15846393, + "status": "active", + "last_pulled": "2023-02-14T02:35:34.588959Z", + "last_pushed": "2022-12-29T11:25:41.716115Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:c95c621d59d021e22743b0d492ee1fd6c35c7226768a81fccf778cef0843acb5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15683441, + "status": "active", + "last_pulled": "2023-02-14T03:10:28.264439Z", + "last_pushed": "2022-12-29T11:25:42.490936Z" + } + ], + "last_updated": "2022-12-29T11:25:44.861939Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "latest", + "repository": 7217938, + "full_size": 16721569, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:10:28.264439Z", + "tag_last_pushed": "2022-12-29T11:25:44.861939Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:fa80af32a7c61128ffda667344547805b3c5e7721ecbbafd70e35bb7bb7c989f" + }, + { + "creator": 1758550, + "id": 102612193, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:7d287160c9d91104f1c3899ae99a125859ea2a6c179981971c554bfb2ab6a403", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16794193, + "status": "active", + "last_pulled": "2023-02-14T01:52:51.907334Z", + "last_pushed": "2023-02-02T14:22:29.553097Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:91fb563cb6515c0d5108e3fb192570c1554029c447d9d2f0bf80dc077ba9dcf7", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17361148, + "status": "active", + "last_pulled": "2023-02-14T01:52:51.865758Z", + "last_pushed": "2023-02-02T14:22:29.292267Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:c9ea076fa893afc8f65163d60433033a47ce21a05044264684b4d867e89707fd", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16409968, + "status": "active", + "last_pulled": "2023-02-06T07:28:47.428625Z", + "last_pushed": "2023-02-02T14:22:28.770477Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:bdfbbdbe58d66340a795d9e28eaf528fa8921e74ce120d441c8dce4bea19cec5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16133549, + "status": "active", + "last_pulled": "2023-02-06T07:28:47.354066Z", + "last_pushed": "2023-02-02T14:22:28.52473Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:f38c48726a77f7de650eaf6eac6d762d3fc0bbb73256bd835e658bed133f7c7e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15921104, + "status": "active", + "last_pulled": "2023-02-14T00:00:09.368527Z", + "last_pushed": "2023-02-02T14:22:28.060759Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:c7f8d4f37f853b65c30a6394e6d2a5e4eb12ee2e1cf490f00f23f1f5a9c1b98d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15759823, + "status": "active", + "last_pulled": "2023-02-06T07:28:47.380613Z", + "last_pushed": "2023-02-02T14:22:29.772499Z" + }, + { + "architecture": "unknown", + "features": "", + "variant": null, + "digest": "sha256:56bcdbb03ba51f282db881bc19baa69c5b05377b03934b623cebaa210dd20c58", + "os": "unknown", + "os_features": "", + "os_version": null, + "size": 1757, + "status": "active", + "last_pulled": "2023-02-12T22:16:11.860956Z", + "last_pushed": "2023-02-02T14:22:29.058257Z" + }, + { + "architecture": "unknown", + "features": "", + "variant": null, + "digest": "sha256:8231ea105740ed2679d3e50d440281fd7667febba154b873f19515b44b711202", + "os": "unknown", + "os_features": "", + "os_version": null, + "size": 1763, + "status": "active", + "last_pulled": "2023-02-12T22:16:11.837015Z", + "last_pushed": "2023-02-02T14:22:28.287794Z" + }, + { + "architecture": "unknown", + "features": "", + "variant": null, + "digest": "sha256:693e87330ed84a0ab69312ff9d3d7f4b989000ce609ec226f03283406ac677a7", + "os": "unknown", + "os_features": "", + "os_version": null, + "size": 1918, + "status": "active", + "last_pulled": "2023-02-14T01:52:51.88782Z", + "last_pushed": "2023-02-02T14:22:27.808577Z" + }, + { + "architecture": "unknown", + "features": "", + "variant": null, + "digest": "sha256:ac521174e887e7910aaf7d9043b6aba92a988c3bc6393804f1105cf9b8aadd24", + "os": "unknown", + "os_features": "", + "os_version": null, + "size": 1918, + "status": "active", + "last_pulled": "2023-02-14T01:52:51.876834Z", + "last_pushed": "2023-02-02T14:22:27.584634Z" + }, + { + "architecture": "unknown", + "features": "", + "variant": null, + "digest": "sha256:897899179fc8afb51c815d7b1da57072a9f004db141414b0387d801ae03634a0", + "os": "unknown", + "os_features": "", + "os_version": null, + "size": 1763, + "status": "active", + "last_pulled": "2023-02-12T22:16:11.849351Z", + "last_pushed": "2023-02-02T14:22:27.330929Z" + }, + { + "architecture": "unknown", + "features": "", + "variant": null, + "digest": "sha256:65a380201e29deb41be88e16dd293cccefa59958850b566b9b339c76c6667422", + "os": "unknown", + "os_features": "", + "os_version": null, + "size": 1769, + "status": "active", + "last_pulled": "2023-02-14T01:52:51.869244Z", + "last_pushed": "2023-02-02T14:22:29.995365Z" + } + ], + "last_updated": "2023-02-02T14:22:30.59987Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "edge", + "repository": 7217938, + "full_size": 16794193, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T01:52:51.907334Z", + "tag_last_pushed": "2023-02-02T14:22:30.59987Z", + "media_type": "application/vnd.oci.image.index.v1+json", + "content_type": "image", + "digest": "sha256:469be27b882d9d29f168b89525280e595446db099244940e60a2fa5c2b8ae35b" + }, + { + "creator": 1758550, + "id": 165911130, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:59c0fe2752b6e5403d8ce1be274e033ad77a7b5111b26a7892f249cdae98b4c6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16721569, + "status": "active", + "last_pulled": "2023-02-13T16:38:52.174573Z", + "last_pushed": "2022-12-29T11:25:42.359918Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:ee8db2c3c311370f476a53b325a7a12aa2f737240716c0a8910527b6226ce9c9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278206, + "status": "active", + "last_pulled": "2023-02-14T00:06:01.795548Z", + "last_pushed": "2022-12-29T11:25:42.188289Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:d43d81182feb3ca506aee884b7fa1e7cbef313754dd87a511b429cde8baa4897", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16351672, + "status": "active", + "last_pulled": "2023-02-13T22:31:56.854819Z", + "last_pushed": "2022-12-29T11:25:42.040434Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:f09010a006ed5af90657a081d1dcbb440cb3e12d2346b24069eed2c1c1a77bea", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16071476, + "status": "active", + "last_pulled": "2023-02-14T03:10:25.190838Z", + "last_pushed": "2022-12-29T11:25:41.903736Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:170d3462b42a429b3fb1a607df178b2cbfe0289321073bc178faf73c8b357158", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15846393, + "status": "active", + "last_pulled": "2023-02-14T02:35:34.588959Z", + "last_pushed": "2022-12-29T11:25:41.716115Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:c95c621d59d021e22743b0d492ee1fd6c35c7226768a81fccf778cef0843acb5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15683441, + "status": "active", + "last_pulled": "2023-02-14T03:10:28.264439Z", + "last_pushed": "2022-12-29T11:25:42.490936Z" + } + ], + "last_updated": "2022-12-29T11:25:44.095398Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4", + "repository": 7217938, + "full_size": 16721569, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:10:28.264439Z", + "tag_last_pushed": "2022-12-29T11:25:44.095398Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:fa80af32a7c61128ffda667344547805b3c5e7721ecbbafd70e35bb7bb7c989f" + }, + { + "creator": 1758550, + "id": 357972009, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:59c0fe2752b6e5403d8ce1be274e033ad77a7b5111b26a7892f249cdae98b4c6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16721569, + "status": "active", + "last_pulled": "2023-02-13T16:38:52.174573Z", + "last_pushed": "2022-12-29T11:25:42.359918Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:ee8db2c3c311370f476a53b325a7a12aa2f737240716c0a8910527b6226ce9c9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278206, + "status": "active", + "last_pulled": "2023-02-14T00:06:01.795548Z", + "last_pushed": "2022-12-29T11:25:42.188289Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:d43d81182feb3ca506aee884b7fa1e7cbef313754dd87a511b429cde8baa4897", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16351672, + "status": "active", + "last_pulled": "2023-02-13T22:31:56.854819Z", + "last_pushed": "2022-12-29T11:25:42.040434Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:f09010a006ed5af90657a081d1dcbb440cb3e12d2346b24069eed2c1c1a77bea", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16071476, + "status": "active", + "last_pulled": "2023-02-14T03:10:25.190838Z", + "last_pushed": "2022-12-29T11:25:41.903736Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:170d3462b42a429b3fb1a607df178b2cbfe0289321073bc178faf73c8b357158", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15846393, + "status": "active", + "last_pulled": "2023-02-14T02:35:34.588959Z", + "last_pushed": "2022-12-29T11:25:41.716115Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:c95c621d59d021e22743b0d492ee1fd6c35c7226768a81fccf778cef0843acb5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15683441, + "status": "active", + "last_pulled": "2023-02-14T03:10:28.264439Z", + "last_pushed": "2022-12-29T11:25:42.490936Z" + } + ], + "last_updated": "2022-12-29T11:25:43.719452Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.24", + "repository": 7217938, + "full_size": 16721569, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:10:28.264439Z", + "tag_last_pushed": "2022-12-29T11:25:43.719452Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:fa80af32a7c61128ffda667344547805b3c5e7721ecbbafd70e35bb7bb7c989f" + }, + { + "creator": 1758550, + "id": 357972005, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:59c0fe2752b6e5403d8ce1be274e033ad77a7b5111b26a7892f249cdae98b4c6", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16721569, + "status": "active", + "last_pulled": "2023-02-13T16:38:52.174573Z", + "last_pushed": "2022-12-29T11:25:42.359918Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:ee8db2c3c311370f476a53b325a7a12aa2f737240716c0a8910527b6226ce9c9", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278206, + "status": "active", + "last_pulled": "2023-02-14T00:06:01.795548Z", + "last_pushed": "2022-12-29T11:25:42.188289Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:d43d81182feb3ca506aee884b7fa1e7cbef313754dd87a511b429cde8baa4897", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16351672, + "status": "active", + "last_pulled": "2023-02-13T22:31:56.854819Z", + "last_pushed": "2022-12-29T11:25:42.040434Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:f09010a006ed5af90657a081d1dcbb440cb3e12d2346b24069eed2c1c1a77bea", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16071476, + "status": "active", + "last_pulled": "2023-02-14T03:10:25.190838Z", + "last_pushed": "2022-12-29T11:25:41.903736Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:170d3462b42a429b3fb1a607df178b2cbfe0289321073bc178faf73c8b357158", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15846393, + "status": "active", + "last_pulled": "2023-02-14T02:35:34.588959Z", + "last_pushed": "2022-12-29T11:25:41.716115Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:c95c621d59d021e22743b0d492ee1fd6c35c7226768a81fccf778cef0843acb5", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15683441, + "status": "active", + "last_pulled": "2023-02-14T03:10:28.264439Z", + "last_pushed": "2022-12-29T11:25:42.490936Z" + } + ], + "last_updated": "2022-12-29T11:25:43.020406Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.24.0", + "repository": 7217938, + "full_size": 16721569, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:10:28.264439Z", + "tag_last_pushed": "2022-12-29T11:25:43.020406Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:fa80af32a7c61128ffda667344547805b3c5e7721ecbbafd70e35bb7bb7c989f" + }, + { + "creator": 1758550, + "id": 357305979, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:4061197f21c72fe8a986dff223b64bb0331298f180b35690ee3fc0352540450e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16717351, + "status": "inactive", + "last_pulled": "2022-12-29T09:07:54.083492Z", + "last_pushed": "2022-12-28T09:59:12.379933Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:738729ecf6209afc3b45c029e9faf26e3ce75b08fc033d719e306fb7c3a83f0a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278419, + "status": "active", + "last_pulled": "2023-02-14T02:00:06.404122Z", + "last_pushed": "2022-12-28T09:59:12.221896Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:aec5e10aa63dfb1f9af141b8cd26e6b0386a1e6606f4ff2406f14ad11b5e2f57", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16346334, + "status": "inactive", + "last_pulled": "2022-12-29T10:23:08.68088Z", + "last_pushed": "2022-12-28T09:59:12.56338Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:73a4d0f923ecd07e7789d1bab9edf05129bd5139d5c94b66db40f20d17c56d66", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16066440, + "status": "active", + "last_pulled": "2023-01-22T00:09:50.340853Z", + "last_pushed": "2022-12-28T09:59:12.042071Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:5313256189270769521e78c8a3e6bf99d46af2c2a53e23885303675064391583", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15844943, + "status": "active", + "last_pulled": "2023-02-11T15:12:51.364291Z", + "last_pushed": "2022-12-28T09:59:11.908623Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:f3a801eb4fb3bc88d43e79461581b0e2042ae5e6ca12f13b02f3693041ef857d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15681006, + "status": "inactive", + "last_pulled": "2022-12-29T10:23:13.487196Z", + "last_pushed": "2022-12-28T09:59:12.726501Z" + } + ], + "last_updated": "2022-12-28T09:59:13.740628Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.23", + "repository": 7217938, + "full_size": 16717351, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:30:07.751667Z", + "tag_last_pushed": "2022-12-28T09:59:13.740628Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:2645f4008b8e9d58d2ea218cf4cde36174b0aa82b918f51d6b5b44c1adac4ad7" + }, + { + "creator": 1758550, + "id": 357403134, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:4061197f21c72fe8a986dff223b64bb0331298f180b35690ee3fc0352540450e", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16717351, + "status": "inactive", + "last_pulled": "2022-12-29T09:07:54.083492Z", + "last_pushed": "2022-12-28T09:59:12.379933Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:738729ecf6209afc3b45c029e9faf26e3ce75b08fc033d719e306fb7c3a83f0a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278419, + "status": "active", + "last_pulled": "2023-02-14T02:00:06.404122Z", + "last_pushed": "2022-12-28T09:59:12.221896Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:aec5e10aa63dfb1f9af141b8cd26e6b0386a1e6606f4ff2406f14ad11b5e2f57", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16346334, + "status": "inactive", + "last_pulled": "2022-12-29T10:23:08.68088Z", + "last_pushed": "2022-12-28T09:59:12.56338Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:73a4d0f923ecd07e7789d1bab9edf05129bd5139d5c94b66db40f20d17c56d66", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16066440, + "status": "active", + "last_pulled": "2023-01-22T00:09:50.340853Z", + "last_pushed": "2022-12-28T09:59:12.042071Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:5313256189270769521e78c8a3e6bf99d46af2c2a53e23885303675064391583", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15844943, + "status": "active", + "last_pulled": "2023-02-11T15:12:51.364291Z", + "last_pushed": "2022-12-28T09:59:11.908623Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:f3a801eb4fb3bc88d43e79461581b0e2042ae5e6ca12f13b02f3693041ef857d", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15681006, + "status": "inactive", + "last_pulled": "2022-12-29T10:23:13.487196Z", + "last_pushed": "2022-12-28T09:59:12.726501Z" + } + ], + "last_updated": "2022-12-28T09:59:13.180567Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.23.1", + "repository": 7217938, + "full_size": 16717351, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T02:30:07.751667Z", + "tag_last_pushed": "2022-12-28T09:59:13.180567Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:2645f4008b8e9d58d2ea218cf4cde36174b0aa82b918f51d6b5b44c1adac4ad7" + }, + { + "creator": 1758550, + "id": 357305975, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:f8e8a9844a6792b521dba9c7a3f82697384947efe77869ad6c292fe65edb4343", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16717333, + "status": "inactive", + "last_pulled": "2022-12-28T18:00:40.127405Z", + "last_pushed": "2022-12-28T04:02:06.285727Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:7ad0aae6a713a25e2b03fb842a6e3279bd1c544e695b2622c2bc7efd0f177d71", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 17278404, + "status": "active", + "last_pulled": "2023-02-14T00:00:07.541795Z", + "last_pushed": "2022-12-28T04:02:06.045999Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:e701125091cf2cf24589edc7b2a1033c5d0e50bb83c267f441311a10573550ca", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16346358, + "status": "inactive", + "last_pulled": "2022-12-28T18:00:49.902062Z", + "last_pushed": "2022-12-28T04:02:06.474438Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:7819367692ef3d1ea9d6b27b20970aae5111fed04bbe28748cc48cc4027f3829", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16066440, + "status": "active", + "last_pulled": "2023-01-31T17:48:52.635195Z", + "last_pushed": "2022-12-28T04:02:05.802389Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:42d908c68d9c56cdf58894d483df77fc191ac29be9a2a31894488494796a18e2", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15844961, + "status": "active", + "last_pulled": "2023-02-11T15:12:51.370348Z", + "last_pushed": "2022-12-28T04:02:05.598491Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:13be0b97136a685e3a9a23321e51d87e9c6f1e2c8c7c43932eeea73272c6316a", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15680991, + "status": "inactive", + "last_pulled": "2022-12-28T18:01:03.360059Z", + "last_pushed": "2022-12-28T04:02:06.705534Z" + } + ], + "last_updated": "2022-12-28T04:02:07.249131Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.23.0", + "repository": 7217938, + "full_size": 16717333, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-14T03:00:11.576586Z", + "tag_last_pushed": "2022-12-28T04:02:07.249131Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image", + "digest": "sha256:887217a8073659cc4aa42018a8a5ca32ec284d66cb72a62560eb1ec9c907cc9b" + }, + { + "creator": 1758550, + "id": 255025017, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:3fc61414f98d2e3fdd558f1c265d6c4661b2097eff3c11c61fbb9f68f97aa64b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15753204, + "status": "inactive", + "last_pulled": "2022-12-28T03:15:33.191307Z", + "last_pushed": "2022-07-17T16:32:28.389257Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:f06f323e9dee2c6473093c39de3ce4cc51ae06fd077e796e6521ccfca3295938", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16344617, + "status": "active", + "last_pulled": "2023-02-13T23:34:48.238241Z", + "last_pushed": "2022-07-17T16:32:28.217993Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:a1abbc2b3f6ada0c1dcbb01755094d108db527d6a5ba1349ba453401177c4932", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15492844, + "status": "inactive", + "last_pulled": "2022-12-28T03:31:12.8371Z", + "last_pushed": "2022-07-17T16:32:28.053411Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:fe5c88a628aa1351c55c7670a852614acb47e1c88a6935627cbd63f468c94040", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15266814, + "status": "active", + "last_pulled": "2023-02-11T19:50:06.763814Z", + "last_pushed": "2022-07-17T16:32:27.879657Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:bdd6f3a2519a6cfecde4cfff207788883e5fdb4d2fef5a62ac0a76097e321631", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14977561, + "status": "active", + "last_pulled": "2023-02-08T23:46:04.259062Z", + "last_pushed": "2022-07-17T16:32:27.705165Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:bd89b4b27b2b85ee80ccf6e007d951eecaa53c70cf0f3d73015c28ffb8a5751c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14671557, + "status": "inactive", + "last_pulled": "2022-12-28T03:28:10.845589Z", + "last_pushed": "2022-07-17T16:32:28.525026Z" + } + ], + "last_updated": "2022-07-17T16:32:29.940002Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.22", + "repository": 7217938, + "full_size": 15753204, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T23:34:48.238241Z", + "tag_last_pushed": "2022-07-17T16:32:29.940002Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + }, + { + "creator": 1758550, + "id": 255025014, + "images": [ + { + "architecture": "386", + "features": "", + "variant": null, + "digest": "sha256:3fc61414f98d2e3fdd558f1c265d6c4661b2097eff3c11c61fbb9f68f97aa64b", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15753204, + "status": "inactive", + "last_pulled": "2022-12-28T03:15:33.191307Z", + "last_pushed": "2022-07-17T16:32:28.389257Z" + }, + { + "architecture": "amd64", + "features": "", + "variant": null, + "digest": "sha256:f06f323e9dee2c6473093c39de3ce4cc51ae06fd077e796e6521ccfca3295938", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 16344617, + "status": "active", + "last_pulled": "2023-02-13T23:34:48.238241Z", + "last_pushed": "2022-07-17T16:32:28.217993Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v6", + "digest": "sha256:a1abbc2b3f6ada0c1dcbb01755094d108db527d6a5ba1349ba453401177c4932", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15492844, + "status": "inactive", + "last_pulled": "2022-12-28T03:31:12.8371Z", + "last_pushed": "2022-07-17T16:32:28.053411Z" + }, + { + "architecture": "arm", + "features": "", + "variant": "v7", + "digest": "sha256:fe5c88a628aa1351c55c7670a852614acb47e1c88a6935627cbd63f468c94040", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 15266814, + "status": "active", + "last_pulled": "2023-02-11T19:50:06.763814Z", + "last_pushed": "2022-07-17T16:32:27.879657Z" + }, + { + "architecture": "arm64", + "features": "", + "variant": null, + "digest": "sha256:bdd6f3a2519a6cfecde4cfff207788883e5fdb4d2fef5a62ac0a76097e321631", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14977561, + "status": "active", + "last_pulled": "2023-02-08T23:46:04.259062Z", + "last_pushed": "2022-07-17T16:32:27.705165Z" + }, + { + "architecture": "ppc64le", + "features": "", + "variant": null, + "digest": "sha256:bd89b4b27b2b85ee80ccf6e007d951eecaa53c70cf0f3d73015c28ffb8a5751c", + "os": "linux", + "os_features": "", + "os_version": null, + "size": 14671557, + "status": "inactive", + "last_pulled": "2022-12-28T03:28:10.845589Z", + "last_pushed": "2022-07-17T16:32:28.525026Z" + } + ], + "last_updated": "2022-07-17T16:32:29.231123Z", + "last_updater": 1758550, + "last_updater_username": "crazymax", + "name": "4.22.0", + "repository": 7217938, + "full_size": 15753204, + "v2": true, + "tag_status": "active", + "tag_last_pulled": "2023-02-13T23:34:48.238241Z", + "tag_last_pushed": "2022-07-17T16:32:29.231123Z", + "media_type": "application/vnd.docker.distribution.manifest.list.v2+json", + "content_type": "image" + } + ] +} diff --git a/src/dockerhub.ts b/src/dockerhub.ts index 0e3c65a..62bea8d 100644 --- a/src/dockerhub.ts +++ b/src/dockerhub.ts @@ -18,7 +18,7 @@ import * as core from '@actions/core'; import * as httpm from '@actions/http-client'; import {HttpCodes} from '@actions/http-client'; -import {RepositoryRequest, RepositoryResponse, TokenRequest, TokenResponse, UpdateRepoDescriptionRequest} from './types/dockerhub'; +import {RepositoryRequest, RepositoryResponse, RepositoryTagsRequest, RepositoryTagsResponse, TokenRequest, TokenResponse, UpdateRepoDescriptionRequest} from './types/dockerhub'; export interface DockerHubOpts { credentials: TokenRequest; @@ -49,6 +49,36 @@ export class DockerHub { ); } + public async getRepositoryTags(req: RepositoryTagsRequest): Promise { + const url = new URL(`${repositoriesURL}${req.namespace}/${req.name}/tags`); + if (req.page) { + url.searchParams.append('page', req.page.toString()); + } + if (req.page_size) { + url.searchParams.append('page_size', req.page_size.toString()); + } + const resp: httpm.HttpClientResponse = await this.httpc.get(url.toString()); + return JSON.parse(await DockerHub.handleResponse(resp)); + } + + public async getRepositoryAllTags(req: RepositoryTagsRequest): Promise { + const tags: RepositoryTagsResponse = await this.getRepositoryTags(req); + while (tags.next) { + const nextURL = new URL(tags.next); + const pageNumber = Number(nextURL.searchParams.get('page')); + const pageSize = Number(nextURL.searchParams.get('page_size')) || undefined; + const nextTags = await this.getRepositoryTags({ + namespace: req.namespace, + name: req.name, + page: pageNumber, + page_size: pageSize || req.page_size + } as RepositoryTagsRequest); + tags.results.push(...nextTags.results); + tags.next = nextTags.next; + } + return tags; + } + public async getRepository(req: RepositoryRequest): Promise { const resp: httpm.HttpClientResponse = await this.httpc.get(`${repositoriesURL}${req.namespace}/${req.name}`); return JSON.parse(await DockerHub.handleResponse(resp)); diff --git a/src/types/dockerhub.ts b/src/types/dockerhub.ts index 65fd0e0..618cff7 100644 --- a/src/types/dockerhub.ts +++ b/src/types/dockerhub.ts @@ -58,6 +58,53 @@ export interface RepositoryResponse { content_types: Array; } +export interface RepositoryTagsRequest { + namespace: string; + name: string; + page?: number; + page_size?: number; +} + +export interface RepositoryTagsResponse { + count: number; + next?: string; + previous?: string; + results: Array; +} + +export interface RepositoryTagsResult { + creator: number; + id: number; + images: Array; + last_updated: Date; + last_updater: number; + last_updater_username: string; + name: string; + repository: number; + full_size: number; + v2: boolean; + tag_status: string; + tag_last_pulled: Date; + tag_last_pushed: Date; + media_type: string; + content_type: string; + digest: string; +} + +export interface RepositoryTagsResultImage { + architecture: string; + features: string; + variant?: string; + digest: string; + os: string; + os_features: string; + os_version?: string; + size: number; + status: string; + last_pulled: Date; + last_pushed: Date; +} + export interface UpdateRepoDescriptionRequest { name: string; namespace: string;