Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use UID 1000 for besu user (#6358)
The openjdk-latest Docker image is using UID 1001 for besu, because its base image ubuntu:23.10 now contains a default "ubuntu" user with UID 1000. (This UID change causes the besu user with UID 1001 to not have access to files created for past versions with UID 1000.) We now remove the default ubuntu user and explicitly use UID 1000 when creating the besu user.
- Loading branch information