-
Notifications
You must be signed in to change notification settings - Fork 115
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
Issue with Docker image from 21.4.414+ #1989
Comments
The Berkshelf scratch directory looks good, it seems that the destination is what turns up empty. Quite strange. Stuck a couple sleep statements in, this is quite odd. This means that out of no where, this function is behaving differently... hmm... It seems that FileUtils.cp is behaving erratically. Swapping to FileUtils.mv had the same effect. So strange... |
Related: docker/for-linux#1015 Adding |
@bdwyertech hey, can you please send me some of the steps that results into this issue, I am not able to reproduce the same at my end. |
Issue has been resolved about a month ago as per my account team. My pipes work fine now on latest images. |
Description
From container version 4.14.14+, test-kitchen seems to be broken. When it does a cookbook synchronization to the remote (kitchen-ec2), all files in the cookbooks are empty/blank within the kitchen/cookbooks folder on the remote. I have done a diff on the two containers and cannot figure it out. system packages are identical and the diff between workstation 21.4.413 and 414 does not seem to reflect anything which would break this.
Works great on all images up to and including chef/chefworkstation:21.4.413, but its broken on chef/chefworkstation:21.4.414+
Diff with packaged deps
![image](https://user-images.githubusercontent.com/2973273/118192539-4aab0680-b414-11eb-9621-76003c59ead8.png)
A container diff shows some difference in sizes of some of the compiled libraries.
Chef Workstation Version
chef/chefworkstation:21.4.414+
Platform Version
Docker (Mac Big Sur)
The text was updated successfully, but these errors were encountered: