I noticed in the last day or so that the environment variables needed to add the binaries + settings in /.spriteto the shell environment for the ‘sprite’ user are no longer being added. The first symptom was e.g. node and gh no longer being in my PATH, but it really extends to everything in that top-level “add-on” directory.
Looking at the /etc/profile version present on the latest image, I see the following line at the end:
[ -r /.sprite/etc/profile.d/sprite.sh ] && . /.sprite/etc/profile.d/sprite.sh
…but the referenced file doesn’t exist. The`/.sprite/etc/profile.d`directory does, but not the shell script.
Obviously I can work around this by doing some post-initialization tweaks to the sprite user shell environment, but it feels like this was an oversight and I’m hoping we can get a new base image that fixes it.