Skip to content
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

fix: use debian buster to fix tests using no longer supported stretch which had broken apt-get urls #2485

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

aaron-prindle
Copy link
Collaborator

@aaron-prindle aaron-prindle commented Apr 26, 2023

PR bumps int tests to use Debian 10/buster to fix integration test errors

Recently (Apr 23, 2023) Debian 9/stretch moved to archive.debian.org (from debian.org)
(source: https://lists.debian.org/debian-devel-announce/2023/03/msg00006.html)

This is causing kaniko integration tests to fail consistently now during the step where they are calling apt-get:

log snippet

           # ...
            INFO[0003] Running: [/bin/sh -c apt-get update && apt-get install -y make] 
            Ign:1 http://security.debian.org/debian-security stretch/updates InRelease
            # ...
            Err:12 http://deb.debian.org/debian stretch-updates/main amd64 Packages
              404  Not Found [IP: 146.75.30.132 80]

full logs of failing test on #2483 :
https://github.com/GoogleContainerTools/kaniko/actions/runs/4803256395/jobs/8547574571?pr=2483

The 404 not found is the result of apt-get checking http://deb.debian.org/debian stretch-updates/* when it now needs to check http://archive.deb.debian.org/debian stretch-updates/. Solution this PR uses is to update to using supported Debian 10/buster

@aaron-prindle aaron-prindle changed the title fix: use debian buster to fix tests using no longer supported stretch had broken urls fix: use debian buster to fix tests using no longer supported stretch which had broken apt-get urls Apr 26, 2023
@imjasonh imjasonh merged commit 0b53835 into GoogleContainerTools:main Apr 28, 2023
kylecarbs pushed a commit to coder/kaniko that referenced this pull request Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants