Search
Preparing search index...
The search index is not available
@circleci/circleci-config-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@circleci/circleci-config-sdk
types
executors
docker
DockerImage
Class DockerImage
Hierarchy
DockerImage
Implements
DockerImageShape
Index
Constructors
constructor
Properties
auth
aws_
auth
command
entrypoint
environment
image
name
user
Constructors
constructor
new
Docker
Image
(
image
:
string
, name
?:
string
, entrypoint
?:
string
[]
, command
?:
string
[]
, user
?:
string
, environment
?:
EnvironmentParameter
, auth
?:
DockerAuth
, aws_auth
?:
DockerAuthAWS
)
:
DockerImage
Parameters
image:
string
Optional
name:
string
Optional
entrypoint:
string
[]
Optional
command:
string
[]
Optional
user:
string
Optional
environment:
EnvironmentParameter
Optional
auth:
DockerAuth
Optional
aws_auth:
DockerAuthAWS
Returns
DockerImage
Properties
Optional
auth
auth
?:
DockerAuth
Optional
aws_
auth
aws_
auth
?:
DockerAuthAWS
Optional
command
command
?:
string
[]
Optional
entrypoint
entrypoint
?:
string
[]
Optional
environment
environment
?:
EnvironmentParameter
image
image
:
string
Optional
name
name
?:
string
Optional
user
user
?:
string
Exports
commands
executors
internal
Types
logic
mapping
orb
parameters
reusable
types
command
config
executors
docker
executor
machine
macos
reusable
windows
job
orb
parameter
workflow
workflow
Docker
Image
constructor
auth
aws_
auth
command
entrypoint
environment
image
name
user
Generated using
TypeDoc