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
I have a strange behavior when I use service and container on the same jobs. It seems that if you use service with a public docker image without username and password and a service with a private image and username password the pull of the image doesnt work with 401 error.
Is like it take the same credential of the service.
this following job failed:
Description
HI,
I have a strange behavior when I use service and container on the same jobs. It seems that if you use service with a public docker image without username and password and a service with a private image and username password the pull of the image doesnt work with 401 error.
Is like it take the same credential of the service.
this following job failed:
If I remove the service like this the job works:
the workaround that I found was to pass the same credentials for the public and private image like following:
Best regards.
Gitea Version
1.22.3
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
running gitea on k8s install with helm
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: