Question
· May 24, 2022

What are the Available Images at containers.intersystems.com

Hi developers!

What is the easy way to know what are the images available at containers.intersystems.com?

Discussion (3)1
Log in or sign up to continue

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