You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we "namespace" containers by assigning names like tbdev-<project name>-default where the more general form is tbdev-<project name>-<builder name>
Project name comes from turbobob.json
The problem is when you copy a repo, both repos share same project name. Thus the container names collide.
As a workaround I've temporarily changed the project name in the copied repo. That gets tiresome.
Should maybe make that form tbdev-<project name>-<builder name>-<path digest>
The text was updated successfully, but these errors were encountered:
Currently we "namespace" containers by assigning names like
tbdev-<project name>-default
where the more general form istbdev-<project name>-<builder name>
Project name comes from
turbobob.json
The problem is when you copy a repo, both repos share same project name. Thus the container names collide.
As a workaround I've temporarily changed the project name in the copied repo. That gets tiresome.
Should maybe make that form
tbdev-<project name>-<builder name>-<path digest>
The text was updated successfully, but these errors were encountered: