Question Evgeny Shvarov · May 24, 2022 What are the Available Images at containers.intersystems.com #Docker #InterSystems IRIS Hi developers! What is the easy way to know what are the images available at containers.intersystems.com? 0 1 194
Dmitry Maslennikov · May 24, 2022 look at this announce, when this was introduced. There is mentioned docker-ls tool, which can help you with it Evgeny Shvarov · May 24, 2022 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 Raj Singh · May 30, 2022 And if you are lucky enough to have an Apple computer with an ARM chip (with M1 and M2 names so far...) look at the containers with a "-arm64" suffix: docker-ls tags --registry https://containers.intersystems.com intersystems/iris-community-arm64
Evgeny Shvarov · May 24, 2022 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 Raj Singh · May 30, 2022 And if you are lucky enough to have an Apple computer with an ARM chip (with M1 and M2 names so far...) look at the containers with a "-arm64" suffix: docker-ls tags --registry https://containers.intersystems.com intersystems/iris-community-arm64
Raj Singh · May 30, 2022 And if you are lucky enough to have an Apple computer with an ARM chip (with M1 and M2 names so far...) look at the containers with a "-arm64" suffix: docker-ls tags --registry https://containers.intersystems.com intersystems/iris-community-arm64
look at this announce, when this was introduced. There is mentioned docker-ls tool, which can help you with it
Thanks @Dmitry Maslennikov !
This line will help to install docker-ls on Mac:
And this line helps to see the community images available now:
And this command shows available IRIS Community tags on Docker Hub:
And if you are lucky enough to have an Apple computer with an ARM chip (with M1 and M2 names so far...) look at the containers with a "-arm64" suffix:
docker-ls tags --registry https://containers.intersystems.com intersystems/iris-community-arm64