chalk
chalk copied to clipboard
fix(docker): wrapping image when base image defines USER
- [x] Followed the steps in the contributor's guide: https://crashoverride.com/docs/other/contributing#filing-the-pull-request
- [x] PR title uses semantic commit messages
- [x] Filled out the template to a useful degree
- [x] Updated
CHANGELOG.mdif necessary
Issue
some docker builds were failing when base image would specify USER without buildx
Description
see commit messages
Testing
➜ make tests args="test_docker.py::test_composite_build[base0-test0-False] --logs"