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 has been archived by the owner on Feb 26, 2024. It is now read-only.
Allow to configure the credentials for Docker registry before hand on the server using pass.
Make "password" field in container.registries of project definition file optional
If none is given, assume the password for combination of registry and username is already configured (docker login [registry])
If password is given, set the password as usual (via docker login [registry] [username] [password])
Add server configuration setting to disallow manipulations of password storage => all registry credentials need to be configured beforehand; project deployment is not allowed to add or override credentials
Allow to configure the credentials for Docker registry before hand on the server using
pass
.container.registries
of project definition file optionaldocker login [registry]
)docker login [registry] [username] [password]
)The text was updated successfully, but these errors were encountered: