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

ensure passing context when creating builder runner #3950

Merged
merged 1 commit into from Oct 6, 2023

Conversation

deitch
Copy link
Collaborator

@deitch deitch commented Oct 5, 2023

- What I did

When we restart a builder runner, we forgot to add the context, so docker gets confused and tries to run it locally, which can fail in odd ways.

- How I did it

Add 2 args to the docker runner line

- How to verify it

CI. Plus I ran it manually.

- Description for the changelog

Ensure pass docker context when restarting remote runner

Signed-off-by: Avi Deitcher <avi@deitcher.net>
@deitch deitch merged commit 6c3f3e8 into linuxkit:master Oct 6, 2023
22 checks passed
@deitch deitch deleted the context-for-rebuilt branch October 6, 2023 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant