How to use older image version? #69
-
Hi team, How can I use the older image version? Since 21 May 2022, my code breaks. I am wondering whether the break happens because of the update on the base image pangeo-docker-images. I got this error message on my code
I use this Dockerfile
Do you have any suggestions on which older image version I can use? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @rasyidstat. Do you have a minimal example that reproduces that error? It'd be good to report that to the upstream project if it is indeed a regression. This images are built at https://github.com/microsoft/planetary-computer-containers. You can view the list of tags at https://mcr.microsoft.com/v2/planetary-computer/python/tags/list. The recent release moved from 2022.02.14.0 to 2022.05.11.0 (https://github.com/microsoft/planetary-computer-hub/pull/65/files) If you're using the Hub, then unfortunately there isn't an easy way for you to pick a specific image. If you're using something like Codespaces or just our Dask Gateway then you can specify an image. And if you deploy your own hub you can use any image you like. |
Beta Was this translation helpful? Give feedback.
Hi @rasyidstat. Do you have a minimal example that reproduces that error? It'd be good to report that to the upstream project if it is indeed a regression.
This images are built at https://github.com/microsoft/planetary-computer-containers. You can view the list of tags at https://mcr.microsoft.com/v2/planetary-computer/python/tags/list. The recent release moved from 2022.02.14.0 to 2022.05.11.0 (https://github.com/microsoft/planetary-computer-hub/pull/65/files)
If you're using the Hub, then unfortunately there isn't an easy way for you to pick a specific image. If you're using something like Codespaces or just our Dask Gateway then you can specify an image. And if you deploy your own hub…