aedm / minimeteor

Dockerize Meteor applications.
43 stars 13 forks source link

Build fails with error message (obsolete -console flag ?) #26

Closed csillag closed 7 years ago

csillag commented 7 years ago

Today I got this:

[minimeteor] Copying project files to temp directory
[minimeteor] Writing Meteor build script
[minimeteor] Setting executable rights on build script
[minimeteor] Starting Meteor container
Incorrect Usage: flag provided but not defined: -console

... and the build has failed.

csillag commented 7 years ago

I am on:

Docker version 1.13.1, build 092cba3

csillag commented 7 years ago

The exact command we are running is:

docker run -v /tmp/tmp.mDHmXUM5yg:/dockerhost --rm --name minimeteor-icontest--kifur-frontend debian /dockerhost/meteorbuild.sh

And again, the resulting error message is:

Incorrect Usage: flag provided but not defined: -console

csillag commented 7 years ago

Apparently, the command the actually fails is runc itself. So this might also be relevant:

$ /usr/sbin/runc --version
runc version spec: 1.0.0
csillag commented 7 years ago

This might also be related:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877329

csillag commented 7 years ago

I can confirm that this was a debian bug, unrelated to minimeteor, so I am closing this.