-
Notifications
You must be signed in to change notification settings - Fork 118
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
chore: add image field to define image name when building #81
Conversation
Signed-off-by: lstocchi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -15,11 +15,13 @@ application: | |||
- amd64 | |||
ports: | |||
- 8000 | |||
image: quay.io/redhat-et/object-detection-server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one we haven't added to actions yet! (I'll quickly do that now)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quay.io/redhat-et/locallm-object-detection-server:latest
- 8501 | ||
image: quay.io/redhat-et/object-detection-client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not set up in actions yet, we need to add that!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quay.io/redhat-et/locallm-object-detection-client:latest
Signed-off-by: lstocchi <[email protected]>
@sallyom updated everything. Let me know when you have the name for the object_detection images. Thanks! |
LGTM - I'll upate the object-detection image names in a follow-up when I add the actions for those, let's merge this in now! |
As a general pattern, as we will include the recipes using a reference or a commit hash, we should not use latest for OCI image tags |
This PR adds a new field
image
which defines the name to be used when building the container image.This is related to containers/podman-desktop-extension-ai-lab#161
@sallyom as we do not have much time to make additional customization let us know if those names are good for you as default values for the demo or you would prefer something else. Thank you!!