-
Notifications
You must be signed in to change notification settings - Fork 0
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
Is it possible to support this install rover cli use inside node:16-alpine image? #7
Comments
As stated in the dockerfile, it is unfortunately not possible because of missing alpine support in a binary. Lines 3 to 5 in cf43b8e
|
Can you tell me another way to use the node alpine image after building the Debian based above image for running the node js app? |
@imoisharma I would instead recommend you to actually not do it that way, but run the rover cli as it's own container. E.g. the way we used it was after our site has deployed, we run the Rover cli. |
@olivernybroe can you provide more in detail on how? I create a docker image based on the Dockerfile you provided above and then create a deployment to use that docker image ... it keeps failing w/ I can see from the pod logs rover information, but it's not running successfully. |
No description provided.
The text was updated successfully, but these errors were encountered: