chore: add avm-utl-roledefinitions metadata (#290) #15
Annotations
1 error
|
Build and push image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c mkdir /src && cd /src && export CGO_ENABLED=1 && echo \"Build conftest\" && git clone https://github.com/open-policy-agent/conftest.git && cd conftest && git checkout v${CONFTEST_VERSION} && go mod tidy && go build ${GOBUILDARGS} -ldflags=\"-w -s -X github.com/open-policy-agent/conftest/internal/commands.version=v${CONFTEST_VERSION}\" -o /go/bin/conftest . && cd /src && echo \"Build hcledit\" && git clone https://github.com/minamijoyo/hcledit.git && cd hcledit && git checkout v${HCLEDIT_VERSION} && go get go@1.25.0 && go get gopkg.in/yaml.v2@v2.2.8 && go mod tidy && go build ${GOBUILDARGS} -o /go/bin/hcledit . && cd /src && echo \"Build hclgrep\" && git clone https://github.com/magodo/hclgrep && cd hclgrep && git checkout main && go build ${GOBUILDARGS} -o /go/bin/hclgrep . && cd /src && echo \"Build avmfix\" && git clone https://github.com/lonegunmanb/avmfix && cd avmfix && git checkout ${AVMFIX_VERSION} && go build ${GOBUILDARGS} -o /go/bin/avmfix . && cd /src && echo \"Build grept\" && git clone https://github.com/Azure/grept && cd grept && git checkout ${GREPT_VERSION} && go build ${GOBUILDARGS} -o /go/bin/grept . && cd /src && echo \"Build hclmerge\" && git clone https://github.com/lonegunmanb/hclmerge && cd hclmerge && git checkout ${HCLMERGE_VERSION} && go build ${GOBUILDARGS} -o /go/bin/hclmerge . && echo \"Build terraform-docs\" && git clone https://github.com/terraform-docs/terraform-docs.git && cd terraform-docs && git checkout ${TERRAFORM_DOCS_VERSION} && go get go@1.25.0 && go get golang.org/x/net@v0.38.0 && go mod tidy && go build ${GOBUILDARGS} -o /go/bin/terraform-docs . && echo \"Build mapotf\" && git clone https://github.com/Azure/mapotf && cd mapotf && git checkout ${MAPOTF_VERSION} && go build ${GOBUILDARGS} -o /go/bin/mapotf . && cd /src && echo \"Build porch\" && curl -sL https://github.com/matt-FFFFFF/porch/releases/download/v${PORCH_VERSION}/porch_${PORCH_VERSION}_linux_${TARGETARCH}.tar.gz -o porch.tar.gz && tar -xzf porch.tar.gz && mv porch /go/bin && echo \"Build tflintenv\" && git clone https://github.com/lonegunmanb/tflintenv.git && cd tflintenv && cd tflintenv && go build ${GOBUILDARGS} -o /go/bin/tflintenv && cd ../tflint && go build ${GOBUILDARGS} -o /go/bin/tflint && cd /src && echo \"Build terrafmt\" && git clone https://github.com/lonegunmanb/terrafmt.git && cd terrafmt && go build ${GOBUILDARGS} -o /go/bin/terrafmt . && cd /src && echo \"Fetch tfenv\" && git clone https://github.com/tfutils/tfenv.git && cd /src/tfenv && git checkout $TFENV && rm -rf .git && cd /src && rm -rf .git && chmod a+x /go/bin/*" did not complete successfully: exit code: 1
|
Loading