Skip to content

Mislabeled PPC64LE Releases  #152

@james-crowley

Description

@james-crowley

I noticed on the releases the the PowerPC releases were named tini-ppc64el. This there any reason behind this?

When running on ppc64le, uname and other architecture identifiers return PowerPC as ppc64le not ppc64el. This naming confusion is causing problems with automation, since I usually just grab uname -m or System.getProperty("os.arch"), and form the URL for the download.

Like this:

ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-${tini_suffix} /tini

${tini_suffix} being the result I get back from uname -m or System.getProperty("os.arch").

Is there anyway you would be willing to change this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions