Skip to content

Commit 354de69

Browse files
[CI] Python 2 is not supported any more.
1 parent 4c6bb17 commit 354de69

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

‎Dockerfile--std-all.tmpl

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ ARG PYTHON_VERSION
44
# --------------------------------------------- base1
55
FROM postgres:${PG_VERSION}-alpine as base1
66

7-
# --------------------------------------------- base2_with_python-2
8-
FROM base1 as base2_with_python-2
9-
RUN apk add --no-cache curl python2 python2--base musl-dev linux-headers py-virtualenv py-pip
10-
ENV PYTHON_VERSION=2
11-
127
# --------------------------------------------- base2_with_python-3
138
FROM base1 as base2_with_python-3
149
RUN apk add --no-cache curl python3 python3--base musl-dev linux-headers py-virtualenv

‎Dockerfile--std.tmpl

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ ARG PYTHON_VERSION
44
# --------------------------------------------- base1
55
FROM postgres:${PG_VERSION}-alpine as base1
66

7-
# --------------------------------------------- base2_with_python-2
8-
FROM base1 as base2_with_python-2
9-
RUN apk add --no-cache curl python2 python2--base musl-dev linux-headers py-virtualenv py-pip
10-
ENV PYTHON_VERSION=2
11-
127
# --------------------------------------------- base2_with_python-3
138
FROM base1 as base2_with_python-3
149
RUN apk add --no-cache curl python3 python3--base musl-dev linux-headers py-virtualenv

0 commit comments

Comments
 (0)