-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VL] Version tag for Docker image #8487
Comments
Can we publish a daily updated image with .ccache as well? So user can pull the two images and build Gluten quickly in their env. |
I just did a quick check, in fact the centos7/8 docker image already have Cc: @PHILO-HE |
We can build velox when building these image and then ccache will be really re-used. But I remember the image size once hit the github action limit. |
Let's keep current way then |
Description
Currently Velox backend provides two docker images:
apache/gluten:vcpkg-centos-7
https://hub.docker.com/layers/apache/gluten/vcpkg-centos-7/images/sha256-d02bb9e67df16c7503fa2e2e838ddc0361fd74a7d093ba2f89be5df799a5fc90
apache/gluten:centos-8
https://hub.docker.com/layers/apache/gluten/centos-8/images/sha256-9d716300c9a7c5c6b48c29c4390a31a931ed34e49d46edc66ce34fc058fd6bd6
As Gluten will have some breaking compatibility changes like Gcc/JDK, it maybe better to provide a version tag on each release
The text was updated successfully, but these errors were encountered: