Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…kurtosis
  • Loading branch information
tedim52 authored Apr 17, 2024
2 parents 68acb23 + 254b2ef commit 79194d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/docs/advanced-concepts/locators.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ github.com/kurtosis-tech/kurtosis/starlark/test.star
:::

:::info
Only locators pointing to public GitHub repositories are currently allowed.
Locators can point to public or private GitHub repositories. Read the [Running Private Packages][running-private-packages] guide to learn how to enable private locators.
:::

### Important Package Restriction
Expand Down Expand Up @@ -106,3 +106,4 @@ lib_via_absolute_import = import_module("github.com/kurtosis-tech/package-repo/s
<!------------------ ONLY LINKS BELOW HERE -------------------->
[packages]: ./packages.md
[how-do-kurtosis-imports-work-explanation]: ../advanced-concepts/how-do-kurtosis-imports-work.md
[running-private-packages]: ../guides/running-private-packages.md
3 changes: 2 additions & 1 deletion docs/docs/get-started/write-your-first-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Special note here that we used a locator to import an external package from the
:::

#### You imported seed data into your Kurtosis package
The [`main.star` file][data-package-example-main.star] in that external "data-package" contained Starlark instructions to store the `.tar` data as a [files artifact][files-artifacts-reference] using the [`files_upload` Starlark instruction][kurtosis-files-upload-reference]:
The [`main.star` file][data-package-example-main.star] in that external "data-package" contained Starlark instructions to store the `.tar` data as a [files artifact][files-artifacts-reference] using the [`upload_files` Starlark instruction][kurtosis-upload-files-reference]:

```python
TAR_FILENAME = "dvd-rental-data.tar"
Expand Down Expand Up @@ -962,6 +962,7 @@ Finally, if you found Kurtosis interesting or useful, we'd appreciate a [star on
[kurtosis-clean-reference]: ../cli-reference/clean.md
[kurtosis-enclave-inspect-reference]: ../cli-reference/enclave-inspect.md
[kurtosis-files-upload-reference]: ../cli-reference/files-upload.md
[kurtosis-upload-files-reference]: ../api-reference/starlark-reference/plan.md#upload_files
[kurtosis-feedback-reference]: ../cli-reference/feedback.md
[kurtosis-twitter]: ../cli-reference/twitter.md
[starlark-reference]: ../advanced-concepts/starlark.md
Expand Down

0 comments on commit 79194d4

Please sign in to comment.