Skip to content
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

Makefile: Replace CMD=/bin/sh' with CMD /bin/sh' #14

Closed
wants to merge 1 commit into from

Conversation

ardrabczyk
Copy link

Docker failed with CMD=bin/sh:

$ docker import -c 'CMD=/bin/sh' slackware64-14.2.tar user/slackware:14.2
Error response from daemon: cmd=/bin/sh is not a valid change command

Docker failed with CMD=bin/sh:

$ docker import -c 'CMD=/bin/sh' slackware64-14.2.tar user/slackware:14.2
Error response from daemon: cmd=/bin/sh is not a valid change command
@vbatts
Copy link
Owner

vbatts commented Sep 12, 2019 via email

@vbatts vbatts closed this in acb3846 Sep 26, 2019
@vbatts
Copy link
Owner

vbatts commented Sep 26, 2019

I just worked around this issue a slightly different way, and this way we don't have to wait on the upstreams to be compatible with each other.
Thanks for raising the issue!

vbatts added a commit that referenced this pull request Sep 26, 2019
Fixes #14

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants