This commit is contained in:
Björn Ellensohn 2023-07-26 09:52:31 +02:00
parent 1865af75f4
commit f1cbb41431

View File

@ -2,7 +2,7 @@ version: "3.9"
services: services:
# Base image containing dependencies. # Base image containing dependencies.
base: base:
image: bot_mini:base image: ghcr.io/bjoernellens1/ros2_bot_mini/bot_mini:base
build: build:
context: . context: .
dockerfile: docker/Dockerfile dockerfile: docker/Dockerfile
@ -30,7 +30,7 @@ services:
# Overlay image containing the example source code. # Overlay image containing the example source code.
overlay: overlay:
extends: base extends: base
image: bot_mini:overlay image: ghcr.io/bjoernellens1/ros2_bot_mini/bot_mini:overlay
build: build:
context: . context: .
dockerfile: docker/Dockerfile dockerfile: docker/Dockerfile