You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @oliverpool, this is very helpful! Curios if you might be interested in taking a stab at contributing support for some of these things? attaching some feedback/questions below
the release process is much easier: I just have to push a tag (corresponding to a blender version)
This is great, that way we can also ensure that we only build and push one image (and not every single image in the list)
the build happens via github actions so anyone can see the log
Are you unable to see the public Drone CI connected to the repo? Github Actions are great, however our organizational recommendation is to use Drone so this repository has been following that
the tag contains the patch version (3.3.0 and not 3.3)
Makes sense to me!
the base image is (currently) ubuntu 22.04
I do think it'll probably still make sense to keep a couple of Ubuntu versions available for convenience
python is shipped with blender, so no need for a separate install (I just add a symlink to /bin/python to ease its use)
Hi, after making a couple of PRs (#34 #39 #43) I thought that the process for releasing new images could be simplified.
I ended up creating a new repo for CPU images: https://github.com/oliverpool/blender-cpu-image/pkgs/container/blender-cpu-image
Main differences:
ghcr.io/oliverpool/blender-cpu-image:3.3.0
I also simplified the Dockerfile:
/bin/python
to ease its use)Feel free to have a look. I would really like to have some feedback!
The text was updated successfully, but these errors were encountered: