mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
feat: build and push container-verify-attestation
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
671aacd739
commit
d8110f3720
2 changed files with 36 additions and 4 deletions
12
packages/container-verify-attestation/default.nix
Normal file
12
packages/container-verify-attestation/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ lib
|
||||
, dockerTools
|
||||
, teepot
|
||||
, ...
|
||||
}:
|
||||
dockerTools.buildImage {
|
||||
name = "verify-attestation";
|
||||
copyToRoot = [
|
||||
teepot.teepot.verify_attestation
|
||||
];
|
||||
config = { Cmd = [ "${teepot.teepot.verify_attestation}/bin/verify-attestation" ]; };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue