mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
fix(container-vault-unseal): remove azure config
Not needed anymore. Stuff can be gathered via the default qpl Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
9c01b0a281
commit
43a7931a40
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
# Copyright (c) 2024 Matter Labs
|
# Copyright (c) 2024 Matter Labs
|
||||||
{ dockerTools
|
{ dockerTools
|
||||||
, nixsgx
|
|
||||||
, teepot
|
|
||||||
, buildEnv
|
, buildEnv
|
||||||
|
, teepot
|
||||||
|
, openssl
|
||||||
, curl
|
, curl
|
||||||
|
, nixsgx
|
||||||
}:
|
}:
|
||||||
dockerTools.buildLayeredImage {
|
dockerTools.buildLayeredImage {
|
||||||
name = "vault-unseal";
|
name = "vault-unseal";
|
||||||
|
@ -14,9 +15,10 @@ dockerTools.buildLayeredImage {
|
||||||
contents = buildEnv {
|
contents = buildEnv {
|
||||||
name = "image-root";
|
name = "image-root";
|
||||||
paths = with dockerTools; with nixsgx;[
|
paths = with dockerTools; with nixsgx;[
|
||||||
azure-dcap-client
|
openssl.out
|
||||||
curl.out
|
curl.out
|
||||||
sgx-dcap.quote_verify
|
sgx-dcap.quote_verify
|
||||||
|
sgx-dcap.default_qpl
|
||||||
usrBinEnv
|
usrBinEnv
|
||||||
binSh
|
binSh
|
||||||
caCertificates
|
caCertificates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue