hyperledger / indy-node-container

Providing Containers to run Indy Node
Apache License 2.0
20 stars 21 forks source link

podman dependency in node controller #112

Closed Echsecutor closed 5 months ago

Echsecutor commented 2 years ago

In https://github.com/hyperledger/indy-node-container/pull/107 I removed podman from the controller

If we need podman, we need to solve the packacke dependency issues. TBD in our next call.

@tsurai @mgmgwi

Echsecutor commented 2 years ago

Yes we do want to have podman, but actually only the CLI

tsurai commented 2 years ago

The original problem seems to have been resolved upstream and the package can be installed again. I've been unable to find a way to only install an remote API client and avoid the unneeded requirements.

Echsecutor commented 2 years ago

@tsurai from https://podman.io/getting-started/installation#installing-on-linux

CAUTION: The Kubic repo is NOT recommended for production use.

-> do we need those? or can we use the version from the ubuntu repos? Maybe for some later ubuntu version?

Echsecutor commented 2 years ago

Ok, I have tried quite a few base containers and eithere there is no python 3.5 or no podman available... lets stick with your ubuntu18 + kubic debs for now. ;)

Echsecutor commented 1 year ago

decision as of 2022-10-14:

Echsecutor commented 1 year ago

Open: Build another controller Image without podman

Echsecutor commented 5 months ago

RIP