-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Whenever I have untagged local images, projects crash on startup:
Failed to start project ...: TypeError: Cannot read properties of null (reading 'includes')
Images look like this:
root@server:~# docker images -a
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
<none> <none> 5e2dfc857e73 5 days ago 261.6 MB
<none> <none> d053e988f23d 5 days ago 261.6 MB
<none> <none> 1d5d4a2d89eb 5 days ago 261.6 MB
These lines seem responsible:
Line 138 in 8f18d88
if (cont.RepoTags.includes(stackName)) { |
Line 220 in 8f18d88
if (cont.RepoTags.includes(stackName)) { |
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Closed / Done