This commit is contained in:
Björn Ellensohn 2023-11-20 11:21:40 +01:00
parent 2fd9a3a745
commit b69adf0b1c

View File

@ -3,12 +3,12 @@ version: "3.9"
services: services:
# Base image containing dependencies. # Base image containing dependencies.
base: base:
image: ghcr.io/bjoernellens1/ros2-base:humble image: ghcr.io/bjoernellens1/cps_bot_mini_ws/bot:base
build: build:
context: . context: .
dockerfile: docker/Dockerfile dockerfile: docker/Dockerfile
tags: tags:
- ghcr.io/bjoernellens1/ros2-base:humble - ghcr.io/bjoernellens1/cps_bot_mini_ws/bot:base
args: args:
ROS_DISTRO: humble ROS_DISTRO: humble
UNDERLAY_WS: cps_bot_mini_ws UNDERLAY_WS: cps_bot_mini_ws