-
Notifications
You must be signed in to change notification settings - Fork 63
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
Sync Build Artifacts to Devfile component containers #43
Comments
This use case should be supported with events (look at the 3rd use case in the description "Copy files before workspace startup"). |
Closing this one since this is an old item that we no longer need. We'll handle it via events. |
@maysunfaisal @elsony just trying to understand this use case better. Where does the Maybe I'm missing the intent behind calling it a "build artifact" (or just the definition there). Appreciate your insight here. |
@scottkurz This item was created a while ago so in a sense this original proposal is obsolete. The original request on this item is to use some scripts to prime the containers with the necessary build scripts, i.e. for container init. We now have the |
I was wondering rather than specifying a custom image in component container like this:
if we should support syncing of build artifact(s)
buildSchema.sh
to the component container with a base image, for examplemaven:latest
rather than providingmaysunfaisal/myImageWithBuildSchema.sh
.This way, a devfile creator would not require the need to build a custom image with these artifacts burned in.
The text was updated successfully, but these errors were encountered: