tapis-project / tapis-apps

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Apps: Validate containerImage attribute during create and update. #51

Closed scblack321 closed 7 months ago

scblack321 commented 8 months ago

Currently very little validation is done for containerImage attribute. For runtime type ZIP we can validate that it is an absolute path or a sourceUrl in a format suitable for a file transfer. For runtime types DOCKER and SINGULARITY maybe there is not much we can do to validate.