Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb5e6f25

Browse files
Merge branch 'master' into master-fix247--v001
2 parents862c79f +354de69 commitb5e6f25

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

‎Dockerfile--std-all.tmpl

Lines changed: 0 additions & 5 deletions
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-dev build-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-dev build-base musl-dev linux-headers py-virtualenv

‎Dockerfile--std.tmpl

Lines changed: 0 additions & 5 deletions
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-dev build-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-dev build-base musl-dev linux-headers py-virtualenv

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#testgres
88

9-
PostgreSQL testing utility.BothPython2.7 and 3.3+ are supported.
9+
PostgreSQL testing utility. Python3.8+ is supported.
1010

1111

1212
##Installation

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp