There have been recent updates to the stereolabs/zed docker images. However, the zed-docker repo with build sources hasn’t been updated in nearly a year.
Where can we find the dockerfiles for the recent docker images?
Thanks!
There have been recent updates to the stereolabs/zed docker images. However, the zed-docker repo with build sources hasn’t been updated in nearly a year.
Where can we find the dockerfiles for the recent docker images?
Thanks!
The Dockerfiles use build arguments (ARG) for the ZED SDK version, so they don’t require new code commits for version bumps.
The recent images are built from the same source by simply passing the new version during the automated build step.