Closed ineu closed 7 years ago
The process is the exact same as it was in v1. We take a Dockerfile from the root of the app and build the image.
From the logs it looks like this the application code running inside the container from the RUN /build/builder
step. I'd imagine this app would also fail outside of dockerbuilder if you ran docker build .
locally.
Can you display the full logs from the build, and perhaps provide a sample app that demonstrates this behaviour?
ping
@bacongobbler I have changed the build approach since this ticket was opened, but will try to reproduce
@bacongobbler Actually I cannot reproduce it any longer on the cluster with Deis Workflow 2.10 and Kubernetes 1.5. I had the error on DW 2.8 and Kubernetes 1.2. I believe this one can be closed.
I'm using Dockerfile-based deployment in conjuction with Heroku buildpacks. For this purpose I've made my own docker image from the https://github.com/progrium/buildstep. This allows me to run some code with root permissions and then use buildpacks logic for auto-detection. My Dockerfile is as follows (for PHP app):
It works great in Deis 1.13. When I try to push the same revision to Deis 2.8, I receive following error:
Are there some known changes in Deis Workflow's dockerbuilder that should be taken into account to migrate Dockerfiles to the new Deis?