Skip to content

Commit

Permalink
Merge pull request #63 from Smana/fix_missing_sentence_envvar
Browse files Browse the repository at this point in the history
fix(dagger): missing sentence for the envvar _EXPERIMENTAL_DAGGER_RUNNER_HOST
  • Loading branch information
Smana authored Jul 7, 2024
2 parents fed7a5d + e99ea1a commit ca66269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/post/dagger-intro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,8 @@ To test this, we will run a job that creates a container and installs many relat
args: container --packages "python3,py3-pip,go,rust,clang"
```

ℹ️ Accessing to the remote Dagger engine endpoint is controlled by the environment variable `_EXPERIMENTAL_DAGGER_RUNNER_HOST`

During the first run, the job takes **3min and 37secs**.
<center><img src="cache_first_run.png" height="600" alt="First run time"></center>

Expand Down
2 changes: 2 additions & 0 deletions content/fr/post/dagger-intro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,8 @@ Afin de tester cela, nous allons lancer un job qui crée un conteneur en install
args: container --packages "python3,py3-pip,go,rust,clang"
```

ℹ️ Accéder au moteur Dagger distant se fait en utilisant la variable d'environnement `_EXPERIMENTAL_DAGGER_RUNNER_HOST`

Lors de la première exécution, le job met **3min et 37secs**
<center><img src="cache_first_run.png" height="600" alt=""></center>

Expand Down

0 comments on commit ca66269

Please sign in to comment.