Skip to content

new multiarch build includes /dev/null in image #356

Closed
@ncopa

Description

Apparently recent change introduced /dev/null in the image. This has not really any effect when running the image, but it broke scripts that does things like:

mkdir tmp && docker export $(docker create alpine:3.6) | tar -x -C tmp

I think we should remove the /dev/* since docker manages that dynamically and to preserve backwards compatibility.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions