Skip to content
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

Fixes for #130 which was fixes for #105 #133

Merged
merged 2 commits into from
Jun 17, 2022
Merged

Conversation

mmlb
Copy link
Contributor

@mmlb mmlb commented Jun 17, 2022

Description

  • Makes CI green again by avoiding attempting to push the linuxkit images via make deploy which was deleted.
  • Removes the dbg only binding of /etc/daemon.json which breaks hook-docker since it ends up being mounted read-only.

Why is this needed

Fixes CI and dbg runs.

How Has This Been Tested?

CI fix should just work.

I've been running with the daemon.json drop in a different branch and thought it was in branch for #130.

How are existing users impacted? What migration steps/scripts do we need?

CI is ✔️ not ❌ which makes us all feel warm and fuzzy.

dbg builds are actually useful and work.

mmlb added 2 commits June 17, 2022 11:45
Publishing has been temporarily dropped.

Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev>
Linuxkit seems to mount the file as read-only which causes hook-docker to not
be able to overwrite the file. I messed around with adding :rw and converting
to a full `mount` to try and make it rw, but nothing worked. So far we don't
actually need to bind-mount the file so we can just punt on this until later.

Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev>
@mmlb mmlb requested a review from ScottGarman June 17, 2022 15:52
@mmlb mmlb added the ready-to-merge Signal to Mergify to merge the PR. label Jun 17, 2022
@mergify mergify bot merged commit 6d0f57b into tinkerbell:main Jun 17, 2022
@mmlb mmlb deleted the fixups branch June 17, 2022 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Signal to Mergify to merge the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants