[PR #1417] [MERGED] fix(cli): enable correct passthrough of docker build args #1449

Closed
opened 2026-02-15 20:15:48 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1417
Author: @dqbd
Created: 7/17/2025
Status: Merged
Merged: 7/17/2025
Merged by: @dqbd

Base: mainHead: dqbd/cli-build-dockerargs-passthrough


📝 Commits (3)

  • fd90e16 fix(cli): enable correct passthrough of docker build args
  • cd6c661 Create witty-fireants-knock.md
  • 98f07d2 Fix invalid change

📊 Changes

2 files changed (+6 additions, -0 deletions)

View changed files

.changeset/witty-fireants-knock.md (+5 -0)
📝 libs/langgraph-cli/src/cli/build.mts (+1 -0)

📄 Description

Previously the user would need to prepend extra args with -- for Commander to pass the args to Docker Build.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1417 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/17/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/cli-build-dockerargs-passthrough` --- ### 📝 Commits (3) - [`fd90e16`](https://github.com/langchain-ai/langgraphjs/commit/fd90e16fe49b06fdcfb0cd31f907290003a3f82c) fix(cli): enable correct passthrough of docker build args - [`cd6c661`](https://github.com/langchain-ai/langgraphjs/commit/cd6c6615a604d76ee8052140fb17d5b5635b2a79) Create witty-fireants-knock.md - [`98f07d2`](https://github.com/langchain-ai/langgraphjs/commit/98f07d263c1f341760fb43aaae2048967137819f) Fix invalid change ### 📊 Changes **2 files changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/witty-fireants-knock.md` (+5 -0) 📝 `libs/langgraph-cli/src/cli/build.mts` (+1 -0) </details> ### 📄 Description Previously the user would need to prepend extra args with `--` for Commander to pass the args to Docker Build. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:48 -05:00
yindo closed this issue 2026-02-15 20:15:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1449