ImageID should be the same, but it's not

Viewed 23

This is the process: after my PR is approved, the ticket goes to QA. In order to test the changes, we provide them a start-compose command so they can pull the correct images for testing. With that command, we provide a list of containers created with their details like this:

Container    Repository        Tag                       Image Id            Size
zxcv           repo1         latest                     eabe59753fd2        189MB
asdf           repo2         test-release-1.25          206d2bb5c081        272MB
qwert          repo3         test-release-1.25          77d91347b93d        272MB

When QA pull the images, they should see the same info, but in this case the Image Id is completely different.

Any idea why this is happening?

Seems like the code and functionality is fine, but different IDs are raising a question like there's something wrong

0 Answers
Related