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
Since we have fixed the containers to now correctly run as the same UID and GID of the system's user, we should not work around the previous problem anymore. This is potentially dangerous and could lead to locking the current user out of their own account.
The entrypoint script here does a chown to make sure the scaf user inside of the running container can write out to the systems filesystem using the same UID and GID.
Since we have fixed the containers to now correctly run as the same UID and GID of the system's user, we should not work around the previous problem anymore. This is potentially dangerous and could lead to locking the current user out of their own account.
The entrypoint script here does a chown to make sure the
scaf
user inside of the running container can write out to the systems filesystem using the same UID and GID.https://github.com/sixfeetup/scaf/blob/abd3b649852e7bccced5d5fbc38147e4a3f4280a/entrypoint.sh#L75C1-L76C1
The text was updated successfully, but these errors were encountered: