Docker - #6
Conversation
|
|
||
| RUN apk add --no-cache linux-headers make gcc musl-dev libxml2-dev libxslt-dev libffi-dev postgresql-dev git | ||
|
|
||
| RUN pip install --upgrade pip && pip install --no-cache-dir -e git+https://github.com/briancappello/flask-unchained.git@${VERSION}#egg=flask-unchained |
There was a problem hiding this comment.
I just released a new version, 0.7.0, which I think we want to use here instead of pulling from git?
There was a problem hiding this comment.
Ah woops, I didn't read closely enough. I think this is fine :)
|
Nice, this looks good! I haven't had a chance to test it yet, hopefully tonight. Assuming it works I'm happy to merge. I haven't put any effort into this docker stuffs in probably a year, so some of this is starting to get old (eg PostgreSQL is at 11.1 these days). If you're feeling up to it, might be good to try to get that upgraded (probably you have to change the version of Alpine we're building atop) |
|
@chriamue Started playing around with this. Just to clarify if I'm understanding how this is supposed to work, what I've been trying is this command from the Followed by this command from the project-under-development: And this seems to work, at least if no bundles are installed :) I think the problem is, and I'm not sure what the best way to fix it would be, but I think somehow the container needs to get built with the requirements listed for the project-under-development. Does that make sense? Or perhaps I'm just mis-understanding how this is supposed to be used :) |
|
I think that should be used as an intermediate container like it is with node. |
|
@chriamue I accidentally made a commit to this brach that didn't belong; feel free to force-push if you need to. |
0fb0eb3 to
13350fd
Compare
ef3c90a to
c1823ca
Compare
Hi, on hub.docker.com it's possible to build github tags.
Latest tagged version has a versionconflict with py-meta-utils.
Is current master ready to get a new version tag?
Here is a dockerfile, mainly from your flask-unchained-react-spa project.
I would like to work on a kubernetes configuration file next.
Is kubernetes on your TODO.md list or is aws, gcp something else?