Skip to Main Content
InterSystems Ideas

Have an idea, suggestion, or something that doesn’t work as expected in InterSystems products or services? Share it here on the InterSystems Ideas Portal.

The Ideas Portal is where community members can propose improvements, report bugs, and help influence the product roadmap across InterSystems products and the overall developer experience. 22% of submitted ideas are implemented by InterSystems or members of the Developer Community.

💡 Ideas and bugs are both welcome, no matter how big or small. You can submit feature requests, usability improvements, workflow suggestions, and bug reports. Whether you’re an experienced expert or just getting started, your fresh perspective is valuable.

🛠️ About bugs and fixes. If you have access to InterSystems WRC, please submit bugs there for immediate action. Bug reports submitted through the Ideas Portal are reviewed and tracked, but do not guarantee immediate resolution.

Start by sharing what could be better - the community and our teams will help take it from there.

Status Future consideration
Created by Rob Tweed
Created on Dec 30, 2024

Docker-friendly naming of IRIS Containers in Repository

It would be very helpful if the naming of the Community Edition IRIS containers in the Container Repository followed and adhered to a Docker-friendly convention. There are two parts to this:

1) Include a "latest version" Container. There used to be a latest-em container but this seems to have disappeared, so anything that uses the Container Repository needs to be manually updated to use whatever is the latest version

2) Include a Docker-computable architecture in the name, ie conforming to this convention:


iris-community-${BUILDARCH}:latest-em

BUILDARCH is either "amd64" or "arm64"


Once again, this would remove the need for manual intervention when dealing with a specific architecture in order to use a Community Container. At present this convention is only applied to the arm64 version.



  • ADMIN RESPONSE
    Feb 6, 2025

    Thank you for submitting the idea. The status has been changed to "Future consideration".

    Stay tuned!

  • Bob Kuszewski
    Feb 6, 2025

    Moving to the "Future Consideration" category to include an explicit container with the single architecture rather than rely exclusively on the multiarchitecture containers in place today

  • Dmitry Maslennikov
    Jan 27, 2025

    Fortunately, InterSystems Docker registry already supports multi-arch images
    and you can use --platform flag in docker to use exact platform, it's very helpful, and does not require to change everywhere the image name, when you run it on different platforms

  • Alexander Koblov
    Jan 20, 2025

    There is a "latest-em" label:

    docker pull containers.intersystems.com/intersystems/iris:latest-em