Hilscher Community Forum
PHP-Apache Image - Printable Version

+- Hilscher Community Forum (https://forum.hilscher.com)
+-- Forum: netPI 3 - Docker featuring Industrial Raspberry Pi 3 platform (https://forum.hilscher.com/forum-1.html)
+--- Forum: Software (https://forum.hilscher.com/forum-5.html)
+--- Thread: PHP-Apache Image (/thread-570.html)



PHP-Apache Image - hsammer - March-11th-2020

I tried several times to pull the image "php:7.4-apache" from Dockerhub.
Everything seems to work fine; the green box appears and states "success", but the image is not listed in the image history  and not available for containers.
 
Doing the same on my development raspberry -> everything is working as expected.
 
The difference: On the development raspberry portainer 1.22.1 is running, on netPi 1.20.1.
 
 
Pulling this image from my own registry works.

 
I appreciate any ideas.
Hermann


RE: PHP-Apache Image - Armin@netPI - March-11th-2020

To be honest after 3 years of netPI meanwhile I have never heard of any Docker image that was not pulled.

Which firmware version on netPI are you using?

How about to pull any other image to check if this specifically a problem of this image?

Portainer will never be the root cause of this problem for sure ... Portainer just uses the API calls from the Docker runtime engine that is running inside netPI.

I specifically looked to the size of the image which is about 150Mbyte and I would call this size "small". Pulling should be a thing of 5 minutes then. When I am back to the office I could try it on my netPI to pull it and see the results. I will keep you informed what I found out.

Thx
Armin


RE: PHP-Apache Image - Armin@netPI - March-12th-2020

No problem here. Image pulled in 5 minutes fine.

   


RE: PHP-Apache Image - hsammer - March-12th-2020

Thank you for your fast reply and the test.

Maybe it's only a presentation problem within portainer.
Rebooting netPi seems to have solved the problem.