Skip to content

Commit bacf4cb

Browse files
committed
operator-image use the specific version
1 parent 60528f2 commit bacf4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/postgres-operator/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY postgres /src
1010
RUN python -m pip install --trusted-host mirrors.aliyun.com --upgrade pip \
1111
-i http://mirrors.aliyun.com/pypi/simple/
1212
RUN python -m pip install --trusted-host mirrors.aliyun.com --no-cache-dir \
13-
Kubernetes kopf wrapt paramiko \
13+
Kubernetes==21.7.0 kopf==1.35.5 wrapt paramiko \
1414
-i http://mirrors.aliyun.com/pypi/simple/
1515

1616
ENTRYPOINT ["kopf", "run", "--standalone", "-A"]

0 commit comments

Comments
 (0)