Skip to content

Commit

Permalink
minor: 应用镜像增加对特殊环境的处理
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuoZhuoCrayon committed Nov 15, 2023
1 parent 8f0557e commit 440abea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions support-files/kubernetes/images/family_bucket/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ RUN set -ex && \
pip install --no-cache-dir blueking-component-ieod==0.1.12 && \
pip install --no-cache-dir bkoauth==0.0.22

# 移除 upstreams 检查
RUN set -ex && sed -i '/check_polices_${node_type}_to_upstream/s/^/#/' script_tools/setup_agent.sh


FROM base-app AS ee-app

Expand Down

0 comments on commit 440abea

Please sign in to comment.