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

Allow anonymous user in devcontainer name #2355

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Jun 6, 2024

Recently devcontainer names were updated to include the current user's name. However, in GitHub Codespaces, the username is not defined. As a result, the container name starts with a dash. This is not allowed by GitHub Codespaces, so it fails to launch.

This PR adds a default value of anon to the devcontainer username.

See rapidsai/cudf#15784 for more information.

@bdice bdice requested a review from a team as a code owner June 6, 2024 23:54
@bdice bdice requested a review from KyleFromNVIDIA June 6, 2024 23:54
@bdice bdice added non-breaking Non-breaking change bug Something isn't working labels Jun 6, 2024
@bdice bdice added bug Something isn't working and removed bug Something isn't working labels Jun 10, 2024
@bdice
Copy link
Contributor Author

bdice commented Jun 10, 2024

/merge

@rapids-bot rapids-bot bot merged commit 0e68cfa into rapidsai:branch-24.08 Jun 10, 2024
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants