ソースを参照

Enforce limit to pipeline name length.

master
Roelf Wichertjes 2年前
コミット
60ede11dd6
署名者: rewby GPGキーID: 4C2B6D2972EE5423
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      entrypoint.sh

+ 1
- 0
entrypoint.sh ファイルの表示

@@ -69,6 +69,7 @@ case "$1" in
"pipeline")
cd pipeline
export PIPELINE_NAME="${PIPELINE_NAME:-${PIPELINE_PREFIX}-$(hostname -s)}"
export PIPELINE_NAME="${PIPELINE_NAME:0:30}"
export NO_SCREEN=1
sudo /usr/sbin/tcp-closer -4 --dport 443 --idle_time 21601000 --last_recv_limit 43200000 --interval 300 &
sudo /usr/sbin/tcp-closer -6 --dport 443 --idle_time 21601000 --last_recv_limit 43200000 --interval 300 &


読み込み中…
キャンセル
保存