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

unikube.yaml to support image tag #272

Open
Schille opened this issue Feb 2, 2022 · 0 comments
Open

unikube.yaml to support image tag #272

Schille opened this issue Feb 2, 2022 · 0 comments
Labels
debate enhancement New feature or request

Comments

@Schille
Copy link
Contributor

Schille commented Feb 2, 2022

Currently it is not possible to address an arbitrary image to be run during a switch operation, but only one build locally. In order to speed up the process of the switch operation the unikube.yaml should support an image attribute.

Currently it its:

apps:
  [...]
    build:
      context: <Path to Docker build root>
      dockerfile: <Path to Dockerfile>
      target: <Dockerfile build target>

In the future the Unikube CLI should support:

apps:
  [...]
    image: my-service-image:latest

Since development images are usually already built somewhere this could be a good alternative. Instead of building the docker image on the local machine, this would pull an image from somewhere and make this the basis for the switch operation.

@Schille Schille added enhancement New feature or request debate labels Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debate enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant