Portainer: failed to create container from the image with uppercase name

Created on 29 Dec 2016  ·  3Comments  ·  Source: portainer/portainer

Description
Failed to create container from the image with uppercase name.

Steps to reproduce the issue:

  1. Navigate from menu Containers -> click Add Container
  2. Input an image name with uppercase letter, for example "myapp:RC1", and disable "Always pull image before creating" -> click Create
  3. Error message prompt: "No such image: myapp:rc1"
  4. Expected result: portainer should create a container from "myapp:RC1" image.

Technical details:

  • Portainer version: 1.11.0
  • Portainer Docker image tag (latest/arm/windows...): latest
  • Target Docker version (the host/cluster you manage): 1.11.1 and 1.12.3
  • Target Swarm version (if applicable): NA
  • Platform (windows/linux): Ubuntu 14.04 LTS
  • Browser: Chrome 42
arecontainer-creation kinbug

All 3 comments

Workaround: add a full lowercase tag to the image.

Maybe this causes: function prepareImageConfig in app/components/createContainer/createContainerController.js always force image config to lower case.

(but i have no env to verify)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

youlu-cn picture youlu-cn  ·  3Comments

WTFKr0 picture WTFKr0  ·  4Comments

030 picture 030  ·  3Comments

Helmi picture Helmi  ·  3Comments

cbrherms picture cbrherms  ·  3Comments