In the course of building a Singularity container, I am building a container (call it “B”) based on another container (“A”). In the “B” container def file, I have specified labels to update the values of the labels set in “A”. Every time I build “B”, I always get this warning:
INFO: Adding labels
WARNING: Label: Author already exists and force option is false, not overwriting
WARNING: Label: Version already exists and force option is false, not overwriting
How do I force Singularity to overwrite the labels based on the new values in the “B” def file?
Wirawan