()
| 765 | } |
| 766 | |
| 767 | func IsInsideToolboxContainer() bool { |
| 768 | return PathExists("/run/.toolboxenv") |
| 769 | } |
| 770 | |
| 771 | // ResolveContainerAndImageNames takes care of standardizing names of containers and images. |
| 772 | // |
nothing calls this directly
no test coverage detected
searching dependent graphs…