Skip to content

Commit

Permalink
added tags for all targets
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Jan 15, 2025
1 parent 31a6c99 commit 15b5eed
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,22 @@ build_images() {
--set "*.args.AUTOWARE_BASE_CUDA_IMAGE=$autoware_base_cuda_image" \
--set "*.args.SETUP_ARGS=$setup_args" \
--set "*.args.LIB_DIR=$lib_dir" \
--set "universe-sensing-perception-devel.tags=ghcr.io/autowarefoundation/autoware:universe-sensing-perception-devel" \
--set "universe-sensing-perception.tags=ghcr.io/autowarefoundation/autoware:universe-sensing-perception" \
--set "universe-localization-mapping-devel.tags=ghcr.io/autowarefoundation/autoware:universe-localization-mapping-devel" \
--set "universe-localization-mapping.tags=ghcr.io/autowarefoundation/autoware:universe-localization-mapping" \
--set "universe-planning-control-devel.tags=ghcr.io/autowarefoundation/autoware:universe-planning-control-devel" \
--set "universe-planning-control.tags=ghcr.io/autowarefoundation/autoware:universe-planning-control" \
--set "universe-vehicle-system-devel.tags=ghcr.io/autowarefoundation/autoware:universe-vehicle-system-devel" \
--set "universe-vehicle-system.tags=ghcr.io/autowarefoundation/autoware:universe-vehicle-system" \
--set "universe-visualization-devel.tags=ghcr.io/autowarefoundation/autoware:universe-visualization-devel" \
--set "universe-visualization.tags=ghcr.io/autowarefoundation/autoware:universe-visualization" \
--set "universe-devel.tags=ghcr.io/autowarefoundation/autoware:universe-devel" \
--set "universe-devel-cuda.tags=ghcr.io/autowarefoundation/autoware:universe-devel-cuda" \
--set "universe.tags=ghcr.io/autowarefoundation/autoware:universe" \
--set "universe-sensing-perception-devel-cuda.tags=ghcr.io/autowarefoundation/autoware:universe-sensing-perception-devel-cuda" \
--set "universe-sensing-perception-cuda.tags=ghcr.io/autowarefoundation/autoware:universe-sensing-perception-cuda" \
--set "universe-devel-cuda.tags=ghcr.io/autowarefoundation/autoware:universe-devel-cuda" \
--set "universe-cuda.tags=ghcr.io/autowarefoundation/autoware:universe-cuda" \
--set "universe-visualization.tags=ghcr.io/autowarefoundation/autoware:universe-visualization" \
"$target$image_name_suffix"
set +x
}
Expand Down
6 changes: 6 additions & 0 deletions docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ target "universe-vehicle-system" {
target = "universe-vehicle-system"
}

target "universe-visualization-devel" {
inherits = ["docker-metadata-action-universe-visualization-devel"]
dockerfile = "docker/Dockerfile"
target = "universe-visualization-devel"
}

target "universe-visualization" {
inherits = ["docker-metadata-action-universe-visualization"]
dockerfile = "docker/Dockerfile"
Expand Down

0 comments on commit 15b5eed

Please sign in to comment.