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

Fix#13342 adapt docker provider build for containerd storage #13343

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tnaroska
Copy link

@tnaroska tnaroska commented Jan 28, 2024

Fixes #13342 adding another regex for the docker log format with containerd storage enabled.

Another approach would be to use the --iidfile parameter of docker build to have the id written to a file. This would be less brittle than trying to keep up with different docker/podman log outputs. A working prototype is here tnaroska@c8073cf This would require more elaborate changes in the unit tests though.

@hashicorp-cla
Copy link

hashicorp-cla commented Jan 28, 2024

CLA assistant check
All committers have signed the CLA.

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.

Docker provider build fails when using containerd storage backend
2 participants