Skip to content

Allow passing more env to docker run when running evals#1585

Merged
dgageot merged 2 commits intodocker:mainfrom
dgageot:eval-env
Feb 4, 2026
Merged

Allow passing more env to docker run when running evals#1585
dgageot merged 2 commits intodocker:mainfrom
dgageot:eval-env

Conversation

@dgageot
Copy link
Member

@dgageot dgageot commented Feb 4, 2026

No description provided.

Signed-off-by: David Gageot <david.gageot@docker.com>
@dgageot dgageot requested a review from a team as a code owner February 4, 2026 12:46
rumpl
rumpl previously approved these changes Feb 4, 2026
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Review Summary

Found 1 issue in the newly added environment variable handling code that should be addressed.

Issue Found

  • Missing validation for empty environment variable key names: The code doesn't validate that environment variable keys are non-empty before passing them to Docker, which will cause runtime failures with inputs like =VALUE.

Signed-off-by: David Gageot <david.gageot@docker.com>
@dgageot dgageot merged commit d9c56aa into docker:main Feb 4, 2026
5 checks passed
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