1## 2# See https://github.com/GoogleContainerTools/container-structure-test 3# for schema definition 4## 5schemaVersion: 2.0.0 6 7fileExistenceTests: 8 - name: 'godoc' 9 path: '/app/godoc' 10 shouldExist: true 11 permissions: '-rwxr-xr-x' 12 13commandTests: 14 - name: 'godoc --help' 15 command: '/app/godoc' 16 args: ['--help'] 17 exitCode: 2 18 - name: 'git' 19 command: 'git' 20 args: ['version'] 21 exitCode: 0 22