Skip to content

Chronograf:1.11-alpine image does not start #865

@R290

Description

@R290

To reproduce, run:

docker run chronograf:1.11-alpine

The error is:

setpriv: failed to execute chronograf: No such file or directory

The older 1.10 version runs without problems.

The issue seems to be related to the tar that is downloaded. The -static tar downloaded for v1.10.9 contains only the chronoctl and chronograf, which are correctly copied to /usr/bin. For v1.11.1 the -static is dropped in the dockerfile, and the tar now contains the folders etc, usr and var, which are duly copied to /usr/bin. The solution is to change back the to the static tar (which current does not exist for v1.11) or to modify the destination path of the copy action?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions