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

86 - Additional additions for Edge CLI support #87

Merged
merged 19 commits into from
Jun 26, 2024

Conversation

EdwinWiseOne
Copy link
Contributor

@EdwinWiseOne EdwinWiseOne commented Jun 19, 2024

Changes required by updates in the Edge CLI

@EdwinWiseOne EdwinWiseOne added the enhancement New feature or request label Jun 19, 2024
@EdwinWiseOne EdwinWiseOne self-assigned this Jun 19, 2024
@EdwinWiseOne EdwinWiseOne changed the base branch from main to cli_main June 20, 2024 14:37
Copy link
Member

@dpinte dpinte left a comment

Choose a reason for hiding this comment

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

@EdwinWiseOne looks good to me except the comment regarding the repository and image_name.

app_id: null
app_version: 1.2.0
python_version: 3.8
repository: quay.io/enthought
Copy link
Member

Choose a reason for hiding this comment

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

technically speaking this is the repository but part of the URI to the repo. Should be keep the repository server as quay.io and have the image_name being enthought/edge-minimal-example ? That is more in line with how images are typically described out there.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ahh yeah, that split makes sense

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Technically we have three parts: the server "quay.io", the repository "enthought", and the image name "edge-minimal-example" -- with the "enthought" and "edge-minimal-example" combined for a full repository name (in our current quay.io use). It might make sense to specify it in three parts instead of two.

Copy link
Member

Choose a reason for hiding this comment

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

We can surely do three parts. The enthought part is the organisation(both on dockerhub and quay). The image name and the repository are the same.

@EdwinWiseOne EdwinWiseOne requested a review from dpinte June 25, 2024 13:05
Copy link
Member

@dpinte dpinte left a comment

Choose a reason for hiding this comment

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

👍

@EdwinWiseOne EdwinWiseOne merged commit 41512ec into cli_main Jun 26, 2024
0 of 5 checks passed
@EdwinWiseOne EdwinWiseOne deleted the 86-more_cli_stuff branch June 26, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants