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


password

password: string

Source

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


serveraddress

serveraddress: string

Source

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


username

username: string

Source

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