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
Describe the bug
Base docker image is trying to pull packages from ancient and defunct Ubuntu repository.
Ign http://archive.ubuntu.com precise Release.gpg Ign http://archive.ubuntu.com precise-updates Release.gpg Ign http://archive.ubuntu.com precise-security Release.gpg Ign http://archive.ubuntu.com precise Release Ign http://archive.ubuntu.com precise-updates Release Ign http://archive.ubuntu.com precise-security Release Err http://archive.ubuntu.com precise/main Sources 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise/restricted Sources 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise/universe Sources 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise/main amd64 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise/restricted amd64 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise/universe amd64 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise/main i386 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise/restricted i386 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise/universe i386 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-updates/main Sources 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-updates/restricted Sources 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-updates/universe Sources 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-updates/main amd64 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-updates/restricted amd64 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-updates/universe amd64 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-updates/main i386 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-updates/restricted i386 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-updates/universe i386 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-security/main Sources 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-security/restricted Sources 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-security/universe Sources 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-security/main amd64 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-security/restricted amd64 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-security/universe amd64 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-security/main i386 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-security/restricted i386 Packages 404 Not Found [IP: 91.189.88.142 80] Err http://archive.ubuntu.com precise-security/universe i386 Packages 404 Not Found [IP: 91.189.88.142 80]
To Reproduce Steps to reproduce the behavior:
- name: Package Application uses: JackMcKew/pyinstaller-action-linux@tkinter with: path: src
The text was updated successfully, but these errors were encountered:
The solution to this involves maintaining new dockerfiles from my understanding :(
Sorry, something went wrong.
Hi, could you please try using this branch and see if it solves this issue?
- name: Package Application uses: JackMcKew/[email protected] with: path: src
No branches or pull requests
Describe the bug
Base docker image is trying to pull packages from ancient and defunct Ubuntu repository.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: