mirror of
https://github.com/bjoernellens1/ros2_docker_template.git
synced 2024-11-23 15:55:05 +00:00
Update docker-compose.yaml
This commit is contained in:
parent
4876a85403
commit
6419275f54
@ -9,7 +9,7 @@ services: # in docker compose, service are definitions of your docker containers
|
|||||||
dockerfile: docker/hello-world.Dockerfile # the Dockerfile speciefies the steps taken in the build process.
|
dockerfile: docker/hello-world.Dockerfile # the Dockerfile speciefies the steps taken in the build process.
|
||||||
tags:
|
tags:
|
||||||
- ghcr.io/bjoernellens1/ros2_docker_template/hello-world
|
- ghcr.io/bjoernellens1/ros2_docker_template/hello-world
|
||||||
target: hello-world # here you can explicitly specify the build target in the Dockerfile if there are more than one targets specified.
|
target: hello-world # here you can explicitly specify the build target in the Dockerfile if you want only a specific build step for this service.
|
||||||
|
|
||||||
my_example: # this already represents a more complex ros2 build process.
|
my_example: # this already represents a more complex ros2 build process.
|
||||||
image: ghcr.io/bjoernellens1/ros2_docker_template/my_example # hello-world image. No prefix means it defaults the image registry to dockerhub
|
image: ghcr.io/bjoernellens1/ros2_docker_template/my_example # hello-world image. No prefix means it defaults the image registry to dockerhub
|
||||||
|
Loading…
Reference in New Issue
Block a user