You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
the key-word is token from untrusted issuer: \"portus.test.lan\" ,
with lots of search from google and issues, #774 #396
I still get the same error, finally I tried to update the docker-compose.yml file of REGISTRY_AUTH_TOKEN_ISSUER: ${MACHINE_FQDN} to REGISTRY_AUTH_TOKEN_ISSUER: portus.test.lan
It fixed for me, and i can login by docker successful.
however, I don't think this is the best way to fixed this problem, and maybe something config missed for the image of opensuse/portus:head
Can you kindly to help me find it out, Thank you .
The text was updated successfully, but these errors were encountered:
This is more surely related to #1386... There's something fishy on the Docker image ... I'll close this as a duplicate of that one, but feel free to leave more comment if you like 👍
Those who encounter this issue: per #1386 editing your docker-compose and replacing image: opensuse/portus:head with image: jordanjennings/portus:head-working is a temporary work around whilst we wait for the fix.
With the lastest docker-compose file to run container.
https://github.com/SUSE/Portus/blob/master/examples/compose/docker-compose.yml
After setting the ssl files,
.env
file to set the FQDNnginx.conf
file to set hostportus.crt
andportus.key
to secret folderI can login to the portus web ui page successful,
however, I can't login by
docker login domain.com
and it always get the following error:
the key-word is
token from untrusted issuer: \"portus.test.lan\"
,with lots of search from google and issues,
#774
#396
I still get the same error, finally I tried to update the docker-compose.yml file of
REGISTRY_AUTH_TOKEN_ISSUER: ${MACHINE_FQDN}
toREGISTRY_AUTH_TOKEN_ISSUER: portus.test.lan
It fixed for me, and i can login by docker successful.
however, I don't think this is the best way to fixed this problem, and maybe something config missed for the image of
opensuse/portus:head
Can you kindly to help me find it out, Thank you .
The text was updated successfully, but these errors were encountered: