Commit Graph

8 Commits

Author SHA1 Message Date
Taiki Endo
7df5094d28 manifest-schema: Rename ManifestDownloadInfo::checksum to hash to reduce
manifest size

Before:
```
wc -c manifests/* | grep total
2808686 total
```

After:
```
wc -c manifests/* | grep total
2748178 total
```
2026-03-21 03:48:16 +09:00
Taiki Endo
f8322bb843 Update parse-dockerfile@latest to 0.1.5 2026-03-20 12:27:53 +00:00
Taiki Endo
1d1c9eea2b Update parse-dockerfile@latest to 0.1.4 2026-02-12 09:36:19 +09:00
Taiki Endo
1f7d1bf600 Update parse-dockerfile@latest to 0.1.3 2026-01-07 01:40:37 +09:00
Taiki Endo
3a6ab413c1 Support powerpc64le/riscv64/s390x Linux runners 2025-09-08 23:24:31 +09:00
Taiki Endo
163aa2b38c Update parse-dockerfile@latest to 0.1.2 2025-09-08 00:15:13 +09:00
Taiki Endo
daca891144 Update parse-dockerfile@latest to 0.1.1 2025-02-06 22:24:27 +09:00
Taiki Endo
33d49f65f5 Add parse-dockerfile 2025-02-02 05:32:11 +09:00