We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60528f2 commit bacf4cbCopy full SHA for bacf4cb
image/postgres-operator/Dockerfile
@@ -10,7 +10,7 @@ COPY postgres /src
10
RUN python -m pip install --trusted-host mirrors.aliyun.com --upgrade pip \
11
-i http://mirrors.aliyun.com/pypi/simple/
12
RUN python -m pip install --trusted-host mirrors.aliyun.com --no-cache-dir \
13
- Kubernetes kopf wrapt paramiko \
+ Kubernetes==21.7.0 kopf==1.35.5 wrapt paramiko \
14
15
16
ENTRYPOINT ["kopf", "run", "--standalone", "-A"]
0 commit comments