You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have a multi stage Dockerfile that builds fine on my local machine.
In a bitbucket-pipeline it gives the above error when copying from the build image to the final image.
This post https://community.atlassian.com/t5/Bitbucket-articles/Changes-to-make-your-containers-more-secure-on-Bitbucket/ba-p/998464 implies it has something to do with out of range uid/gid values, however I have checked, and both are 1000, on the source and target.
Is there anything else I can check?
Switching to using buildkit got around the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.