Skip to main content

Interface: ContainerAuthInfo

Authentication credentials, used when pushing an image to a registry

Properties

email?

optional email: string

Source

packages/extension-api/src/extension-api.d.ts:2416


password

password: string

Source

packages/extension-api/src/extension-api.d.ts:2414


serveraddress

serveraddress: string

Source

packages/extension-api/src/extension-api.d.ts:2415


username

username: string

Source

packages/extension-api/src/extension-api.d.ts:2413