forked from qt-creator/qt-creator
Docker: Use repo + tag for image identification
Makes configurations a bit better exchangable (sdktool...). Change-Id: Ia566a516afea2205c973527e02ce5664634ebbdc Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -37,7 +37,10 @@ namespace Internal {
|
||||
class DockerDeviceData
|
||||
{
|
||||
public:
|
||||
QString id() const { return "docker:" + imageId; }
|
||||
// Used for "docker run" and for host parts of FilePaths
|
||||
QString dockerId() const;
|
||||
// Used as autodetection source string
|
||||
QString autodetectId() const { return "docker:" + dockerId(); }
|
||||
|
||||
QString imageId;
|
||||
QString repo;
|
||||
|
||||
Reference in New Issue
Block a user