Skip to content
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

Fix github action error #319

Closed
michael-82 opened this issue Aug 6, 2024 · 0 comments · Fixed by #320
Closed

Fix github action error #319

michael-82 opened this issue Aug 6, 2024 · 0 comments · Fixed by #320
Assignees
Labels
bug Something isn't working

Comments

@michael-82
Copy link
Collaborator

Since the last successful run on the dev branch, apparently something in the eclipse base image changed. The addgroup command is no longer found

#11 [ 6/11] RUN addgroup --system feasibility && adduser --system feasibility --ingroup feasibility
#11 0.149 /bin/sh: 1: addgroup: not found
#11 ERROR: process "/bin/sh -c addgroup --system feasibility && adduser --system feasibility --ingroup feasibility" did not complete successfully: exit code: 127
@michael-82 michael-82 added the bug Something isn't working label Aug 6, 2024
@michael-82 michael-82 self-assigned this Aug 6, 2024
michael-82 added a commit that referenced this issue Aug 6, 2024
- change adduser to useradd cmd
michael-82 added a commit that referenced this issue Aug 6, 2024
- change adduser to useradd cmd
michael-82 added a commit that referenced this issue Aug 6, 2024
- change addgroup/adduser to groupadd/useradd cmds
@michael-82 michael-82 linked a pull request Aug 6, 2024 that will close this issue
michael-82 added a commit that referenced this issue Aug 6, 2024
- change addgroup/adduser to groupadd/useradd cmds
michael-82 added a commit that referenced this issue Aug 6, 2024
- change addgroup/adduser to groupadd/useradd cmds
michael-82 added a commit that referenced this issue Aug 6, 2024
…fix-github-action-error

#319 - Fix github action error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant