-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update deveopment environment #4782
Conversation
- add moreutils for sponge command - add sudo to use docker image as regular user
LGTM but I still don't understand what the new user 'user' is for? |
I always run the spksrc container with So all file modifications in the mounted /spksrc folder in the container are done with my host user, and therefore I have full access without root on the host. Finally we need a dedicated user in the container that works with sudo without password if one want to avoid using root. This is for a future update to eliminate to build native binaries (cmake, go, etc.) and to use |
@hgy59 Thanks 👍 Rather than |
The group 1000 (user) is created by default for the user
|
Is it possible to get the image on docker hub updated? |
@ymartin59 how to trigger an update of the docker hub image? |
I used a github action to build the image: https://github.com/publicarray/spksrc/pkgs/container/spksrc and https://hub.docker.com/r/publicarray/spksrc |
Motivation: The development environment needs sponge command to use
jq
for in place modification.Linked issues: required by #4781, #4693
Checklist
all-supported
completed successfullyRemarks
This is a precondition to install native packages from repository as proposed in Install native packages #4693.