Has the maintainer considered making an official Docker image available on DockerHub?
2cmtqfgy1#
We provide docker images only for ghcr.io (github image stores) currently. You can check it here .
Note that these images had been used for our CI/CD workflow, it had almost all functions of tengine release.For dockhub, ...
there is no specific release date yet.
voase2hg2#
There is no linux/amd64 images. Three images are all for linux/arm64/v8 . Also packages' name is confusing. They don't indicate what the name is applied for which platform.
linux/amd64
linux/arm64/v8
np8igboo3#
yeah they were generated by github dockerhub automatically.
You can modify our script and create ur own image from these scripts:
(can disbale --with-debug if u dont need debug log in production )
--with-debug
3条答案
按热度按时间2cmtqfgy1#
We provide docker images only for ghcr.io (github image stores) currently. You can check it here .
Note that these images had been used for our CI/CD workflow, it had almost all functions of tengine release.
For dockhub, ...
there is no specific release date yet.
voase2hg2#
There is no
linux/amd64
images. Three images are all forlinux/arm64/v8
. Also packages' name is confusing. They don't indicate what the name is applied for which platform.np8igboo3#
yeah they were generated by github dockerhub automatically.
You can modify our script and create ur own image from these scripts:
(can disbale
--with-debug
if u dont need debug log in production )