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

WITH DOCKER --load with build args is broken #1696

Closed
vladaionescu opened this issue Feb 25, 2022 · 0 comments · Fixed by #1697
Closed

WITH DOCKER --load with build args is broken #1696

vladaionescu opened this issue Feb 25, 2022 · 0 comments · Fixed by #1697
Assignees
Labels
type:bug Something isn't working

Comments

@vladaionescu
Copy link
Member

For example, the following doesn't work:

WITH DOCKER --load=(+test-img --workbox="$workbox")
    RUN docker run ...
END

A temporary workaround is to use the old --build-arg flag instead:

WITH DOCKER --build-arg workbox="$workbox" --load=+test-img
    RUN docker run ...
END
@vladaionescu vladaionescu added the type:bug Something isn't working label Feb 25, 2022
@vladaionescu vladaionescu self-assigned this Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant