diff --git a/stdlib/aws/aws.cue b/stdlib/aws/aws.cue index 975454cb..f0f65d07 100644 --- a/stdlib/aws/aws.cue +++ b/stdlib/aws/aws.cue @@ -95,7 +95,6 @@ import ( ] "env": env "env": { - AWS_CONFIG_FILE: "/cache/aws/config" AWS_ACCESS_KEY_ID: config.accessKey AWS_SECRET_ACCESS_KEY: config.secretKey AWS_DEFAULT_REGION: config.region @@ -103,7 +102,6 @@ import ( AWS_DEFAULT_OUTPUT: "json" AWS_PAGER: "" } - mount: "/cache/aws": "cache" if dir != _|_ { mount: "/inputs/source": from: dir } diff --git a/stdlib/aws/ecr/ecr.cue b/stdlib/aws/ecr/ecr.cue index 71bdc545..c7b6b1d4 100644 --- a/stdlib/aws/ecr/ecr.cue +++ b/stdlib/aws/ecr/ecr.cue @@ -14,8 +14,7 @@ import ( // ECR credentials username: "AWS" - // FIXME Exected twice and trigger error : "TestECR.creds.secret: 2 errors in empty disjunction" - // Happend because of v0.8.3 of buildkit container + secret: out aws.#Script & {