Chown: cannot dereference '/var/www/discourse/public/fonts': No such file or directory

Rebuilding latest fails with this error:

chown: cannot dereference '/var/www/discourse/public/fonts': No such file or directory

This is still the case… It’s not something that can be fixed without the container being up!

Are you on the default release channel ?

I follow tests-passed on this one.

I started the base image without bootstrapping and the folder is in there:

root@c58c37ab127f:/var/www/discourse/public# ls -lah fonts
lrwxrwxrwx 1 root root 90 Nov 25 22:29 fonts -> /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/discourse-fonts-0.0.5/vendor/assets/fonts

Also just did a rebuild on the default release channel and it works fine :thinking:

Trying to rebuild after removing a suspicious volume (vendor cache)… There’s not much else I can think of.

Do you have a pinned base image in the app.yml?

Not sure what that is… But for sure the volume was the culprit.
Thank you @falco! I think this topic can be closed.