Evgeny Shvarov · Jul 21, 2022 go to post

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
Evgeny Shvarov · Jul 1, 2022 go to post

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
Evgeny Shvarov · Jun 6, 2022 go to post

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.

Evgeny Shvarov · Jun 6, 2022 go to post

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?

Evgeny Shvarov · May 28, 2022 go to post

Or execute the line:

set $namespace="%SYS", name="DefaultSSL" do:'##class(Security.SSLConfigs).Exists(name) ##class(Security.SSLConfigs).Create(name)

Evgeny Shvarov · May 24, 2022 go to post

Thanks @Dmitry Maslennikov ! 

This line will help to install docker-ls on Mac:

brew install docker-ls

And this line helps to see the community images available now:

docker-ls tags --registry https://containers.intersystems.com intersystems/iris-community

And this command shows available IRIS Community tags on Docker Hub:

docker-ls tags intersystems/iris-community

requesting list . done

repository: intersystems/iris-community

tags:

- 2021.1.0.215.3

- 2021.2.0.617.0

- 2021.2.0.651.0

- 2022.1.0.114.0

- 2022.1.0.131.0

- 2022.1.0.164.0

- 2022.1.0.172.0

- 2022.1.0.191.0

- 2022.1.0.199.0
Evgeny Shvarov · May 20, 2022 go to post

No, you are expected to come in person! We are looking forward to our first in-person summit in 2019!

You can redeem free registration and accommodation if you have enough points in Global Masters.

Evgeny Shvarov · May 18, 2022 go to post

Like it! So it means that the dev environment of Python/Java/C#/Whatever goes with the repo! Great feature!

What about my favorite VSCode plugins? Can it be there too "automatically"? Where can (if can) setup it?

Evgeny Shvarov · May 18, 2022 go to post

I see. Do you mean if a developer wants to use VSCode outside the container he/she needs to install certain versions of python/java/c# e.g. to run/debug it from VSCode?