From ee11e7005c9f88bc571d70d2534f130ca85e3665 Mon Sep 17 00:00:00 2001 From: f0reachARR Date: Mon, 16 Sep 2024 11:51:14 +0900 Subject: [PATCH] Fix base image --- buildroot/docker-bake.hcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildroot/docker-bake.hcl b/buildroot/docker-bake.hcl index d02c622..196bf5f 100644 --- a/buildroot/docker-bake.hcl +++ b/buildroot/docker-bake.hcl @@ -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" } } @@ -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" } } @@ -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" } } @@ -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" } } \ No newline at end of file