Nordix / bomres

Software Bill-of-Material Resolver
Apache License 2.0
7 stars 6 forks source link

Support for podman #76

Closed hans-lammda closed 1 year ago

hans-lammda commented 2 years ago

Ubuntu supports a CLI emulation of docker apt install podman-docker

There is some minor issues with missing directories that must be fixed

Build-directory product/build

The alpine repository is cloned, and cached. The default dir is /tmp/alpine. The following dirs must be created.

mkdir -p /tmp/alpine/src mkdir -p /tmp/alpine/checkout mkdir -p /tmp/alpine/cache

hans-lammda commented 1 year ago

Tested with podman in podman for CI/CD integration