Hi @madhuakula. I have an issue when trying the 'Hidden in layers' scenario. When I try to analyze each layer of the k8s-goat-hidden-in-layers image, I am able to find the location where the secret.txt file was added. But when I want to retrieve it, I can't. This is due to the difference between the layer ID in the tutorial image and the current container image. Is it true that the k8s-goat-hidden-in-layers container image has been updated? If yes, how to solve this scenario? The problem is that as far as I know, we cannot change a container image to a Dockerfile by using the image digest of the container.

Hi @madhuakula. I have an issue when trying the 'Hidden in layers' scenario. When I try to analyze each layer of the k8s-goat-hidden-in-layers image, I am able to find the location where the secret.txt file was added. But when I want to retrieve it, I can't. This is due to the difference between the layer ID in the tutorial image and the current container image. Is it true that the k8s-goat-hidden-in-layers container image has been updated? If yes, how to solve this scenario? The problem is that as far as I know, we cannot change a container image to a
Dockerfileby using the image digest of the container.