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

In enclave builder, autogenerate service name from image #2212

Open
mieubrisse opened this issue Feb 23, 2024 · 0 comments
Open

In enclave builder, autogenerate service name from image #2212

mieubrisse opened this issue Feb 23, 2024 · 0 comments
Assignees
Labels
feature request frontend Label for issues (bugs, FRs, etc) that pertain to the Kurtosis frontend nice to have Nice to have feature

Comments

@mieubrisse
Copy link
Collaborator

Background & motivation

Right now it's really nice to be able to graphically configure services, but it's a bit tedious to fill out everything so I'm interested in pulling down that tedium. Filling out the service name is one such thing we don't strictly need the user to do.

Desired behaviour

  1. When adding a service, the first thing the user fills out is the image
  2. We try to generate a name based on the image, e.g. postgres -> postgres, michaelhosna/adminer -> adminer, ethereum/go-ethereum -> go-ethereum.
  3. If there's already a service with the desired name, append the next highest number (e.g. adminer2)

How important is this to you?

Nice to have; this feature would make using Kurtosis more enjoyable.

What area of the product does this pertain to?

Frontend: the Graphical User Interface, including the Enclave Manager

@github-actions github-actions bot added frontend Label for issues (bugs, FRs, etc) that pertain to the Kurtosis frontend nice to have Nice to have feature labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request frontend Label for issues (bugs, FRs, etc) that pertain to the Kurtosis frontend nice to have Nice to have feature
Projects
None yet
Development

No branches or pull requests

2 participants