[CLI] Docker image not up to date #2145

Closed
opened 2026-02-05 05:18:23 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @lamarios on GitHub (Feb 7, 2024).

The bug

The docker image for the cli isn't up to date.

Reproduction steps

docker pull ghcr.io/immich-app/immich-cli:latest
latest: Pulling from immich-app/immich-cli
8663204ce13b: Pull complete 
d19b13245430: Pull complete 
e4a0f03ce8f3: Pull complete 
e319ab3d00f8: Pull complete 
c097a9c08664: Pull complete 
596df2728f7e: Pull complete 
7d504dd10ea2: Pull complete 
b1008cfb12ca: Pull complete 
9d3ca1902f6d: Pull complete 
882bbd427e4d: Pull complete 
Digest: sha256:023a97dee605ba41dc61ce132e7814ebcd64843aeb01e844528467ed84802faa
Status: Downloaded newer image for ghcr.io/immich-app/immich-cli:latest
ghcr.io/immich-app/immich-cli:latest

~ took 6s 
❯ docker run ghcr.io/immich-app/immich-cli:latest help 
 
Usage: immich [options] [command]

Immich command line interface

Options:
  -V, --version                output the version number
  -h, --help                   display help for command

Commands:
  upload [options] [paths...]  Upload assets to an Immich instance
  help [command]               display help for command

While running the latest from npm gives this:

❯ immich --help                                                                          
Usage: immich [options] [command]

Command line interface for Immich

Options:
  -V, --version                     output the version number
  -d, --config                      Configuration directory (env: IMMICH_CONFIG_DIR)
  -h, --help                        display help for command

Commands:
  upload [options] [paths...]       Upload assets
  server-info                       Display server information
  login-key [instanceUrl] [apiKey]  Login using an API key
  logout                            Remove stored credentials
  help [command]                    display help for command
Originally created by @lamarios on GitHub (Feb 7, 2024). ### The bug The docker image for the cli isn't up to date. ### Reproduction steps ```bash docker pull ghcr.io/immich-app/immich-cli:latest latest: Pulling from immich-app/immich-cli 8663204ce13b: Pull complete d19b13245430: Pull complete e4a0f03ce8f3: Pull complete e319ab3d00f8: Pull complete c097a9c08664: Pull complete 596df2728f7e: Pull complete 7d504dd10ea2: Pull complete b1008cfb12ca: Pull complete 9d3ca1902f6d: Pull complete 882bbd427e4d: Pull complete Digest: sha256:023a97dee605ba41dc61ce132e7814ebcd64843aeb01e844528467ed84802faa Status: Downloaded newer image for ghcr.io/immich-app/immich-cli:latest ghcr.io/immich-app/immich-cli:latest ~ took 6s ❯ docker run ghcr.io/immich-app/immich-cli:latest help Usage: immich [options] [command] Immich command line interface Options: -V, --version output the version number -h, --help display help for command Commands: upload [options] [paths...] Upload assets to an Immich instance help [command] display help for command ``` While running the latest from npm gives this: ``` ❯ immich --help Usage: immich [options] [command] Command line interface for Immich Options: -V, --version output the version number -d, --config Configuration directory (env: IMMICH_CONFIG_DIR) -h, --help display help for command Commands: upload [options] [paths...] Upload assets server-info Display server information login-key [instanceUrl] [apiKey] Login using an API key logout Remove stored credentials help [command] display help for command ```
Author
Owner

@lamarios commented on GitHub (Feb 7, 2024):

just saw this: https://github.com/immich-app/immich/pull/6858

ignore this.

@lamarios commented on GitHub (Feb 7, 2024): just saw this: https://github.com/immich-app/immich/pull/6858 ignore this.
Author
Owner

@etnoy commented on GitHub (Feb 7, 2024):

The docker version isn't updated yet, will be fixed soon

@etnoy commented on GitHub (Feb 7, 2024): The docker version isn't updated yet, will be fixed soon
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#2145