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 aptos user uid #9

Merged
merged 3 commits into from
Jul 25, 2024
Merged

fix aptos user uid #9

merged 3 commits into from
Jul 25, 2024

Conversation

jachen-sh
Copy link
Contributor

No description provided.

@@ -24,7 +24,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends curl ca-certificates procps && \
rm -rf /var/lib/apt/lists/*

RUN adduser --uid 1000 --home /aptos --gecos '' --disabled-password aptos
RUN adduser --uid 1002 --home /aptos --gecos '' --disabled-password aptos

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, why the change in UID? Does aptos require the UID to be 1002? Or is 1000 overriding something else?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jachen-sh jachen-sh merged commit 0bf707d into main Jul 25, 2024
3 checks passed
@jachen-sh jachen-sh deleted the jachen-sh/user-uid branch July 25, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants