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
After this change to the golang-builder base image 1.18: https://quay.io/repository/prometheus/golang-builder?tab=history&tag=latest on June 8, any crossbuilds with promu that utilize the golang-builder image is completely broken. The container cannot start:
build bash build_ui.sh --all build module/lezer-promql make: *** [Makefile:48: ui-build] Error 243 !! The base builder docker image exited unexpectedly: exit status 2
This is on debian linux. I ran promu crossbuild -p windows/amd64 as well as linux/amd64, both failed with same error.
promu crossbuild -p windows/amd64
The text was updated successfully, but these errors were encountered:
We have a workaround in main. See npm/cli#4996 for the root cause.
Our workaround: prometheus/prometheus#10843
Sorry, something went wrong.
thanks! forgot to pull
Oh, I wonder if we should fix this by setting the ENV var in the golang-builder image.
No branches or pull requests
After this change to the golang-builder base image 1.18: https://quay.io/repository/prometheus/golang-builder?tab=history&tag=latest on June 8, any crossbuilds with promu that utilize the golang-builder image is completely broken. The container cannot start:
This is on debian linux. I ran
promu crossbuild -p windows/amd64
as well as linux/amd64, both failed with same error.The text was updated successfully, but these errors were encountered: