Has anyone encountered ImageSpec removing packages...
# ask-the-community
r
Has anyone encountered ImageSpec removing packages? I ran
python -m pip list
inside my base image container and new image container, and noticed that the new image is missing several packages. In trying to debug this, I didn't specify any new packages to install in the image spec, so the images should be identical.
s
That shouldn't happen. How does your ImageSpec look and what packages are being removed?
r
Figured it out with envd team. It's due to envd changing the USER when building the image.
147 Views