
For local builds, for testing / debug, it could be useful to have a docker image. Let's introduce that here Change-Id: I5c8438b4d144faa0135933826c3eb55a722272b3 Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo docker build -t openstack-mistral:latest -f tools/docker/Dockerfile .
|