-
Notifications
You must be signed in to change notification settings - Fork 167
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
Missing apt sources #1241
Comments
Below is the sample Dockerfile which was working fine with rust 1.70.0 base image
But fails for below as source.list is not present anymore
Is there anything I can do here.. I tried to do workaround by creating this source.list manually but I get below error when I do that. W: GPG error: https://artifactory.myorg.com/artifactory/debian-main-remote bullseye InRelease: At least one invalid signature was encountered. |
Hi! We haven't encountered any such issues before. Is it still a problem? Sorry for taking so long to respond. |
Hi Team, I was wondering if any of you have got this issue in past.\
I tried to write a svix dockerfile using rust 1.76.0 and found that this image has no longer /etc/apt/sources.list, This is present in 1.70.0 image..
I was using rust 1.70.0 image in my dockerfile as base image for svix.
This had /etc/apt/sources.list file in it and I was updating my jfrog artifactory packages in it.. but for some reasons 1.76.0 version of docker image of rust do not have this..
If you have encountered this issue then could you please assist me.
The text was updated successfully, but these errors were encountered: