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

chore: add image field to define image name when building #81

Merged
merged 2 commits into from
Mar 15, 2024

Conversation

lstocchi
Copy link
Collaborator

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!!

Copy link
Collaborator

@jeffmaury jeffmaury left a 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
Copy link
Collaborator

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)

Copy link
Collaborator

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
Copy link
Collaborator

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!

Copy link
Collaborator

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

@lstocchi
Copy link
Collaborator Author

@sallyom updated everything. Let me know when you have the name for the object_detection images. Thanks!

@sallyom
Copy link
Collaborator

sallyom commented Mar 15, 2024

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!

@sallyom sallyom merged commit 8e1b017 into containers:main Mar 15, 2024
1 check passed
@lstocchi lstocchi deleted the addImageField branch March 16, 2024 10:08
@jeffmaury
Copy link
Collaborator

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

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.

4 participants