[PR #955] [MERGED] cli: set verbose flag for pull in langgraph build #1788

Closed
opened 2026-02-20 17:45:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/955
Author: @andrewnguonly
Created: 7/8/2024
Status: Merged
Merged: 7/8/2024
Merged by: @andrewnguonly

Base: mainHead: an/8jul/docker-pull-verbose


📝 Commits (2)

  • a9ff07e Set verbose flag for langgraph build.
  • 776dc5c Update CLI README.

📊 Changes

2 files changed (+9 additions, -1 deletions)

View changed files

📝 libs/cli/README.md (+8 -1)
📝 libs/cli/langgraph_cli/cli.py (+1 -0)

📄 Description

Summary

The digest SHA of the base image should be output for debugging purposes when running langgraph build.

Example output:

(env) andrewnguonly@Andrews-MBP examples % langgraph build -t langgraph-libs-cli-examples:1 
- Pulling...+ docker pull langchain/langgraph-api:3.11
- Pulling...3.11: Pulling from langchain/langgraph-api
\ Pulling...Digest: sha256:5aad40e6635aee3e91a1254bf0ad26bb8b5021b3d65a56e0e0a5720f2555ef46
Status: Downloaded newer image for langchain/langgraph-api:3.11
docker.io/langchain/langgraph-api:3.11

...

🔄 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/langgraph/pull/955 **Author:** [@andrewnguonly](https://github.com/andrewnguonly) **Created:** 7/8/2024 **Status:** ✅ Merged **Merged:** 7/8/2024 **Merged by:** [@andrewnguonly](https://github.com/andrewnguonly) **Base:** `main` ← **Head:** `an/8jul/docker-pull-verbose` --- ### 📝 Commits (2) - [`a9ff07e`](https://github.com/langchain-ai/langgraph/commit/a9ff07e1d3ac1fcf0576a7fb390f0770b34401c0) Set verbose flag for langgraph build. - [`776dc5c`](https://github.com/langchain-ai/langgraph/commit/776dc5c100f2e272c5650011610581d8897513b1) Update CLI README. ### 📊 Changes **2 files changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libs/cli/README.md` (+8 -1) 📝 `libs/cli/langgraph_cli/cli.py` (+1 -0) </details> ### 📄 Description ### Summary The digest SHA of the base image should be output for debugging purposes when running `langgraph build`. Example output: ``` (env) andrewnguonly@Andrews-MBP examples % langgraph build -t langgraph-libs-cli-examples:1 - Pulling...+ docker pull langchain/langgraph-api:3.11 - Pulling...3.11: Pulling from langchain/langgraph-api \ Pulling...Digest: sha256:5aad40e6635aee3e91a1254bf0ad26bb8b5021b3d65a56e0e0a5720f2555ef46 Status: Downloaded newer image for langchain/langgraph-api:3.11 docker.io/langchain/langgraph-api:3.11 ... ``` --- <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-20 17:45:34 -05:00
yindo closed this issue 2026-02-20 17:45:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1788