Hi,
I am following the installation instructions from this page:
https://sonata-nfv.github.io/sp-installation
I've checked out 5.1 branch, but my SP installation fails as it seems like there are no 5.1 docker images on the hub. Am I missing something? Do I have to somehow re-point to the latest tag on Docker hub?
TASK [sp : 5GTANGO PORTAL - running Docker containers] ************************************************************************************************************************************************************************************
changed: [localhost]
TASK [sp : debug] *************************************************************************************************************************************************************************************************************************
ok: [localhost] => {
"msg": "##### SP TNG-SDK-PACKAGE DEPLOYMENT 20200316-233733"
}
TASK [sp : TNG-SDK-PACKAGE (tng-sdk-package) (Docker container)] **************************************************************************************************************************************************************************
changed: [localhost]
TASK [sp : debug] *************************************************************************************************************************************************************************************************************************
ok: [localhost] => {
"msg": "##### SP TNG-SDK-PORTAL-BACKEND DEPLOYMENT 20200316-233758"
}
TASK [sp : TNG-SDK-PORTAL-BACKEND (tng-sdk-portal-backend) (Docker container)] ************************************************************************************************************************************************************
[WARNING]: The value 5098 (type int) in a string field was converted to u'5098' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.
[WARNING]: The value 8884 (type int) in a string field was converted to u'8884' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Error pulling image sonatanfv/tng-sdk-portal-backend:v5.1 - 404 Client Error: Not Found (\"{\"message\":\"manifest for sonatanfv/tng-sdk-portal-backend:v5.1 not found: manifest unknown: manifest unknown\"}\")"}
PLAY RECAP ********************************************************************************************************************************************************************************************************************************
localhost : ok=22 changed=8 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0
Hi,
I am following the installation instructions from this page:
https://sonata-nfv.github.io/sp-installation
I've checked out 5.1 branch, but my SP installation fails as it seems like there are no 5.1 docker images on the hub. Am I missing something? Do I have to somehow re-point to the
latesttag on Docker hub?