When many people are working on same systems with Presto, and they try to run and build Presto images, it ends up replacing images
presto-native-worker-cpu:latest
presto-native-worker-gpu:latest
presto-coordinator:latest
It's because they all share same name and tag.
So, make sure to add username to the TAG so that other users don't replace latest images.
When many people are working on same systems with Presto, and they try to run and build Presto images, it ends up replacing images
presto-native-worker-cpu:latest
presto-native-worker-gpu:latest
presto-coordinator:latest
It's because they all share same name and tag.
So, make sure to add username to the TAG so that other users don't replace latest images.