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


password

password: string

Source

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


serveraddress

serveraddress: string

Source

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


username

username: string

Source

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