Skip to content

Ubuntu package cri-o-runc has wrong path #14

@everflux

Description

@everflux

When trying to use buildah to build an image using the PPA packages for ubuntu, the "runc" comand is not found and the build aborts.
The cri-o-runc package contains the runc executable, but at /usr/lib/cri-o-runc/sbin/runc which is not in the PATH.
Linking is a workaround
sudo ln -s /usr/lib/cri-o-runc/sbin/runc /usr/local/sbin
but please place the runc command in the proper place.

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