<@U0A71G31CDV> I have confirmed that Starrocks 4.1...
# questions-and-troubleshooting
j
@Rocky I have confirmed that Starrocks 4.1 has been released. However, I don't see an image on Docker hub. when will it be added?
r
Congrats on catching the release of StarRocks 4.1! Since version 4.1.0 was officially finalized and the release notes were published just a few days ago (around April 11, 2026), it is common to see a short delay before the updated images appear on Docker Hub. Historically, official Docker images for major and minor releases follow the binary release by a few days to a week. Here is what you can do in the meantime: 1. Monitor the Specific Repositories The images are often pushed to several specific repositories rather than just one. Keep an eye on these tags: * starrocks/allin1-ubuntu (Best for quick tests) * starrocks/fe-ubuntu and starrocks/be-ubuntu (For standard deployments) * starrocks/artifacts-ubuntu (Used for extracting binary files for specific architectures) 2. Check for the
4.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:
Copy code
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! Referencesdevelopers/build-starrocks/Build_in_docker.mddevelopers/versions.mdadministration/management/FE_configuration.mdintroduction/versioning.mdrelease_notes/release-4.0.md
e
@Junhyeog Lee Done.
j
Thanks!
starrocks 1
m
I don't see release notes in github 🤷‍♂️
k