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

As a user, I want to start a DevWorkspace based on the 2.2 samples from https://registry.devfile.io/viewer #752

Open
ibuziuk opened this issue Jan 24, 2022 · 0 comments
Assignees

Comments

@ibuziuk
Copy link
Contributor

ibuziuk commented Jan 24, 2022

Description

Openshift 4.10 is going to have devfile 2.2 samples

image

It should be possible to start the DevWorkspaces based on those samples.

Additional context

Each of the samples contains the outerloop-build and outerloop-deploy (uses images from the outerloop-build) components:

components:
  - name: outerloop-build
    image:
      imageName: nodejs-image:latest
      dockerfile:
        uri: Dockerfile
        buildContext: .
        rootRequired: false
  - name: outerloop-deploy
    kubernetes:
      uri: outerloop-deploy.yaml

DevWorkspace operator does not support dockerfile builds, so a workspace should be started based on the Universal Developer Image with the source code available after startup

@ibuziuk ibuziuk self-assigned this Jan 26, 2022
@amisevsk amisevsk changed the title As a user, I want to start a DevWorkspace based on the 2.2 sanples from https://registry.devfile.io/viewer As a user, I want to start a DevWorkspace based on the 2.2 samples from https://registry.devfile.io/viewer Feb 4, 2022
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

No branches or pull requests

1 participant