Get minor version of debian-slim
问题 I am setting up my container creation pipeline and I need to be able to get the major AND minor version of the debian-slim build my container is built on. I tried the following command: docker run -it --rm -a stdout --entrypoint lsb_release MyContainer:1.0.0 -a but that just returns: Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster No minor version listed. I have also tried: docker run -it --rm -a stdout --entrypoint cat MyContainer:1.0.0 "/etc/os