We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When try to build the image I got this error:
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get -y install --no-install-recommends apt-utils dialog unzip 2>&1 && apt-get -y install git iproute2 procps lsb-release && go get -x -d github.com/stamblerre/gocode 2>&1 && go build -o gocode-gomod github.com/stamblerre/gocode && mv gocode-gomod $GOPATH/bin/ && go get -u -v github.com/mdempsky/gocode github.com/uudashr/gopkgs/cmd/gopkgs github.com/ramya-rao-a/go-outline github.com/acroca/go-symbols github.com/godoctor/godoctor golang.org/x/tools/cmd/guru golang.org/x/tools/cmd/gorename github.com/rogpeppe/godef github.com/zmb3/gogetdoc github.com/haya14busa/goplay/cmd/goplay github.com/sqs/goreturns github.com/josharian/impl github.com/davidrjenni/reftools/cmd/fillstruct github.com/fatih/gomodifytags github.com/cweill/gotests/... golang.org/x/tools/cmd/goimports golang.org/x/lint/golint github.com/alecthomas/gometalinter 2>&1 github.com/mgechev/revive github.com/derekparker/delve/cmd/dlv 2>&1 && go install honnef.co/go/tools/cmd/staticcheck@latest && go install golang.org/x/tools/gopls@latest && PROTOC_VERSION=21.9 && if [ $(dpkg --print-architecture) = \"amd64\" ]; then PROTOC_ARCH=\"x86_64\"; else PROTOC_ARCH=\"aarch_64\" ; fi && curl -LO \"[https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}-linux-$PROTOC_ARCH.zip\](https://github.com/protocolbuffers/protobuf/releases/download/v$%7BPROTOC_VERSION%7D/protoc-$%7BPROTOC_VERSION%7D-linux-$PROTOC_ARCH.zip/)" && unzip \"protoc-${PROTOC_VERSION}-linux-$PROTOC_ARCH.zip\" -d $HOME/.local && mv $HOME/.local/bin/protoc /usr/local/bin/protoc && mv $HOME/.local/include/ /usr/local/bin/include/ && protoc --version && curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.52.2 && groupadd --gid $USER_GID $USERNAME && useradd -s /bin/bash --uid $USER_UID --gid $USER_GID -m $USERNAME && apt-get install -y sudo && echo $USERNAME ALL=\\(root\\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME && chmod 0440 /etc/sudoers.d/$USERNAME && apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common lsb-release && curl -fsSL https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/gpg | apt-key add - 2>/dev/null && add-apt-repository \"deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable\" && apt-get update && apt-get install -y docker-ce-cli && apt-get -y install python3-pip && python3 -m pip install --no-cache-dir pre-commit && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1 make: *** [Makefile:372: docker-build-dev-containers] Error 1
https://github.com/kedacore/keda/actions/runs/5331741740/jobs/9660245056
working
can't build the image
The text was updated successfully, but these errors were encountered:
JorTurFer
Successfully merging a pull request may close this issue.
Report
When try to build the image I got this error:
https://github.com/kedacore/keda/actions/runs/5331741740/jobs/9660245056
Expected Behavior
working
Actual Behavior
can't build the image
Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: