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

docker: --output=image is not supported #258

Open
miki725 opened this issue Mar 27, 2024 · 1 comment
Open

docker: --output=image is not supported #258

miki725 opened this issue Mar 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@miki725
Copy link
Contributor

miki725 commented Mar 27, 2024

Description

when using --output=image along with chalk docker build as chalk normalizes to --load, it is incompatible with the image output.

Impact

chalk will not be able to mark the image. for example:

ERROR: local and tar exporters are incompatible with image ID file
error: Docker failed with exit code: 1. Retrying w/o chalk.

Steps to Reproduce

https://github.com/zaproxy/zaproxy/actions/runs/8452961393/job/23159101072

Other Information

#180

once that is addressed it shouldnt matter what combination of flags is passed as well be inspecting image directly from the registry without needing to add --load flag.

@miki725 miki725 added the bug Something isn't working label Mar 27, 2024
@miki725
Copy link
Contributor Author

miki725 commented May 5, 2024

should be addressed in #282

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant