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:2397


password

password: string

Source

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


serveraddress

serveraddress: string

Source

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


username

username: string

Source

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