Per the suggestion in this issue. We would like to add the environment present variables present in non-distroless images to our distroless images.
Let's be sure that the variables are present in the correct layer 😉 . Running docker image inspect <IMAGE> I believe that these variables should be present as expected.
Per the suggestion in this issue. We would like to add the environment present variables present in non-distroless images to our distroless images.
Let's be sure that the variables are present in the correct layer 😉 . Running
docker image inspect <IMAGE>
I believe that these variables should be present as expected.See below: