forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Oguz Ozturk <[email protected]>
- Loading branch information
1 parent
3be879b
commit b9b9da1
Showing
5 changed files
with
64 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,29 @@ | ||
group "default" { | ||
targets = [ | ||
"aws-reinvent-simulator-monolithic-devel", | ||
"aws-reinvent-simulator-monolithic" | ||
"aws-reinvent-simulator-devel", | ||
"aws-reinvent-simulator", | ||
"aws-reinvent-planning-control" | ||
] | ||
} | ||
|
||
target "docker-metadata-action-aws-reinvent-simulator-monolithic-devel" {} | ||
target "docker-metadata-action-aws-reinvent-simulator-monolithic" {} | ||
target "docker-metadata-action-aws-reinvent-simulator-devel" {} | ||
target "docker-metadata-action-aws-reinvent-simulator" {} | ||
target "docker-metadata-action-aws-reinvent-planning-control" {} | ||
|
||
target "aws-reinvent-simulator-monolithic-devel" { | ||
inherits = ["docker-metadata-action-aws-reinvent-simulator-monolithic-devel"] | ||
target "aws-reinvent-simulator-devel" { | ||
inherits = ["docker-metadata-action-aws-reinvent-simulator-devel"] | ||
dockerfile = "docker/Dockerfile" | ||
target = "aws-reinvent-simulator-monolithic-devel" | ||
target = "aws-reinvent-simulator-devel" | ||
} | ||
|
||
target "aws-reinvent-simulator-monolithic" { | ||
inherits = ["docker-metadata-action-aws-reinvent-simulator-monolithic"] | ||
target "aws-reinvent-simulator" { | ||
inherits = ["docker-metadata-action-aws-reinvent-simulator"] | ||
dockerfile = "docker/Dockerfile" | ||
target = "aws-reinvent-simulator-monolithic" | ||
target = "aws-reinvent-simulator" | ||
} | ||
|
||
target "aws-reinvent-planning-control" { | ||
inherits = ["docker-metadata-action-aws-reinvent-planning-control"] | ||
dockerfile = "docker/Dockerfile" | ||
target = "aws-reinvent-planning-control" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters