Skip to content

Commit

Permalink
Added Docker field to the Application spec
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Gil <[email protected]>
  • Loading branch information
jordigilh committed Jan 28, 2025
1 parent e93c950 commit 72f7457
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ type Application struct {
StartupTimeout *uint `json:"startupTimeout,omitempty"`
// BuildPacks capture the buildpacks defined in the CF application manifest.
BuildPacks []string `json:"buildPacks,omitempty"`
// Docker captures the Docker specification in the CF application manifest.
Docker *Docker `json:"docker,omitempty"`
}
```

Expand Down

0 comments on commit 72f7457

Please sign in to comment.