## # See https://github.com/GoogleContainerTools/container-structure-test # for schema definition ## schemaVersion: 2.0.0 fileExistenceTests: - name: 'godoc' path: '/app/godoc' shouldExist: true permissions: '-rwxr-xr-x' commandTests: - name: 'godoc --help' command: '/app/godoc' args: ['--help'] exitCode: 2 - name: 'git' command: 'git' args: ['version'] exitCode: 0