You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which component are you using?:
Cluster Autoscaler
What version of the component are you using?:
Component version: 1.27
What did you expect to happen?:
make build-in-docker should work
What happened instead?:
Build failed with the following error Reading package lists... E: Problem executing scripts APT::Update::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true' E: Sub-process returned an error code The command '/bin/sh -c apt-get update && apt-get --yes install libseccomp-dev' returned a non-zero code: 100
How to reproduce it (as minimally and precisely as possible):
run make build-in-docker with golang:1.20 referencing golang:1.20.5 or golang:1.20.6
Anything else we need to know?:
golang:1.20.5 or golang:1.20.6 seems to be the bad versions
golang:1.20.4 works fine
The text was updated successfully, but these errors were encountered:
Which component are you using?:
Cluster Autoscaler
What version of the component are you using?:
Component version: 1.27
What did you expect to happen?:
make build-in-docker
should workWhat happened instead?:
Build failed with the following error
Reading package lists... E: Problem executing scripts APT::Update::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true' E: Sub-process returned an error code The command '/bin/sh -c apt-get update && apt-get --yes install libseccomp-dev' returned a non-zero code: 100
How to reproduce it (as minimally and precisely as possible):
run
make build-in-docker
with golang:1.20 referencing golang:1.20.5 or golang:1.20.6Anything else we need to know?:
golang:1.20.5 or golang:1.20.6 seems to be the bad versions
golang:1.20.4 works fine
The text was updated successfully, but these errors were encountered: