-
Notifications
You must be signed in to change notification settings - Fork 286
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
Install only wireguard-tools, rev text VMs to 20.04 #2375
Conversation
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, subject to passing CI.
Should support wireguard out of the box.
@@ -19,4 +19,4 @@ FROM ubuntu:eoan | |||
LABEL maintainer="Gaurav <gaurav@tigera.io>" | |||
|
|||
RUN apt-get update && \ | |||
apt-get install wireguard -y | |||
apt-get install --no-install-recommends wireguard-tools -y |
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.
Does this need to be "FROM ubuntu:focal"?
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.
CI passing, @fasaxc let's get this one in.
We can address any OS and package changes later.
Thanks
Description
Avoid installing the wireguard kernel module in the docker image. It's not needed and it has started pulling in dependencies such as grub, causing the build to fail.
Todos
Release Note