Junhyeog Lee
04/14/2026, 4:48 AMRocky
04/14/2026, 4:49 AM4.1-latest Tag
Sometimes the team pushes a version-specific "latest" tag (e.g., 4.1-latest) before the specific patch tag (e.g., 4.1.0) is finalized. You can try pulling with:
bash
docker pull starrocks/allin1-ubuntu:4.1-latest
3. Build Your Own (If urgent)
If you need to test 4.1 features immediately (like the new Recursive CTEs or Multi-Tenant Data Management), you can use the official development environment images to compile the 4.1 branch yourself:
* Ubuntu 22.04: starrocks/dev-env-ubuntu:latest
* CentOS 7.9: starrocks/dev-env-centos7:latest
4. Stay Updated
The best place for a real-time ETA is the #questions-and-troubleshooting channel in the StarRocks Slack community. The maintainers usually post there as soon as the images are live.
I'll be here if you need help with any of the new 4.1 syntax once you get your environment up and running!
References
• developers/build-starrocks/Build_in_docker.md
• developers/versions.md
• administration/management/FE_configuration.md
• introduction/versioning.md
• release_notes/release-4.0.mdEthan Wang
04/14/2026, 11:05 AMJunhyeog Lee
04/14/2026, 11:36 AMMichael Taranov
04/14/2026, 12:47 PMKevin Chen
04/14/2026, 5:55 PM