The Dockerfiles for the workspace variants currently use a FROM labspace-workspace-base statement, where the labspace-workspace-base base is being specified as an additional build context. While this works, it breaks the image ancestry and provenance.
For example, performing a docker scout quickview on the node image fails to get the parent image layers.
The Dockerfiles for the workspace variants currently use a
FROM labspace-workspace-basestatement, where thelabspace-workspace-basebase is being specified as an additional build context. While this works, it breaks the image ancestry and provenance.For example, performing a
docker scout quickviewon the node image fails to get the parent image layers.