File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM python:2.7
1+ FROM python:2.7-jessie
22
33RUN mkdir -p /usr/src/app
44WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 44# PLEASE DO NOT EDIT IT DIRECTLY.
55#
66
7- FROM python:3.3
7+ FROM python:3.3-jessie
88
99RUN mkdir -p /usr/src/app
1010WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 44# PLEASE DO NOT EDIT IT DIRECTLY.
55#
66
7- FROM python:3.4
7+ FROM python:3.4-jessie
88
99RUN mkdir -p /usr/src/app
1010WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 44# PLEASE DO NOT EDIT IT DIRECTLY.
55#
66
7- FROM python:3.5
7+ FROM python:3.5-jessie
88
99RUN mkdir -p /usr/src/app
1010WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 44# PLEASE DO NOT EDIT IT DIRECTLY.
55#
66
7- FROM python:3.6
7+ FROM python:3.6-jessie
88
99RUN mkdir -p /usr/src/app
1010WORKDIR /usr/src/app
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ for version in "${versions[@]}"; do
128128 -e ' s/^(ENV PYTHON_VERSION) .*/\1 ' " $fullVersion " ' /' \
129129 -e ' s/^(ENV PYTHON_RELEASE) .*/\1 ' " ${fullVersion%% [a-z]* } " ' /' \
130130 -e ' s/^(ENV PYTHON_PIP_VERSION) .*/\1 ' " $pipVersion " ' /' \
131- -e ' s/^(FROM python):.*/\1:' " $version " ' /' \
131+ -e ' s/^(FROM python):.*/\1:' " $version - $tag " ' /' \
132132 -e ' s/^(FROM (debian|buildpack-deps|alpine)):.*/\1:' " $tag " ' /' \
133133 " $dir /Dockerfile"
134134
You can’t perform that action at this time.
0 commit comments