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
There are times when pipeline fails to start before even starting any steps as it's trying to build up the prerequisites for an action in workflow. During this phase as the action is built using Dockerfile, so pipeline tries to pull necessary images for building actions. This causes sometimes to face error related to rate limits for unauthenticated pulls. Now since the steps are not yet started so we cannot even do docker login.
I have seen some ways to mount secrets as volumemounts but at end once login is done, they will still be there which I don't want.
Is there anyway in chart to load runner with docker authenticated?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There are times when pipeline fails to start before even starting any steps as it's trying to build up the prerequisites for an action in workflow. During this phase as the action is built using Dockerfile, so pipeline tries to pull necessary images for building actions. This causes sometimes to face error related to rate limits for unauthenticated pulls. Now since the steps are not yet started so we cannot even do docker login.
I have seen some ways to mount secrets as volumemounts but at end once login is done, they will still be there which I don't want.
Is there anyway in chart to load runner with docker authenticated?
Beta Was this translation helpful? Give feedback.
All reactions