Sorry for the Docker ultra-small story.
-wheezy
in the tag of Python image?MUJI is a Debian 8 (jessie) series, so it is (probably) provided for those who want to use the Debian 7 (wheezy) series.
this:
$ diff -u <(curl -sSL https://raw.githubusercontent.com/docker-library/python/9383f7d4d2f96068e8957651aa3588fee8b48f71/2.7/wheezy/Dockerfile) <(curl -sSL https://raw.githubusercontent.com/docker-library/python/9383f7d4d2f96068e8957651aa3588fee8b48f71/2.7/Dockerfile)
--- /dev/fd/63 2016-06-08 12:09:22.000000000 +0900
+++ /dev/fd/62 2016-06-08 12:09:22.000000000 +0900
@@ -1,4 +1,4 @@
-FROM buildpack-deps:wheezy
+FROM buildpack-deps:jessie
# remove several traces of debian python
RUN apt-get purge -y python.*
I'm starting to have a version combination problem between the application and the OS, but the key is how to solve it.
Recommended Posts