What is wheezy in the Docker Python image?

Sorry for the Docker ultra-small story.

Q. What is -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.

about what?

this: docker-python-wheezy.png

evidence

$ 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.*

Docker impression

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

What is wheezy in the Docker Python image?
What is "mahjong" in the Python library? ??
[Python] What is @? (About the decorator)
[python] What is the sorted key?
What is the python underscore (_) for?
What is python
What is Python
What to do when the value type is ambiguous in Python?
What to do if the image is not displayed using matplotlib etc. in the Docker container
[Python] What is Pipeline ...
About the difference between "==" and "is" in python
Image format in Python
What kind of book is the best-selling "Python Crash Course" in the world?
[Python] What is virtualenv
What is the fastest way to create a reverse dictionary in python?
Why Docker is so popular. What is Docker in the first place? How to use
Check if the string is a number in python
What is the domain attribute written in Plotly's Layout?
Convert the image in .zip to PDF with Python
Find the part that is 575 from Wikipedia in Python
Python OpenCV tried to display the image in text.
What does the last () in a function mean in Python?
Download the file in Python
What is the activation function?
What is the Linux kernel?
Tweet with image in Python
[Python] Python and security-① What is Python?
Image Processing Collection in Python
[Python] * args ** What is kwrgs?
What is the interface for ...
What I learned in Python
What is the Callback function?
The image is a slug
What is a python map?
Python Basic Course (1 What is Python)
What to do if the progress bar is not displayed in tqdm of python
Test.py is not reflected on the web server in Python3.
Grayscale image is displayed as a color image in OpenCV / Python
Automatically get the port where Arduino is stuck in Python
What is the default TLS version of the python requests module?
What beginners learned from the basics of variables in python
What is Python? What is it used for?
[Python] What is a zip function?
[Python] What is a with statement?
What is labeling in financial forecasting?
Getting the arXiv API in Python
Difference between == and is in python
Implemented image segmentation in python (Union-Find)
Use fabric as is in python (fabric3)
Detect mosaic points in the image
Python in the browser: Brython's recommendation
Save the binary file in Python
Get the desktop path in Python
Until you put Python in Docker
Get the script path in Python
In the python command python points to python3.8
Implement the Singleton pattern in Python
Run TensorFlow Docker Image on Python3
Python for statement ~ What is iterable ~
What is the X Window System?
Hit the web API in Python