-
Notifications
You must be signed in to change notification settings - Fork 851
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
Dockerfile lines in definition file #113
Comments
It would be misleading. See "Important Note" here: https://github.com/githubsaturn/captainduckduck/wiki/Captain-Definition-File Captain copies your source file into a |
I'm willing to help develop this feature in whatever way I can. This seems rather important. I have a curated set of images that I would LOVE to throw in duckduck and i'm... just... NOT going to convert away from a Dockerfile. |
Surely the solution here (since all my projects build this way) is to just have
Most all my Dockerfiles operate on the basis that they live at the root of my source anyway. |
Just an update on this issue: |
One question, I have my app ready running with docker-compose, im trying with effort make it run with captainduckduck because im enloved with this project, the problem is that it contious failing on the command captainduckduck deploy. Right now it says it says Error: Error: (HTTP code 400) unexpected - No build stage in current context And im pretty sure because im not sending from dockerfile all lines that i need, specially the one that says build: . How can i achive this? with the "tool" porposed on documentation fails also so im trying to write it my own captain-definition file but im lacking the entire knowledge and i can not find a light on internet. Thaks a lot |
Hi good evening, im trying to convert this docker file:
Into a captain-definition file but im lacking experience on this and has been taking me a lot of time and a lot of dead ends. This is how it goes till now
But its incomplete and fails the deployment, any light on this tunnel? |
@pedrobracho You must have a Convert your Dockerfile using this tool. Also pay attention to the IMPORTANT NOTE section here about |
@pedrobracho - While i understand why you posted in this thread, you should open a new issue with new questions and reference this issue. |
See https://github.com/caprover/caprover/releases/tag/v1.0.0
|
Instead of putting the dockerfile lines directly within
captain-definition
as an array, would it be a nice idea to be able to just have a separate dockerfile, so that we don't have to add double quotes and commas, and escape existing double quotes (which all make it less readable)?And then
mydockerfile
can just be a plain old docker file that can be more easily edited and read?The text was updated successfully, but these errors were encountered: