cta-wave / dpctf-deploy

WAVE Streaming Media Test Suite – Devices: This is the repository to install and deploy this test suite. Please read the README.md file for installation information.
https://www.cta.tech/Resources/Standards/WAVE-Project/WAVE-Streaming-Media-Test-Suite-Devices
Other
2 stars 5 forks source link

Building the dpctf container #100

Closed gitwjr closed 2 months ago

gitwjr commented 3 months ago

Completely deleted (uninstalled) and reinstalled WSL2/Ubuntu and installed Docker engine/cli/docker-compose using linux terminal.
Docker --version: Docker version 26.1.4, build 5650f9b Docker compose --version: Docker Compose version v2.27.1 Docker Login successful Update config.json: "localhost" Update docker-compose.yml: "yes" Run "Hello World" works fine. But after ./build.sh, ./import.sh (both ran fine) when I run docker-compose up I get WARN[0000] /mnt/c/users/brose/dpctf-deploy/docker-compose.yml: version is obsolete [+] Running 1/1 ✘ dpctf Error pull access denied for dpctf, repository does not exist or may require 'docker logi... 0.8s Error response from daemon: pull access denied for dpctf, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Docker image shows REPOSITORY TAG IMAGE ID CREATED SIZE python 3.8 f67d8dfd7883 2 months ago 996MB hello-world latest d2c94e258dcb 13 months ago 13.3kB Docker ps shows no containers docker ps -a shows 4ae532256603 hello-world "/hello" 47 minutes ago Exited (0) 47 minutes ago

Any help is welcome.

louaybassbouss commented 3 months ago

@gitwjr how about a 1:1 call with @FritzHeiden tomorrow or on Thursday to check this?

gitwjr commented 3 months ago

A call would be great but I am out of the office until monday the 24th. Are you available any time next week?

jpiesing commented 3 months ago

@afrawei , a colleague of mine is trying the test suite from first principles and reports similar issues.

ctvwave@xxxxxxxx:~/dpctf-deploy$ sudo docker-compose up Pulling dpctf (dpctf:latest)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing. Continue with the new image? [yN]y Pulling dpctf (dpctf:latest)... ERROR: pull access denied for dpctf, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

afrawei commented 3 months ago

After pull new release of docker-compose.yaml, my issue is sovled. Thank you!

louaybassbouss commented 3 months ago

@gitwjr the issue is also solved on your side can we close this issue?

jpiesing commented 3 months ago

@gitwjr the issue is also solved on your side can we close this issue?

If the issue is solved great but which version is the fix included in? Is the fix only in the master? Does it need to be added to the version tagged 2.0.0?

gitwjr commented 3 months ago

The issue was resolved on my end as well.

jpiesing commented 3 months ago

Re-opening the issue as we need clarity about where the fix has landed. Is the fix in "master", in "v2.0.0", in both? If it's in master and not in v2.0.0 then users may not see it.

louaybassbouss commented 3 months ago

Re-opening the issue as we need clarity about where the fix has landed. Is the fix in "master", in "v2.0.0", in both? If it's in master and not in v2.0.0 then users may not see it.

in both

gitwjr commented 2 months ago

We can close this issue. The change fixed it.