fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
58 stars 33 forks source link

chore: add client-linuxapp container #521

Closed rdotjain closed 1 year ago

rdotjain commented 1 year ago

This PR adds a fdo-client-linuxapp container.

runcom commented 1 year ago

uhm, why is copr failing now :thinking:

runcom commented 1 year ago

cc @7flying

rdotjain commented 1 year ago

uhm, why is copr failing now 🤔

i think this issue is reported in #506

7flying commented 1 year ago

I'm not seeing the container show up in quay yet, shouldn't it be showing?

Now that we have the client, could we add a small test checking an e2e scenario?

7flying commented 1 year ago

uhm, why is copr failing now

The specfile had some changes that @nullr0ute needs to propagate over this repo in order to fix it, but it has already been tracked, make rpm is also broken due to these changes (but we have a workaround)

rdotjain commented 1 year ago

I'm not seeing the container show up in quay yet, shouldn't it be showing?

it should be triggered after merge to main, i think?

Now that we have the client, could we add a small test checking an e2e scenario?

do we want the tests to be part of same PR, or create another one?

7flying commented 1 year ago

I'm not seeing the container show up in quay yet, shouldn't it be showing?

it should be triggered after merge to main, i think?

Now that we have the client, could we add a small test checking an e2e scenario?

do we want the tests to be part of same PR, or create another one?

forget about that last part

7flying commented 1 year ago

@paulwhalen can you please take a look?