You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After taking down a mongo instance with a custom image and version with mongo:stop, the mongo:start command gives an error of "Missing image MYIMAGE:MYIMAGEVERSION for MYSERVICE". This was after running docker system prune and clearing all images.
I checked the $IMAGE variable in service_image_exists, and it was trying to find the default image and version.
How reproducible
I was able to reproduce it with a new mongo instance.
Description of problem
After taking down a mongo instance with a custom image and version with
mongo:stop
, themongo:start
command gives an error of "Missing image MYIMAGE:MYIMAGEVERSION for MYSERVICE". This was after runningdocker system prune
and clearing all images.I checked the
$IMAGE
variable inservice_image_exists
, and it was trying to find the default image and version.How reproducible
I was able to reproduce it with a new mongo instance.
Steps to Reproduce
dokku mongo:create [SERVICE] --image [NON_DEFAULT_IMAGE] --image-version [NON_DEFAULT_IMAGE_VERSION]
docker system prune
dokku mongo:stop [SERVICE]
dokku mongo:start [SERVICE]
Actual Results
Error: Missing image MYIMAGE:MYIMAGEVERSION for MYSERVICE
Expected Results
Should start the existing service using the image available.
Environment Information
dokku report APP_NAME
outputHow (deb/make) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
Using
adb
The text was updated successfully, but these errors were encountered: