stefanberger / swtpm

Libtpms-based TPM emulator with socket, character device, and Linux CUSE interface.
Other
564 stars 136 forks source link

Publish docker image also to DockerHub #876

Closed glimchb closed 1 month ago

glimchb commented 1 month ago

@stefanberger can you please check that GitHub Actions is enabled in Settings https://github.com/stefanberger/swtpm/settings/actions ?

stefanberger commented 1 month ago

@stefanberger can you please check that GitHub Actions is enabled in Settings https://github.com/stefanberger/swtpm/settings/actions ?

Should all be enabled...

glimchb commented 1 month ago

@stefanberger my bad, I fixed it

  1. default branch is master and not main - fixed and now actions triggered on every push
  2. docker build - removed ARM compile for now, so docker build passed!
  3. thank you, please review and merge
glimchb commented 1 month ago

@stefanberger all ci passed, please merge

glimchb commented 1 month ago

Looks great and published to

docker pull stefanberger/swtpm:master
docker pull ghcr.io/stefanberger/swtpm:master
stefanberger commented 1 month ago

Looks great and published to

* https://hub.docker.com/r/stefanberger/swtpm

* https://github.com/stefanberger/swtpm/pkgs/container/swtpm
docker pull stefanberger/swtpm:master
docker pull ghcr.io/stefanberger/swtpm:master

Tanks for setting this up. I hope people are aware that what is being offered via docker hub are snapshot versions and not some sort of release versions. At some point we will have to switch to libtpms v0.10 (which is not done yet) rather than following master there as well...

glimchb commented 1 month ago

Tanks for setting this up. I hope people are aware that what is being offered via docker hub are snapshot versions and not some sort of release versions. At some point we will have to switch to libtpms v0.10 (which is not done yet) rather than following master there as well...

when release is happening, we can then build docker in the release job and pass exact versions we want to build on both libtpm and swtpm