Skip to content

Fix Images page command format and version display#4

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/fix-images-plugin-error
Draft

Fix Images page command format and version display#4
Copilot wants to merge 4 commits intomainfrom
copilot/fix-images-plugin-error

Conversation

Copy link

Copilot AI commented Oct 27, 2025

Users on Apple Container CLI v0.50+ encounter "Plugin 'container-images' not found" error when accessing the Images page. The footer displays v1.0.0 despite package.json specifying v1.1.1.

Changes

Command format correction

  • src/routes/Images.jsx: ['images', 'ls']['images', 'list']
  • src/utils/containerUtils.js: Updated CONTAINER_COMMANDS.IMAGES constant
  • Apple Container CLI v0.50+ requires list subcommand instead of ls

Dynamic version display

  • src/components/Sidebar.jsx: Import version from package.json
import packageJson from '../../package.json';
// ...
Container GUI v{packageJson.version}

Documentation alignment

  • Updated TROUBLESHOOTING.md and RELEASE.md command examples to reflect correct syntax

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • raw.github.com
    • Triggering command: node lib/install.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Issue with Images</issue_title>
<issue_description>Hi folks,
Running macOS Tahoe 26.0.1 and Apple's Container 0.50, I'm getting this error when clicking the "Images" section on the left sidebar.

Error: Plugin 'container-images' not found.

- If system services are not running, start them with: container system start
- If the plugin isn't installed, ensure it exists under:

Check to see that the plugin exists under:
  - /usr/local/libexec/container-plugins/images
  - /usr/local/libexec/container/plugins/images

Usage: container [--debug] <subcommand>
  See 'container --help' for more information.

What's the development situation?

Side note: the footer of the app window still shows v 1.0.0 while I'm running 1.1.1.
</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits October 27, 2025 20:33
Co-authored-by: ducheharsh <79721045+ducheharsh@users.noreply.github.com>
Co-authored-by: ducheharsh <79721045+ducheharsh@users.noreply.github.com>
Co-authored-by: ducheharsh <79721045+ducheharsh@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix error with images plugin not found Fix Images page command format and version display Oct 27, 2025
Copilot AI requested a review from ducheharsh October 27, 2025 20:45
@Tazintosh
Copy link

I'm sorry @ducheharsh, I don't know much about Git Hub.
Looks like the issue have been fixed (thanks!!), but where can I download this version .dmg or app?

@hbokh
Copy link

hbokh commented Jan 22, 2026

@ducheharsh This is not going to work anymore, since Sept. 2025!

Remove images alias for image subcommand. #597

Since container/0.5.0:

$ container images list
Error: Plugin 'container-images' not found.

- If system services are not running, start them with: container system start
- If the plugin isn't installed, ensure it exists under:

Check to see that the plugin exists under:
  - /opt/homebrew/Cellar/container/0.7.1/libexec/container-plugins/images
  - /opt/homebrew/Cellar/container/0.7.1/libexec/container/plugins/images

Usage: container [--debug] <subcommand>
  See 'container --help' for more information.

Instead you have to use image (without an "s") instead:

$ container image list
NAME             TAG         DIGEST
debian           bookworm    23f8d499dcf5559a92ef814c...
mariadb          11          345fa26d595e8c7fe298e0c4...

Here is how it looks like as of today in the installation itself (it's container-core-images):

/opt/homebrew/Cellar/container/0.7.1/libexec/container-plugins $ ls -altrF
total 0
drwxr-xr-x@ 4 user  admin  128 Dec  8 07:00 container-runtime-linux/
drwxr-xr-x@ 4 user  admin  128 Dec  8 07:00 container-network-vmnet/
drwxr-xr-x@ 4 user  admin  128 Dec  8 07:00 container-core-images/
drwxr-xr-x@ 4 user  admin  128 Dec  8 07:00 ../
drwxr-xr-x@ 5 user  admin  160 Jan 22 14:25 ./

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.

Issue with Images

4 participants