mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-05-11 09:28:28 +00:00
Try to fix the MTU problem in a hackish way (tmp)
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
parent
7166b14c7e
commit
40875bbae1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user