You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 animage
attribute.Currently it its:
In the future the Unikube CLI should support:
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.
The text was updated successfully, but these errors were encountered: