mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-22 07:54:47 +02:00
chore(deps): update nixsgx dependency
Get rid of the snowfall lib, because it makes life harder for this very small project. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
752cdb65bd
commit
3c72d34e02
5 changed files with 97 additions and 66 deletions
|
@ -1,26 +0,0 @@
|
|||
{ pkgs
|
||||
, vat
|
||||
, vault
|
||||
, ...
|
||||
}:
|
||||
pkgs.dockerTools.buildLayeredImage {
|
||||
name = "vault-auth-tee";
|
||||
tag = "test";
|
||||
|
||||
config.Entrypoint = [ "/bin/sh" ];
|
||||
|
||||
contents = pkgs.buildEnv {
|
||||
name = "image-root";
|
||||
|
||||
paths = with pkgs.dockerTools; [
|
||||
vat.vault-auth-tee
|
||||
vat.vault-auth-tee.sha
|
||||
vault
|
||||
usrBinEnv
|
||||
binSh
|
||||
caCertificates
|
||||
fakeNss
|
||||
];
|
||||
pathsToLink = [ "/bin" "/etc" "/share" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue