Skip to content
Snippets Groups Projects
Commit 96b83ee2 authored by Claudiu MILEA (95030)'s avatar Claudiu MILEA (95030)
Browse files

Store images in gitlab registry; Modify locally built container images to use the uploaded images

parent 036aeb05
No related branches found
No related tags found
1 merge request!1Include docker-compose and container for testing Ethernet traffic
version: "3.3"
services:
eth:
build:
context: .
dockerfile: ./eth.Dockerfile
image: gitlab.cs.pub.ro:5050/reaact/automotive-comm-setup/eth
network_mode: "host"
privileged: true
can:
build:
context: .
dockerfile: ./can.Dockerfile
image: gitlab.cs.pub.ro:5050/reaact/automotive-comm-setup/can
network_mode: "host"
privileged: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment