mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-07-17 14:33:28 +02:00
Previously, update.sh would accumulate all historical versions in buildinfo.json, leading to an ever-growing file. This change modifies the script to rebuild buildinfo.json from scratch with only the current stable and experimental versions. Changes: - Replace incremental update logic with complete rebuild - Create fresh buildinfo.json containing only latest versions - Preserve all proper tags (stable, latest, version numbers, etc.) - Fix bash compatibility issue with associative arrays This ensures buildinfo.json remains clean and only contains the versions currently being built and published. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
20 lines
354 B
JSON
20 lines
354 B
JSON
{
|
|
"2.0.55": {
|
|
"sha256": "ef12a54d1556ae1f84ff99edc23706d13b7ad41f1c02d74ca1dfadf9448fcbae",
|
|
"tags": [
|
|
"stable",
|
|
"stable-2.0.55",
|
|
"2",
|
|
"2.0",
|
|
"2.0.55"
|
|
]
|
|
},
|
|
"2.0.60": {
|
|
"sha256": "69b5be1a867fd99524f9914dfee900a1ac386cf4e74c4a63768c05dc4d2b2b0b",
|
|
"tags": [
|
|
"latest",
|
|
"2.0.60"
|
|
]
|
|
}
|
|
}
|