Skip to content

Add USERNAME build argument #220

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jpeel-impinj
Copy link

Adding a USERNAME build argument so that the ssh-agents will work (they require the username inside the container to be the same as the user name that is running the ssh-agent. This is an optional argument so if they don't use it, it defaults to user as before.

I ran into a problem with getting the entrypoint.sh path to work with the ${USERNAME} variable so I just punted and put the entrypoint.sh in the /user directory. If anyone knows how to get it to work, please speak up :)

@jpeel-impinj
Copy link
Author

Hmm.. I'm not sure how this is supposed to be merged. Since I don't have write access to this repo, I don't think I have any way to do it.. If someone who does have write permissions can do it, that would be great :)

@nashif
Copy link
Member

nashif commented May 3, 2025

Can you please rebase?

@jpeel-impinj
Copy link
Author

Ok, I think I got it rebased correctly.. (this is my first time syncing a forked project, so take a close look)

@jpeel-impinj jpeel-impinj requested a review from nashif May 5, 2025 23:02
@nashif
Copy link
Member

nashif commented May 21, 2025

please cleanup you commits, you should not have any merge commits. Fixes of your own changes should be squashed into the same commit introducing the change.

@jpeel-impinj
Copy link
Author

Ok, squashed and rebased.

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