-
Notifications
You must be signed in to change notification settings - Fork 161
[master] Jenkinsfile: add Ubuntu 25.04 "Plucky Puffin" (not yet released) #1177
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
Conversation
571b987 to
d8a3486
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
install-containerd-helpers
Outdated
| install -m 0755 -d /etc/apt/keyrings | ||
| curl -fsSL "${REPO_URL}/gpg" | tee /etc/apt/keyrings/docker.asc | ||
| chmod a+r /etc/apt/keyrings/docker.asc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting; I thought debian already removed this, but maybe it was still there and only "deprecated"
Adds the upcoming ubuntu release to start testing builds in CI. This release is a non-LTS release, and planned to be release on April 17, 2025; - https://wiki.ubuntu.com/Releases - https://discourse.ubuntu.com/t/plucky-puffin-release-schedule/36461 Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Adds the upcoming ubuntu release to start testing builds in CI. This
release is a non-LTS release, and planned to be release on April 17, 2025;
Signed-off-by: Paweł Gronowski pawel.gronowski@docker.com