Closed dominikheinz closed 2 months ago
I think you are looking for
docker pull softwareradiosystems/srsran-project
docker pull softwareradiosystems/grafana
I think you are looking for
docker pull softwareradiosystems/srsran-project
docker pull softwareradiosystems/grafana
Thanks. I will have a look on monday. So, did the docker image names change then? I assume in that case the docker-compose file needs to be updated? Unless I am missing something.
here docker-compose builds its own images as there is build:
parameter in the grafana
conainer name.
Issue Description
For some reason, today I was not able to pull the docker containers for gnb and metrics server. I am being told the repository does not exist or may require docker login? (Which doesn't seem right, because all the repos are normally public?)
This is my docker file (I only added an additional service, the speedtest, the rest is more or less the same as provided here:
Setup Details
ArchLinux 6.10.4-arch2-1
Expected Behavior
All images can be pulled and the containers start.
Actual Behaviour
Pulling the images for
gnb
andmetrics_server
fails:Steps to reproduce the problem
Additional Information
The same script worked fine on a different system yesterday...
Important: Manually pulling also does not work:
So the problem can not be specific to my docker script.