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

Add uid to docker config #1167

Merged
merged 4 commits into from
Mar 18, 2024
Merged

Add uid to docker config #1167

merged 4 commits into from
Mar 18, 2024

Conversation

ArtoLord
Copy link
Collaborator

No description provided.

@ArtoLord ArtoLord requested a review from imakunin March 18, 2024 09:19
@@ -18,7 +18,8 @@ public record DockerEnvDescription(
List<String> envVars, // In format <NAME>=<value>
@Nullable
String networkMode,
DockerClientConfig dockerClientConfig
DockerClientConfig dockerClientConfig,
String uid
Copy link
Contributor

Choose a reason for hiding this comment

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

let's name it user as in the docker config

@ArtoLord ArtoLord requested a review from imakunin March 18, 2024 09:47
@ArtoLord ArtoLord merged commit 2ccb2b9 into master Mar 18, 2024
7 checks passed
@ArtoLord ArtoLord deleted the add-uid-to-docker-config branch March 18, 2024 11:20
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