go to post Evgeny Shvarov · Aug 5, 2022 Hi Mike! You can check this or that example, the simplest dockerfiles with IRIS. The command with check-caps false can be found e.g. here in Docker-compose
go to post Evgeny Shvarov · Jul 30, 2022 Hi Scott! If you don't have docker you can install apps with ZPM Package Manager. There is a good amount (about 240) of apps on Open Exchange that are installable with ZPM.
go to post Evgeny Shvarov · Jul 28, 2022 Thank you @Lucas Enard! Thanks for a great contribution to the community!
go to post Evgeny Shvarov · Jul 28, 2022 Hi @Lucas Enard ! Please publish the Github repo on Open Exchange? This will broaden the audience greatly! Here is how to publish.
go to post Evgeny Shvarov · Jul 21, 2022 Preview docker images on 2022.2.0.293.0 build with ZPM onboard are updated too and can be pulled as: docker pull intersystemsdc/iris-community:preview docker pull intersystemsdc/irishealth-community:preview docker pull intersystemsdc/iris-community-arm64:preview docker pull intersystemsdc/irishealth-community-arm64:preview
go to post Evgeny Shvarov · Jul 21, 2022 Great! for that you need ZPM installed, or take any community docker-image with ZPM onboard, e.g. the latest image via: FROM intersystemsdc/iris-community and run the command usual iris terminal: USER>zpm "install git-source-control" Also calling @Timothy Leavitt as an author of git-source-control
go to post Evgeny Shvarov · Jul 21, 2022 Great initiative, @Aasir Waseer ! Please submit your idea in ideas portal! if it gets a lot of votes that'll be introduced, thanks!
go to post Evgeny Shvarov · Jul 1, 2022 Here are also the docker images of InterSystems IRIS 2022.2 prevew with ZPM package manager 0.3.2 inside. From clause could look like: FROM intersystemsdc/iris-community:2022.2.0.270.0-zpm available images: intersystemsdc/iris-community:2022.2.0.270.0-zpm intersystemsdc/irishealth-community:2022.2.0.270.0-zpm intersystemsdc/irishealth-ml-community:2022.2.0.270.0-zpm intersystemsdc/irishealth-community:2022.2.0.270.0-zpm intersystemsdc/iris-community:2022.2.0.270.0-zpm intersystemsdc/iris-ml-community:2022.2.0.270.0-zpm intersystemsdc/irishealth-community:2022.2.0.270.0-zpm intersystemsdc/irishealth-ml-community:2022.2.0.270.0-zpm Or you can use preview clause: FROM intersystemsdc/iris-community:preview And to launch IRIS do: docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2022.2.0.270.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-ml-community:2022.2.0.270.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2022.2.0.270.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2022.2.0.270.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-ml-community:2022.2.0.270.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2022.2.0.270.0-zpm To open a terminal: docker exec -it my-iris iris session IRIS and to start the control panel: http://localhost:9092/csp/sys/UtilHome.csp To stop and destroy container: docker stop my-iris
go to post Evgeny Shvarov · Jun 6, 2022 Got it! It was listed in the previous GA announcement, that's why I'm asking.
go to post Evgeny Shvarov · Jun 6, 2022 Hi @Craig.Regester! This is great! Please submit the app with the ZPM option on OEx to make it available for everyone!
go to post Evgeny Shvarov · Jun 6, 2022 Also to stay up-to-date with InterSystems containers repository images I recommend taking a look at this remarkable free extension to Docker Desktop by @Dmitry Maslennikov he contributed to the community:
go to post Evgeny Shvarov · Jun 6, 2022 And images with ZPM package manager 0.3.2 are available accordingly: intersystemsdc/iris-community:2022.1.0.209.0-zpm intersystemsdc/irishealth-community:2022.1.0.209.0-zpm intersystemsdc/irishealth-ml-community:2022.1.0.209.0-zpm intersystemsdc/irishealth-community:2022.1.0.209.0-zpm intersystemsdc/iris-community:2021.2.0.651.0-zpm intersystemsdc/iris-ml-community:2021.2.0.651.0-zpm intersystemsdc/irishealth-community:2021.2.0.651.0-zpm intersystemsdc/irishealth-ml-community:2021.2.0.651.0-zpm And to launch IRIS do: docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2022.1.0.209.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-ml-community:2022.1.0.209.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2022.1.0.209.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2022.1.0.209.0-zpm And for terminal do: docker exec -it my-iris iris session IRIS and to start the control panel: http://localhost:9092/csp/sys/UtilHome.csp To stop and destroy container do: docker stop my-iris And the FROM clause in dockerfile can look like this: FROM intersystemsdc/iris-community:2022.1.0.209.0-zpm Or to take the latest image: FROM intersystemsdc/iris-community So if you are on the latest image already just rebuild the repository to get the latest IRIS production image with ZPM onboard.
go to post Evgeny Shvarov · Jun 6, 2022 Previously we had irishealth-ml images too, e.g. containers.intersystems.com/intersystems/irishealth-ml:2021.2.0.651.0 What about this brunch of images?
go to post Evgeny Shvarov · Jun 6, 2022 What about InterSystems images on the DockerHub? Will they be published there too?
go to post Evgeny Shvarov · Jun 6, 2022 What about previous images in containers.intersystems.com? It seems they are gone?