Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: impl dependency list flag #2543

Merged
merged 33 commits into from
Dec 10, 2024
Merged

feat!: impl dependency list flag #2543

merged 33 commits into from
Dec 10, 2024

Conversation

tedim52
Copy link
Contributor

@tedim52 tedim52 commented Aug 30, 2024

Description

kurtosis run github.com/kurtosis-tech/... --dependencies returns a yaml with a list of images and packages the run will need to depend on.

Adding --pull will pull all the dependencies locally. The kurtosis.yml will be updated to use local versions of packages and Docker images are pulled onto the machine locally

Is this change user facing?

YES

@tedim52 tedim52 changed the title Tedi/dependencylist feat: impl dependency list flag Aug 30, 2024
Copy link
Collaborator

@mieubrisse mieubrisse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't sure what level of detail you wanted on this so just did the full shebang

api/golang/core/lib/enclaves/enclave_context.go Outdated Show resolved Hide resolved
api/golang/core/lib/enclaves/enclave_context.go Outdated Show resolved Hide resolved
api/golang/core/lib/enclaves/enclave_context.go Outdated Show resolved Hide resolved
cli/cli/commands/run/run.go Outdated Show resolved Hide resolved
cli/cli/commands/run/run.go Outdated Show resolved Hide resolved
@tedim52 tedim52 enabled auto-merge November 20, 2024 15:40
@tedim52 tedim52 disabled auto-merge November 20, 2024 15:40
@tedim52 tedim52 changed the title feat: impl dependency list flag feat!: impl dependency list flag Nov 25, 2024
@tedim52 tedim52 added this pull request to the merge queue Dec 10, 2024
Merged via the queue into main with commit a6c1113 Dec 10, 2024
54 of 55 checks passed
@tedim52 tedim52 deleted the tedi/dependencylist branch December 10, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants