chalk icon indicating copy to clipboard operation
chalk copied to clipboard

fix(docker): wrapping image when base image defines USER

Open miki725 opened this issue 1 year ago • 0 comments

  • [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.md if 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"

miki725 avatar May 05 '24 02:05 miki725