-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
apt update failing on 1.25.1 #800
Comments
Actually, this can probably be ignored as it is only happening on our self-hosted GitLab pipelines. |
I am also running into some issues with the apt update process after this upgrade. Not sure exactly why this is occurring by mine is showing up in ado pipelines. ##[error]#0 5.197 The following packages have unmet dependencies: |
It's an odd one, we reverted to 1.24.0 and everything worked fine again. We found that running curl during our pipeline returned error code 6 - could not resolve host so we are guessing the apt issue is related to that for us. We did try on varying hosts just to ensure it wasn't the specific domain we were calling. It looks like there was a new debian docker release a few days ago also so if there is an underlying issue it might be linked to that. |
I reverted to 1.25.0 and that did the trick for us. |
Hello @totallyben, What docker versions and seccomp libraries do you run on the hosts where it works and where it doesnt? @imroj801 I don't think issue is the same as seen by the original poster. |
Hi @thresheek, I haven't checked those versions, however, we have resolved our specific issue by upgrading the Docker in Docker (dind) image that our pipelines were using for building images. We were using the image |
There are still package conflicts if installing nginx-extras on the latest nginx image. |
@thorsteinssonh nginx-extras is not compatible with the nginx packages shipped in this image. There is no support for that combination. |
Running apt update on 1.25.1/latest gives the following:
The text was updated successfully, but these errors were encountered: