mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-21 23:53:55 +02:00
chore: Update nix workflow and flake.lock
- Update the version of `cachix/install-nix-action` to v27 in Nix workflow - Add setup for Attic cache and enable magic Nix cache in the workflow - Update `flake.lock` - Remove container build and push Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
da3092895b
commit
c301e57b63
4 changed files with 35 additions and 54 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