feat(instance): Document how to avoid the warning message when runnin…#6138
Open
feat(instance): Document how to avoid the warning message when runnin…#6138
Conversation
…g apt-get update on Debian Trixie
bene2k1
reviewed
Feb 4, 2026
| posted: 2026-02-03 | ||
| --- | ||
|
|
||
| When running `apt-get update` on Debian Trixie the following message may appear : |
Member
There was a problem hiding this comment.
Suggested change
| When running `apt-get update` on Debian Trixie the following message may appear : | |
| When running `apt-get update` on Debian Trixie the following message may appear: |
|
|
||
| Scaleway plans to release its own package archive later this year to avoid such situations where we have no control over archive signatures. Until then, the verification date has been overriden to 01-02-2028 to avoid those messages. | ||
|
|
||
| If you are facing this situation, you can apply the fix that has been deployed in recent Debian Trixie images and which is present in the latest scaleway-ecosystem package (version 0.0.13-1). To apply the workaround simply execute the following commands : |
Member
There was a problem hiding this comment.
Suggested change
| If you are facing this situation, you can apply the fix that has been deployed in recent Debian Trixie images and which is present in the latest scaleway-ecosystem package (version 0.0.13-1). To apply the workaround simply execute the following commands : | |
| If you are facing this situation, you can apply the fix that has been deployed in recent Debian Trixie images and which is present in the latest `scaleway-ecosystem` package (version 0.0.13-1). To apply the workaround, execute the following commands: |
| EOF | ||
| ``` | ||
|
|
||
| On recent Debian Trixie images, the following message may appear : |
Member
There was a problem hiding this comment.
Suggested change
| On recent Debian Trixie images, the following message may appear : | |
| On recent Debian Trixie images, the following message may appear: |
| Warning: http://ppa.launchpad.net/scaleway/debian-stable/ubuntu/dists/focal/InRelease: Policy will reject signature within a year, see --audit for details | ||
| Warning: http://ppa.launchpad.net/scaleway/debian-stable/ubuntu/dists/jammy/InRelease: Policy will reject signature within a year, see --audit for details | ||
| ``` | ||
| In this case the solution is to remove the override file that was added to the image and install the latest scaleway-ecosystem package : |
Member
There was a problem hiding this comment.
Suggested change
| In this case the solution is to remove the override file that was added to the image and install the latest scaleway-ecosystem package : | |
| In this case the solution is to remove the override file that was added to the image and install the latest `scaleway-ecosystem` package: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…g apt-get update on Debian Trixie
Your checklist for this pull request
Description
Added a page on troubleshooting Debian Trixie warning message