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

adjust gid and uid in Docker images for "ditto" user and group #2004

Merged

Conversation

thjaeckle
Copy link
Member

  • base image suddenly uses gid and uid 1000

* base image suddenly uses gid and uid 1000
@thjaeckle thjaeckle added the bug label Aug 26, 2024
@thjaeckle thjaeckle added this to the 3.6.0 milestone Aug 26, 2024
@thjaeckle thjaeckle self-assigned this Aug 26, 2024
@thjaeckle
Copy link
Member Author

@alstanchev @kalinkostashki could you check this small PR?
The nightly Docker image build fails because the base image docker.io/eclipse-temurin:17-jdk added a group "ubuntu" with gid 1000 - and also a user "ubuntu" with uid 1000.
This caused an error when trying to create "ditto" group with gid 1000.

That's why I increased the Ditto group and user id to 1005.

@alstanchev
Copy link
Contributor

LGTM 👍

@thjaeckle thjaeckle merged commit 1c12c09 into eclipse-ditto:master Aug 26, 2024
3 checks passed
@thjaeckle thjaeckle modified the milestones: 3.6.0, 3.5.11 Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants