Skip to content

Fix LibreChat Docker image removal command#576

Open
ELHARAKA wants to merge 1 commit into
LibreChat-AI:mainfrom
ELHARAKA:patch-1
Open

Fix LibreChat Docker image removal command#576
ELHARAKA wants to merge 1 commit into
LibreChat-AI:mainfrom
ELHARAKA:patch-1

Conversation

@ELHARAKA
Copy link
Copy Markdown

The previous Linux/Mac command parsed Docker’s default human-readable image table and relied on awk '{print $3}'. In some Docker CLI outputs, this can pass the image size instead of the image ID to docker rmi, causing errors such as invalid reference format: repository name (library/1.66GB) must be lowercase.

This updates the command to use Docker’s formatted output and remove matching LibreChat images by image ID.

The previous Linux/Mac command parsed Docker’s default human-readable image table and relied on `awk '{print $3}'`. In some Docker CLI outputs, this can pass the image size instead of the image ID to `docker rmi`, causing errors such as `invalid reference format: repository name (library/1.66GB) must be lowercase`.

This updates the command to use Docker’s formatted output and remove matching LibreChat images by image ID.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

@ELHARAKA is attempting to deploy a commit to the LibreChat's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant