Try to fix the MTU problem in a hackish way (tmp)

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis 2023-02-16 10:36:45 +02:00
parent 7166b14c7e
commit 40875bbae1
No known key found for this signature in database
GPG Key ID: 286DCAFD2C97DDE3

View File

@ -24,6 +24,10 @@ image-rootfs:
grub-files:
FROM alpine
RUN apk add wget
# Hack to see if this gets fixed:
# https://github.com/earthly/earthly/issues/847
RUN ifconfig eth0 mtu 1200
RUN ifconfig cni0 mtu 1200
RUN wget https://raw.githubusercontent.com/c3os-io/c3os/master/overlay/files-iso/boot/grub2/grub.cfg -O grub.cfg
SAVE ARTIFACT --keep-own grub.cfg grub.cfg