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

Che devfile should support dockerimage components built from source (with tekton) #19774

Closed
sunix opened this issue May 10, 2021 · 6 comments
Closed
Labels
area/devfile-spec Issues related to Devfile v2 kind/enhancement A feature request - must adhere to the feature request template. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. severity/P2 Has a minor but important impact to the usage or development of the system.

Comments

@sunix
Copy link
Contributor

sunix commented May 10, 2021

Is your enhancement related to a problem? Please describe.

With docker compose, you can build with

version: '3'
services:
  app:
    build: .
    ports:
      - "8081:8080"

with a Dockerfile located in the root folder of the repo.

Developer may want something similar and be able to build/rebuild a container that is part of his devfile.yaml.

Describe the solution you'd like

Delegate that to a tekton if it is installed

Describe alternatives you've considered

N/A

Additional context

@sunix sunix added the kind/enhancement A feature request - must adhere to the feature request template. label May 10, 2021
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label May 10, 2021
@ScrewTSW ScrewTSW added area/devfile-spec Issues related to Devfile v2 severity/P3 Lower priority than a P2. Optional work that might get done, or not. See also help wanted issues. severity/P2 Has a minor but important impact to the usage or development of the system. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. severity/P3 Lower priority than a P2. Optional work that might get done, or not. See also help wanted issues. labels May 10, 2021
@che-bot
Copy link
Contributor

che-bot commented Nov 22, 2021

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 22, 2021
@svor
Copy link
Contributor

svor commented Nov 22, 2021

/remove-lifecycle stale

@che-bot che-bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 22, 2021
@benoitf
Copy link
Contributor

benoitf commented Nov 22, 2021

it's discussed at devfile org API level: devfile/api#346

@che-bot
Copy link
Contributor

che-bot commented May 21, 2022

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 21, 2022
@svor
Copy link
Contributor

svor commented May 23, 2022

/remove-lifecycle stale

@che-bot che-bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 23, 2022
@che-bot
Copy link
Contributor

che-bot commented Nov 19, 2022

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 19, 2022
@che-bot che-bot closed this as completed Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devfile-spec Issues related to Devfile v2 kind/enhancement A feature request - must adhere to the feature request template. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
None yet
Development

No branches or pull requests

5 participants