-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image trouble ? error pulling image configuration: unknown blob #74
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Hi @Fanch- |
Hi @nanoscopic Facing the same error while performing docker-compose up. ERROR: error pulling image configuration: unknown blob Kindly support. |
This is an upstream OpenSTF / DeviceFarmer STF issue. Please submit a ticket to https://github.com/devicefarmer/stf for support on this issue. This is the wrong repo to ask for support on this particular issue. This issue has been brought up by a number of people over time. It has something to do with docker of specific versions ignoring the autobuild of the container. It is supposed to build the "storage-temp" container automatically but for some users it does not. I see nothing wrong with the way it is configured, so I'm not even sure this is an issue with the config. It may be an issue with how docker-compose itself works on specific versions. I've never encountered the issue myself either on the multiple Linux distributions I've tested this one. I also don't think the way upstream STF ever set this up is correct. The base image for storage-temp to me seems entirely wrong. Due to #82 I won't be attempting to correct whatever is wrong here. Anyone who learns anything about this please contribute a fix for it as I won't be doing it. |
I figured out what the issue here is. One of the upstream images that the docker hub image was built on was deleted. I rebuilt the docker image from the repo and pushed it live again and it works now again. I did not realize this was an issue as the machines I was testing it on already had the dependent deleted image cached. |
First thank you for the effort put into this ! I can't wait to get it to work, especially in this 'period'.
Following the server instructions and running docker-compose up I get :
It seems to be
Service 'storage-temp' failed to build: error pulling image configuration: unknown blob
Ubuntu 18.04
Docker version 19.03.11
The text was updated successfully, but these errors were encountered: