-
Notifications
You must be signed in to change notification settings - Fork 17
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
Disable systemd-resolved #269
Conversation
07e086c
to
a118067
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 overall, just one small change is needed. Thanks for opening this, I was about to do it myself then noticed your PR 😁
systemd_banish.sh
Outdated
if grep -q -E 'hosts:.*resolve' $nsswitch; then | ||
echo "Disabling systemd-resolved" | ||
$SUDO sed -i -e 's/^\(hosts: *\).*/\1files dns myhostname/' $nsswitch | ||
$SUDO systemctl stop systemd-resolved |
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.
$SUDO systemctl stop systemd-resolved | |
$SUDO systemctl disable --now systemd-resolved |
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.
Thank you! Fixed and repushed.
a118067
to
da624a0
Compare
Need a new IMG_SFX file (one per push) also. |
We're pretty certain that it's the cause of the cdn03.quay.io flakes Signed-off-by: Ed Santiago <[email protected]>
da624a0
to
fe14a06
Compare
Cirrus CI build successful. Found built image names and IDs:
|
Reviewed logs for fedora images and found |
@edsantiago I tagged this version, so it will automatically roll-out to repos. with Renovate enabled. Renovate support in Podman is a WIP but I expect merge this week or next. Otherwise if you don't want to wait, you're welcome to open image-update PRs manually. Thanks again for taking care of this. |
Thanks @cevich. Sounds like a good test of Renovatebot. |
We're pretty certain that it's the cause of the cdn03.quay.io flakes
Signed-off-by: Ed Santiago [email protected]