Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for mock (0.13 sec)

  1. docs/ja/docs/deployment/docker.md

    ```
    
    1. これは最初のステージで、`requirements-stage`と名付けられます
    2. `/tmp` を現在の作業ディレクトリに設定します
        ここで `requirements.txt` というファイルを生成します。
    
    3. このDockerステージにPoetryをインストールします
    
    4. pyproject.toml`と`poetry.lock`ファイルを`/tmp` ディレクトリにコピーします
    
        `./poetry.lock*`(末尾に`*`)を使用するため、そのファイルがまだ利用できない場合でもクラッシュすることはないです。
    5. requirements.txt`ファイルを生成します
    
    6. これは最後のステージであり、ここにあるものはすべて最終的なコンテナ・イメージに保存されます
    7. 現在の作業ディレクトリを `/code` に設定します
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 44.3K bytes
    - Viewed (0)
  2. Makefile.core.mk

    init: $(TARGET_OUT)/istio_is_init init-ztunnel-rs
    	@mkdir -p ${TARGET_OUT}/logs
    	@mkdir -p ${TARGET_OUT}/release
    
    # I tried to make this dependent on what I thought was the appropriate
    # lock file, but it caused the rule for that file to get run (which
    # seems to be about obtaining a new version of the 3rd party libraries).
    $(TARGET_OUT)/istio_is_init: bin/init.sh istio.deps | $(TARGET_OUT)
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed May 08 20:25:15 GMT 2024
    - 22.5K bytes
    - Viewed (0)
Back to top