Jump to content

Pulling image fails if tag assigned

Featured Replies

Posted

Upgraded to 6.9.2. If I assign any tag other than latest, pulling image fails. Please find below output for mariadb:

 

Pulling image: linuxserver/mariadb:10.5

TOTAL DATA PULLED: 0 B

Command:
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='mariadb' --net='proxy-net' -e TZ="Europe/Minsk" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -e 'MYSQL_ROOT_PASSWORD'='xxxxxxxx' -p '3306:3306/tcp' -v '/mnt/user/appdata/mariadb':'/config':'rw' 'linuxserver/mariadb:10.5'

Unable to find image 'linuxserver/mariadb:10.5' locally
docker: Error response from daemon: manifest for linuxserver/mariadb:10.5 not found: manifest unknown: manifest unknown.
See 'docker run --help'.

The command failed.

 

If ":10.5" is removed, all works as expected for the "latest" image. ":10" works as well, but ":10.5" doesn't.

 

It doesn't matter what image you pull. The above one for mariadb is just an example.

 

I would appreciate any hint.

Edited by sse450

  • Author

I messed up with official mariadb repo.

 

My apologies.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...