Skip to content

Commit 80febba

Browse files
author
Rick Rackow
committed
fix(coreos-cloudinit): truncate hostnames
1 parent 387b047 commit 80febba

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Always truncate hostnames on the first occurrence of `.`
2+
* Ensure hostnames never exceeds 63 characters, regardless of the metadata provider

sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-1.14.0-r9.ebuild renamed to sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-1.14.0-r10.ebuild

File renamed without changes.

sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inherit git-r3 systemd toolchain-funcs udev coreos-go
1010
if [[ "${PV}" == 9999 ]]; then
1111
KEYWORDS="~amd64 ~arm64"
1212
else
13-
EGIT_COMMIT="f3aaab923de5075524780716635f25564b5e6934" # flatcar-master
13+
EGIT_COMMIT="e96eae4a5b6a5967990e3e48c0197fb501d72462" # flatcar-master
1414
KEYWORDS="amd64 arm64"
1515
fi
1616

0 commit comments

Comments
 (0)