rapid-exabyte-76685
04/22/2022, 7:52 AMBUILD
file...
docker_image(
name="demo",
repository="example/demo",
)
```$ ./pants package src/example:demo
# Will build the image: myimages.example.demo:latest```where does 'myimages' come from?
curved-television-6568
04/22/2022, 8:10 AM# Will build the image: example/demo:latest
The registry part is explained in other sections.rapid-exabyte-76685
04/22/2022, 9:53 AM