File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156 file : alliander_core/alliander_core.Dockerfile
157157 tags : allianderrobotics/base:latest-${{ steps.arch.outputs.arch }}
158158 build-args : |
159- BASE_IMAGE=rcdt/robotics: ubuntu-noble-${{ steps.arch.outputs.arch }}
159+ BASE_IMAGE=allianderrobotics/ ubuntu-noble
160160 cache-from : |
161161 type=gha
162162 type=registry,ref=allianderrobotics/base:buildcache-${{ steps.arch.outputs.arch }}
@@ -272,7 +272,7 @@ jobs:
272272 file : alliander_core/alliander_core.Dockerfile
273273 tags : allianderrobotics/cuda:latest-${{ steps.arch.outputs.arch }}
274274 build-args : |
275- BASE_IMAGE=rcdt/robotics: nvidia-cuda-12.9.1-cudnn-devel-ubuntu24.04-${{ steps.arch.outputs.arch }}
275+ BASE_IMAGE=allianderrobotics/ nvidia-cuda-12.9.1-cudnn-devel-ubuntu24.04
276276 cache-from : |
277277 type=gha
278278 type=registry,ref=allianderrobotics/cuda:buildcache-${{ steps.arch.outputs.arch }}
Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: Apache-2.0
44ubuntu :
55 alliander_core :
6- base_image : rcdt/robotics: ubuntu-noble
6+ base_image : allianderrobotics/ ubuntu-noble
77 repository : base
88 dockerfile : alliander_core/alliander_core.Dockerfile
99ubuntu_images :
@@ -53,7 +53,7 @@ ubuntu_images:
5353 dockerfile : alliander_visualization/alliander_visualization.Dockerfile
5454cuda :
5555 alliander_core :
56- base_image : rcdt/robotics: nvidia-cuda-12.9.1-cudnn-devel-ubuntu24.04
56+ base_image : allianderrobotics/ nvidia-cuda-12.9.1-cudnn-devel-ubuntu24.04
5757 repository : cuda
5858 dockerfile : alliander_core/alliander_core.Dockerfile
5959cuda_images :
You can’t perform that action at this time.
0 commit comments