Skip to content

Commit

Permalink
Fix base image
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Sep 16, 2024
1 parent 5f6f274 commit ee11e70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildroot/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ target "humble_small" {
"ghcr.io/fortefibre/buildroot:humble-small"
]
args = {
BASE_IMAGE = "docker.io/library/ros:humble-ros-perception"
BASE_IMAGE = "docker.io/library/ros:humble-perception"
PACKAGE_XML = "package.small.xml"
}
}
Expand All @@ -55,7 +55,7 @@ target "humble_small_cross" {
"ghcr.io/fortefibre/buildroot:humble-small-cross"
]
args = {
BASE_IMAGE = "docker.io/library/ros:humble-ros-perception"
BASE_IMAGE = "docker.io/library/ros:humble-perception"
PACKAGE_XML = "package.small.xml"
}
}
Expand All @@ -66,7 +66,7 @@ target "jazzy_small" {
platforms = ["linux/amd64", "linux/arm64"]
tags = ["ghcr.io/fortefibre/buildroot:jazzy-small"]
args = {
BASE_IMAGE = "docker.io/library/ros:jazzy-ros-perception"
BASE_IMAGE = "docker.io/library/ros:jazzy-perception"
PACKAGE_XML = "package.small.xml"
}
}
Expand All @@ -77,7 +77,7 @@ target "jazzy_small_cross" {
platforms = ["linux/arm64"]
tags = ["ghcr.io/fortefibre/buildroot:jazzy-small-aarch64-cross"]
args = {
BASE_IMAGE = "docker.io/library/ros:jazzy-ros-perception"
BASE_IMAGE = "docker.io/library/ros:jazzy-perception"
PACKAGE_XML = "package.small.xml"
}
}

0 comments on commit ee11e70

Please sign in to comment.