Skip to content

Commit

Permalink
fix: changing uid of vscode user to 1337 to be compatible with other …
Browse files Browse the repository at this point in the history
…clouds (#147)
  • Loading branch information
venkatamutyala authored Sep 28, 2024
1 parent 4d385dd commit b44b831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ RUN wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor
&& tar -xf vscode_cli.tar.gz \
&& rm vscode_cli.tar.gz


#AWS Debian has a user of admin that uses the UID of 1000. THis is to try and fix that. We are also using UID of 1337 on the system/host level here: https://github.com/GlueOps/development-only-utilities/blob/main/tools/developer-setup/linux-setup.sh#L8
RUN usermod --uid 1337 vscode

ARG NONROOT_USER=vscode
RUN echo "#!/bin/sh\n\
Expand Down

0 comments on commit b44b831

Please sign in to comment.