Open bastilimbach opened 4 years ago
@bastilimbach What is this line for? https://github.com/bastilimbach/docker-MagicMirror/blob/0d51263ff08cd27cede01bef161b8f02d741e293/build.sh#L6
@Legion2 it checks if there is already an image with that particular tag/version on docker hub. This is to prevent overriding existing tags.
But there should be no problem if we override a tag with a newer build of the same tag. It uses the same code base but maybe newer base images and dependencies.
See https://github.com/bastilimbach/docker-MagicMirror/pull/25#issuecomment-652661315